.cloud {
  margin-top: -0.01875rem;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 0.0375rem rgba(79, 124, 164, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer {
  width: 100%;
  height: 2.0625rem;
  background-color: #0d0e10;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
}
.footer .footer-content {
  width: 7.5rem;
  height: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.0625rem;
}
.footer .footer-content .content-nav {
  display: flex;
  height: 100%;
}
.footer .footer-content .content-nav .nav-left {
  display: flex;
  justify-content: space-between;
  width: 5.125rem;
  height: 100%;
}
.footer .footer-content .content-nav .nav-left .left-cloud {
  margin-right: 0.125rem;
  width: 0.875rem;
}
.footer .footer-content .content-nav .nav-left .left-cloud .cloud-item {
  display: flex;
  align-items: center;
  font-size: 0.0875rem;
  margin-bottom: 0.15625rem;
  cursor: pointer;
}
.footer .footer-content .content-nav .nav-left .left-cloud .cloud-item img {
  margin-right: 0.075rem;
  width: 0.175rem;
}
.footer .footer-content .content-nav .nav-left .router-item {
  width: 0.75rem;
}
.footer .footer-content .content-nav .nav-left .router-item .item-title {
  font-size: 0.1rem;
  margin-bottom: 0.0625rem;
}
.footer .footer-content .content-nav .nav-left .router-item .item-route {
  font-size: 0.0875rem;
  color: #9a9a9a;
  margin-bottom: 0.0625rem;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer .footer-content .content-nav .nav-left .friendly-links {
  width: 1.4375rem !important;
}
.footer .footer-content .content-nav .nav-right {
  margin-left: 0.1875rem;
}
.footer .footer-content .content-nav .nav-right .right-title {
  font-size: 0.1rem;
  margin-bottom: 0.0625rem;
}
.footer .footer-content .content-nav .nav-right .right-data {
  font-size: 0.0875rem;
  color: #9a9a9a;
}
.footer .footer-content .content-nav .nav-right .right-data .code-img img {
  height: 0.5125rem;
  width: 0.5125rem;
}
.footer .footer-content .content-nav .nav-right .right-code {
  display: flex;
  margin-top: 0.125rem;
}
.footer .footer-content .content-nav .nav-right .right-code .code-item {
  margin-right: 0.28125rem;
  font-size: 0.075rem;
  color: #9a9a9a;
}
.footer .footer-content .content-nav .nav-right .right-code .code-item .code-title {
  display: flex;
  align-items: center;
  font-size: 0.075rem;
}
.footer .footer-content .content-nav .nav-right .right-code .code-item .code-img img {
  height: 0.5125rem;
  width: 0.5125rem;
}
.footer .footer-content .content-dashed {
  border-bottom: 0.00625rem dashed #2c2c2c;
}
.footer .footer-content .content-friendly {
  display: flex;
  align-items: normal;
}
.footer .footer-content .content-friendly .friendly-title {
  font-size: 0.0875rem;
  margin-right: 0.28125rem;
}
.footer .footer-content .content-friendly .friendly-links {
  flex-wrap: wrap;
}
.footer .footer-content .content-friendly .friendly-item {
  font-size: 0.0875rem;
  color: #9a9a9a;
  cursor: pointer;
  margin-right: 0.28125rem;
}
.footer .content-footer {
  display: flex;
  justify-content: center;
  font-size: 0.075rem;
  color: #9a9b9d;
  padding: 0.0625rem 0;
  background-color: #000000;
  width: 100%;
}
.footer .content-footer .content-footer-line {
  color: white;
}
.module-menu-wrap {
  height: 100%;
  font-size: 0.1125rem;
}
.module-menu-wrap .wrap-item {
  min-width: 0.58125rem;
  font-size: 0.1125rem;
  cursor: pointer;
}
.module-menu-wrap .wrap-item > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-menu-wrap .wrap-item-active {
  color: #2f8eff;
}
.module-menu-wrap .wrap-item:hover .title {
  color: #2f8eff;
}
.module-menu-wrap .a-nav-hover {
  font-size: 0.1rem;
  line-height: 1;
  color: #0D0D0D;
  padding: 0.08125rem 0;
  width: 100%;
  text-align: center;
}
.module-menu-wrap .a-nav-hover:hover {
  background: #EDEFF3;
}
.module-menu-wrap .wrap-hover-item::after,
.module-menu-wrap .wrap-item:hover:after,
.module-menu-wrap .wrap-item-active::after {
  content: '';
  position: absolute;
  bottom: 0.00625rem;
  margin-left: 0.04375rem;
  width: 0.4875rem;
  height: 0.01875rem;
  background-color: #2f8eff;
}
.menu-nav-overlay-dashboard {
  width: 100%;
  height: 2.1875rem;
  z-index: 99;
  box-shadow: 0 0.01875rem 0.125rem rgba(79, 124, 164, 0.26);
}
.menu-nav-overlay-threecloud {
  width: 0.8125rem;
  height: 1.325rem;
}
.three-cloud-menu-title {
  font-size: 0.1125rem;
}
body::-webkit-scrollbar {
  width: 0.01875rem;
  height: 0.01875rem;
}
body::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 0.03125rem;
}
body::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #eef0f4;
  border-radius: 0.03125rem;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #eef0f4;
}
body::-webkit-scrollbar-corner {
  display: block;
}
.notice {
  display: flex;
  align-items: flex-end;
}
.notice img {
  margin-top: 0.01875rem;
  width: 0.125rem;
  height: 0.125rem;
}
.down-shadow {
  box-shadow: 0 0.01875rem 0.0375rem rgba(0, 0, 0, 0.14);
}
.mt17 {
  margin-top: 0.10625rem;
}
.down-title {
  padding: 0.0625rem 0.125rem;
}
.down-empty {
  text-align: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.25);
}
.down-notice {
  height: 1.25rem;
  width: 1.94375rem;
  min-width: 1.94375rem;
  overflow: hidden;
  overflow-y: auto;
}
.down-notice::-webkit-scrollbar {
  width: 0.0375rem;
  height: 0.01875rem;
}
.down-notice::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 0.03125rem;
}
.down-notice::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0.03125rem;
}
.down-notice::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.down-notice::-webkit-scrollbar-corner {
  display: block;
}
.notice-ellipsis {
  width: 1.625rem;
  min-width: 1.625rem;
}
.notice-icon {
  width: 0.125rem;
  height: 0.1375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice-icon .icon-point {
  width: 0.03125rem;
  height: 0.03125rem;
  border-radius: 50%;
  background-color: #016fff;
}
.notice-marker {
  font-weight: bold;
}
.m-avatar {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.m-avatar .avatar-img {
  background-color: #1890ff;
  width: 100%;
  height: 100%;
}
.m-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 0.4rem;
  padding: 0 0.125rem;
  box-shadow: 0 0.01875rem 0.125rem rgba(79, 124, 164, 0.26);
  color: #000;
}
.m-header .m-header-content {
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.m-header .m-header-left {
  display: flex;
  margin-right: 0.35rem;
  align-items: center;
}
.m-header .m-header-left img {
  width: 0.9375rem;
  height: 0.2875rem;
}
.m-header .m-header-left p {
  margin-left: 0.1375rem;
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
}
.m-header .m-header-left .ant-divider {
  margin: 0 0.0625rem;
  height: 0.1625rem;
  background-color: #eee;
}
.m-header .m-header-right-wrap {
  display: flex;
  flex: 1;
}
.m-header .m-header-right-wrap .header-divider {
  height: 100%;
  padding: 0.09375rem 0;
}
.m-header .m-header-right-wrap .m-header-right {
  display: flex;
  margin-left: auto;
  align-items: center;
  font-size: 0.1125rem;
  font-weight: 400;
  color: #000000;
}
.m-header .m-header-right-wrap .m-header-right .console-wrap {
  display: flex;
  align-items: center;
  color: #2F8EFF;
  padding: 0.025rem 0.0625rem;
  border-radius: 0.025rem;
  border: 0.00625rem solid currentColor;
}
.m-header .m-header-right-wrap .m-header-right .console-wrap .console-img {
  width: 0.0875rem;
  height: 0.09375rem;
}
.m-header .m-header-right-wrap .m-header-right .header-action {
  min-width: 0.375rem;
  font-size: 0.1125rem;
}
.m-header .m-header-right-wrap .m-header-right .header-action .ant-tag.ant-tag-processing {
  display: flex;
  padding: 0.03125rem 0.0625rem;
}
.m-header .m-header-right-wrap .m-header-right .ant-dropdown-menu-item:hover {
  background-color: #5679ff;
  color: #fff;
}
.m-header .h-user {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-menu-dropdown .dropdown-settings {
  min-width: 0.9125rem;
  margin-top: -0.03125rem;
}
.header-menu-dropdown .dropdown-settings .setting-nav {
  padding: 0.075rem;
  border-bottom: 0.00625rem solid #dfe1e6;
}
.header-menu-dropdown .dropdown-settings .setting-nav .nav-title {
  font-size: 0.0875rem;
  color: #000000;
}
.header-menu-dropdown .dropdown-settings .setting-nav .nav-company {
  font-size: 0.075rem;
  color: #a1a1a1;
}
.header-menu-login {
  background: #D5E8FF;
  border-radius: 0.125rem;
  padding: 0.0625rem 0.10625rem;
  font-size: 0.0875rem;
  cursor: pointer;
  text-align: center;
  color: #2F8EFF;
}
.placeholder-header {
  height: 0.4rem;
}
.login-notice .ant-message-notice-content {
  background: #fdf6ec;
  border: 0.00625rem solid #e6a23c;
  border-radius: 0.01875rem;
}
.login-notice .ant-message-notice-content span {
  font-size: 0.1rem;
}
.login-notice .ant-message-notice-content .anticon {
  top: -0.00625rem;
}
.content-breadcrumb {
  width: 70%;
  min-width: 7.5rem;
  padding: 0.125rem 0;
}
.width100 {
  width: 100%;
}
.financ-sale-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-bottom: 0.1875rem;
  width: 100%;
}
.financ-sale-content .content-banner {
  width: 100%;
  height: 4.375rem;
  background-image: url(/assets/banner-567e7f83.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0.375rem;
  display: flex;
  justify-content: center;
}
.financ-sale-content .content-banner .n-banner-content {
  width: 7.5rem;
  min-width: 7.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.0125rem;
  line-height: 0.1875rem;
}
.financ-sale-content .content-banner .n-banner-content .ant-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.79375rem;
  height: 0.25rem;
  background-color: #2f8eff;
  box-shadow: 0 0 0.125rem rgba(47, 142, 255, 0.27);
  color: #fff;
  font-size: 0.1125rem;
  border: none;
  margin-top: 0.3125rem;
}
.financ-sale-content .financ-sale-descriptiopn {
  width: 7.5rem;
  margin: 0 auto;
  color: #323232;
}
.financ-sale-content .financ-sale-descriptiopn .title {
  width: 1.1125rem;
  height: 0.225rem;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAAAkCAYAAAAttWA2AAAAAXNSR0IArs4c6QAABHJJREFUeF7tWzGME0cUfd++IwXQkA7ahJNyYc0pSFQQUYcopAqpIBVQwa2JCBWm4hDxHqkCFaQKqUIUUiOgQiK6eOGQDmihgwYo4LA/WiuR0LEz+2f9I9m73+2+eZp5/2n0x/qPWgkz7GcKFCjAwB9pTPvyYNE5Xk9NrADYIhTyMfcxk35PL9fiy3KRGVkofY1hDDx9tYpo5QQ9yZOh1eULIBySStQn7L03T39pcpmRperXGDdgfHe3TZdzb+OEdxFwUyoPA7+kMR3U5jIjSytQVxzjWq9NX3paiiUAH0vkyW72PrB1OaZnjpaiNJcZWVKBmmIYePFqFTOuliJK+DwBR6XyMPBtGtMVx208EpcZWVqFGuKYMZ+26Xze0T9Z5O3TjDsAmhJpfI9FDS4zsqQKNcQw42b6HHvQocHa4392kaffvMBtEOYk0vhudi0uM7KkEjXDMON1nzC7HNOj3Dagyx0inAqQ5Ugvpgv/J5cZOaAadYEy43Tapo6rpZga4DYR1kn0GN7sbfo8Dzub8EdNxrIGlxlZUo06YRhLUxuw8+9DtPresTvcaG3EnZCWog/M5d7sHW5EG3GdCLsl8mbtiZMLgBlZomJ9MP1Vwo778/SPow04RoRFqRy+x2LUZTWubD9mZGlV6oBjnO216QdnGwAsEbBBJAVjqfccO/Iei8OWQonrv72YkUVVqQXo4dR6zOa2FACiLt8QtwGM128a2Om52dW4zMi18Kb8kAzsTmO6lbeilfBhAD9L2XyPxW1dPtggXNLgepfDbmSpolXGMS722pSZ9b3fzFne/ME0VkJaCtdj8V+ulIAPRXL6Hp5rCMzIIkUrDXKOVGanjhK+SsBXQgX8j0VFrrX7MSMLK1RVmG+kMkp4PwG/Ss/OwE9pTMfy8JpcefxmZGmVKojzjVTOJrypCTwQtwHAQ+5jLm9YXpPLVQYzcgUNKjmSb6QyW9/q8hUQvpFwZRjfYzFK+DIBBzS4zMhSFWuC841UbvuR9zUa+F0sheex+Okif9FkXNPg8nHYjSxWuDrAcc/f5bUnReqbkYsUqth37fzdYICv7x6nq3kyhWb5fFxFZTAjFylUse+a+Tswfuu1ab/jX4qgLJ+PS1ICM7JEpYpgfCOVwwH3l1jWyN9pckmlNyNLlZpwXNEYZKvLCyCckB7Td7Nrckn3Y0aWKjXhOM38HTzJ6tD8nY8rRHIzcohak4r1jFRqZeaG0pQYvPeltEPkNiOHqDWB2Cx/VzBSqZa/ayWczTKfCZDJmeUL4BhCzcihik0Y3jdSqZmZ0+QqI7EZuYxqk7KmIH8XlJnzJatD83cFKe0y8pqRy6g2GWtU83cATvZiWsj9zzgwf+fjKiutGbmscmO+zjdSqZmZKzN478ryjSKpGXkU9cZ3rXOkMtuyZv6u1eU/QdgrkaLo4SnhcGHMyKOoN6ZrfSOVmpk5Ta5RpTQjj6rguK0vzt/JM3OAM1kdnL/zcGlIaEbWUHF8OFTzdwzscSWrQ7N8Pi4N+d4CNTEOFYQdGT4AAAAASUVORK5CYII=');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.financ-sale-content .financ-sale-descriptiopn .title p {
  line-height: 0.225rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  font-size: 0.1125rem;
  margin-left: 0.15625rem;
}
.financ-sale-content .financ-sale-descriptiopn .bg1 {
  width: 100%;
  margin-bottom: 0.35625rem;
}
.financ-sale-content .financ-sale-descriptiopn .bg2 {
  width: 100%;
  margin-bottom: 0.675rem;
}
.financ-sale-content .financ-sale-descriptiopn .description {
  margin: 0.25rem 0;
  width: 7.5rem;
  font-size: 0.1rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323232;
  line-height: 0.25rem;
}
.banner-wrap {
  width: 100%;
  height: calc(100vh);
  color: #000;
  margin-top: -0.4375rem;
}
.banner-wrap .banner-carousel {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background: url(/assets/bg-efde2b88.png) no-repeat center center / cover;
  display: flex;
  padding: 47vh 16% 18vh 16%;
  gap: 15%;
  align-items: center;
}
.banner-wrap .banner-carousel .c {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 17vw;
  cursor: pointer;
}
.banner-wrap .banner-carousel .c-1 {
  background: url(/assets/c-1-0eb79bd5.png) no-repeat top center / contain;
}
.banner-wrap .banner-carousel .c-2 {
  background: url(/assets/c-2-78404ee4.png) no-repeat top center / contain;
}
.banner-wrap .banner-carousel .c-3 {
  background: url(/assets/c-3-da41a595.png) no-repeat top center / contain;
}
.banner-wrap .banner-carousel .title {
  font-size: 0.1875rem;
}
.banner-wrap .banner-carousel .btn {
  font-size: 0.1125rem;
  padding: 0.0375rem 0.175rem;
  border-radius: 0.16875rem;
  color: #2f8eff;
  border: 0.00625rem solid currentColor;
  background-color: rgba(47, 142, 255, 0.1);
  margin-top: 0.1rem;
}
.banner-wrap .banner-cloud-info {
  position: absolute;
  width: 100%;
  top: calc(100vh - 0.6625rem);
  height: 0.6625rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.03) 0 -0.03125rem 0.0625rem;
  border-bottom: 0.00625rem solid rgba(146, 143, 143, 0.05);
  left: 0;
  right: 0;
}
.banner-wrap .banner-cloud-info .banner-cloud-info-content {
  width: 7.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.banner-wrap .banner-cloud-info .cloud-info-wrap {
  height: 100%;
  width: 100%;
  padding-left: 0.25rem;
}
.banner-wrap .banner-cloud-info .cloud-info-wrap:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.025rem;
  background: rgba(255, 255, 255, 0.3);
}
.banner-wrap .banner-cloud-info .cloud-info-wrap img {
  width: 0.45rem;
  height: 0.33125rem;
}
.banner-wrap .banner-cloud-info .cloud-info-wrap p {
  font-size: 0.1375rem;
  font-weight: bold;
}
.banner-wrap .banner-cloud-info .cloud-info-wrap span {
  font-size: 0.1125rem;
  color: #545454;
}
.banner-wrap .ant-carousel .carousel-wrap {
  height: calc(100vh);
  width: 100%;
}
.banner-wrap .ant-carousel .carousel-wrap .banner-box {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: padding-box;
}
.banner-wrap .ant-carousel .carousel-wrap .banner-box .banner-text-wrap {
  width: 7.5rem;
  white-space: pre-wrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}
.banner-wrap .ant-carousel .carousel-wrap .banner-box .banner-text-wrap p {
  font-size: 0.15rem;
  margin-bottom: 0.1125rem;
}
.banner-wrap .ant-carousel .carousel-wrap .banner-box .banner-text-wrap .banner-title {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.28125rem;
  margin-top: -0.75rem;
}
.banner-wrap .ant-carousel .carousel-wrap .banner-box .banner-text-wrap .ant-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.79375rem;
  height: 0.25rem;
  background-color: #2f8eff;
  color: #fff;
  font-size: 0.1rem;
  border: none;
  margin-top: 0.09375rem;
  box-shadow: 0 0 0.125rem rgba(47, 142, 255, 0.27);
}
.banner-wrap .ant-carousel .slick-slider ul {
  bottom: 0.925rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  width: 7.5rem;
}
.banner-wrap .ant-carousel .slick-slider ul li {
  width: 0.58125rem;
}
.banner-wrap .ant-carousel .slick-slider ul li button {
  background: #a8b4c7;
  height: 0.03125rem;
}
.banner-wrap .ant-carousel .slick-slider ul li.slick-active button {
  background: #2f8eff;
}
.panelRender {
  display: flex;
  position: relative;
  font-family: 'Source Han Sans CN-Regular';
}
.panelRender .panelRender-left {
  min-width: 1.7875rem;
  width: 1.7875rem;
  height: 3.84375rem;
}
.panelRender .panelRender-left img {
  box-shadow: 0 0 0.0625rem rgba(79, 124, 164, 0.17);
}
.panelRender .panelRender-left .left-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.78125rem;
  height: 100%;
  padding: 0.89375rem 0.1625rem;
}
.panelRender .panelRender-left .left-cover .cover-title {
  font-size: 0.125rem;
  color: #ffffff;
  margin-bottom: 0.13125rem;
  font-weight: bold;
}
.panelRender .panelRender-left .left-cover .cover-describe {
  font-size: 0.1rem;
  color: #ffffff;
}
.panelRender .panelRender-left .left-cover .panelRender_more {
  display: flex;
  align-items: center;
  margin-top: 0.775rem;
  margin-left: 0.875rem;
  font-size: 0.0875rem;
  border: 0.00625rem solid #F6F7F9;
  background-color: transparent;
  text-align: right;
}
.panelRender .panelRender-left .left-cover .panelRender_more:hover {
  color: #1677ff;
  background-color: #fff;
}
.panelRender .panelRender-right {
  flex: 1;
  margin: 0 auto;
  display: grid;
  grid: repeat(2, 1.85625rem) / auto-flow 1.75625rem;
  grid-gap: 0.13125rem 0.15rem;
}
.panelRender .panelRender-right > div {
  width: 1.75625rem;
  height: 1.85625rem;
  background-color: #F6F7F9;
  border: 0.00625rem solid #F6F7F9;
  border-radius: 0.03125rem;
  box-shadow: none;
}
.column-img {
  width: 0.28125rem;
  height: 0.28125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.column-img.wh100 {
  width: 100%;
  height: 100%;
}
.item {
  box-sizing: border-box;
  box-shadow: 0 0 0.0625rem rgba(79, 124, 164, 0.17);
  padding: 0.10625rem 0.1875rem;
  background: #fff;
}
.item .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 0.0625rem 0.08125rem 0.03125rem;
}
.item .item-img .w220 {
  box-sizing: border-box;
  width: 1.375rem;
  height: 1.03125rem;
}
.item .item-title .price-suffix {
  color: #999;
}
.item .item-title .price-prefix {
  font-size: 0.0875rem;
  font-weight: 700;
}
.item .item-describe {
  margin-top: 0.0875rem;
  font-size: 0.1rem;
  font-weight: 700;
  color: #454545;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}
.item .item-describe .describe-ellipse {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item .item-model {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.0875rem;
  color: #646464;
  line-height: 1;
  margin: 0.0625rem 0 0.05rem;
}
.comp-price-value [class^='ant-statistic'] {
  font-size: inherit;
  line-height: 1em;
  font-weight: 4.375rem;
  color: inherit;
}
.comp-price-value .ant-statistic .ant-statistic-content-prefix {
  margin-right: 0.00625rem;
  font-size: 0.075rem;
}
.comp-price-text {
  margin-bottom: -0.00625rem;
  font-weight: 700;
}
.chain {
  width: 100%;
  height: 5.35rem;
  margin: 0 auto;
  padding: 0.1875rem 0;
}
.chain .chain-bg {
  background-image: url(/assets/bg_gognyinglianjuzhen-31a04b99.png) !important;
}
.chain .chain-bg {
  width: 100%;
  height: 5.1625rem;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.chain .chain-title {
  width: 100%;
  text-align: center;
  padding: 0.1875rem 0 0.25rem;
  color: rgba(0, 0, 0);
}
.chain .chain-wrap {
  position: relative;
  width: 7.5rem;
  height: 5.1625rem;
  margin: 0 auto;
}
.chain .chain-content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.chain .chain-content .content-main {
  width: 100%;
  height: 100%;
}
.chain .chain-content .content-main .ant-tabs-tab-btn {
  font-size: 0.1375rem;
}
.chain .ant-tabs-nav-list {
  justify-content: space-around;
}
.ant-tabs-nav-list {
  width: 100%;
  justify-content: space-evenly;
}
.ant-tabs-nav-list .ant-tabs-tab {
  width: 0.625rem;
  display: flex;
  justify-content: center;
}
.ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
  font-size: 0.1125rem;
}
.news-wrap {
  background: #f5f7fb;
  width: 100%;
  height: 4.60625rem;
  justify-content: center;
}
.news-wrap .news-content-bg {
  position: absolute;
  width: 100%;
  height: 4.60625rem;
  background: #f5f7fb;
  left: 0;
  right: 0;
  z-index: -1;
}
.news-wrap .news-content {
  padding-top: 0.375rem;
  margin: 0 auto;
}
.news-wrap .news-row {
  width: 100%;
  display: flex;
}
.news-wrap .news-row .news-train-width {
  width: 50%;
}
.news-wrap .news-row .news-train-width:first-child {
  margin-right: 0.0875rem;
}
.news-wrap .news-row .news-train-width:last-child {
  margin-left: 0.0875rem;
}
.news-wrap .news-header {
  display: flex;
  justify-content: space-between;
}
.news-wrap .news-header .more {
  font-size: 0.0875rem;
  text-align: center;
  line-height: 0.175rem;
  color: #323232;
}
.news-wrap .news-header .more:hover,
.news-wrap .news-header .more:active,
.news-wrap .news-header .more:link {
  color: #323232;
}
.news-wrap .news-header .news-size {
  font-size: 0.175rem;
  color: #000;
  line-height: 1;
}
.news-wrap .news-items-wrap {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  color: #7c7c7c;
  font-size: 0.075rem;
}
.news-wrap .news-items-wrap .news-items {
  margin-top: 0.075rem;
  border: 0.0125rem solid #ffffff;
  background: linear-gradient(360deg, #ffffff 0%, #f3f5f8 100%);
  box-shadow: 0 0 0.0625rem rgba(79, 124, 164, 0.17);
  opacity: 1;
  border-radius: 0.025rem;
  padding: 0.1rem 0.1rem 0 0.1rem;
  height: 0.61875rem;
  box-sizing: border-box;
}
.news-wrap .news-items-wrap .news-items .title {
  font-size: 0.125rem;
  line-height: 1;
  position: relative;
  font-weight: 400;
  color: #323232;
  font-weight: 700;
  letter-spacing: 0.0125rem;
  padding-left: 0.1rem;
}
.news-wrap .news-items-wrap .news-items .title::before {
  position: absolute;
  content: '';
  width: 0.025rem;
  height: 0.025rem;
  background: #2f8eff;
  opacity: 1;
  border-radius: 0.01875rem;
  top: 50%;
  transform: translate(-50%, 0);
  margin-left: -0.08125rem;
}
.news-wrap .news-items-wrap .news-items .desc {
  margin-top: 0.075rem;
  font-size: 0.1rem;
  padding-left: 0.1rem;
  line-height: 1;
  white-space: pre-wrap;
  word-break: break-all;
  color: #646464;
}
.news-wrap .news-items-wrap .news-items .date {
  margin-top: 0.05rem;
  line-height: 1;
  color: #c0c0c2;
  padding-left: 0.1rem;
}
.news-wrap .news-items-wrap .news-items:first-child {
  margin-top: 0;
}
.news-wrap .train-items-wrap {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  font-size: 0.075rem;
  color: #7c7c7c;
  position: relative;
}
.news-wrap .train-items-wrap .train-items {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-top: 0.075rem;
  box-shadow: #ddd 0 0 0.03125rem;
  border-radius: 0.03125rem;
  padding: 0.125rem 0.09375rem 0.1rem;
  height: 1.08125rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.news-wrap .train-items-wrap .train-items .video-img {
  width: 1.01875rem;
  height: 0.85625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-wrap .train-items-wrap .train-items .train-items-right {
  margin-left: 0.175rem;
  width: calc(100% - 1.20625rem);
}
.news-wrap .train-items-wrap .train-items .train-items-right .title {
  font-size: 0.125rem;
  line-height: 1;
  color: #323232;
  font-weight: 700;
  letter-spacing: 0.0125rem;
}
.news-wrap .train-items-wrap .train-items .train-items-right .desc {
  line-height: 0.175rem;
  letter-spacing: 0.00625rem;
  min-height: 0.375rem;
  margin-top: 0.1rem;
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 0.1rem;
}
.news-wrap .train-items-wrap .train-items .train-items-right .blue-btn.ant-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #2f8eff;
  height: 0.2rem;
  line-height: 0.2rem;
  padding: 0 0.09375rem;
  margin-top: 0.03125rem;
}
.news-wrap .train-items-wrap .train-items .train-items-right .blue-btn.ant-btn span {
  color: #2f8eff;
  line-height: 0.125rem;
  font-size: 0.075rem;
}
.news-wrap .train-items-wrap .train-items:first-child {
  margin-top: 0;
}
.design-shared-clound {
  color: #323232;
}
.design-shared-clound .process-title {
  width: 100%;
  text-align: center;
  padding: 0.375rem 0 0.25rem;
  font-size: 0.15rem;
  color: rgba(0, 0, 0);
}
.design-shared-clound .content {
  display: flex;
  gap: 0.125rem;
}
.design-shared-clound .content > div {
  background-color: #e9f3ff;
  padding: 0.3125rem 0.125rem;
  overflow: hidden;
}
.design-shared-clound .right-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.design-shared-clound .right-header .img {
  min-width: 0.6875rem;
  min-height: 0.6875rem;
  background: url(/assets/IntellSuite-40ce3d7a.png) no-repeat center center / cover;
}
.design-shared-clound .coventor-ware {
  width: 0.6875rem;
  height: 0.6875rem;
  background: url(/assets/CoventorWare-a134133a.png) no-repeat center center / cover;
}
.design-shared-clound .mems {
  width: 0.6875rem;
  height: 0.6875rem;
  background: url(/assets/mems-6129a765.png) no-repeat center center / cover;
}
.design-shared-clound .prod-name {
  color: #333;
  font-size: 0.1125rem;
  font-weight: 700;
  margin-top: 0.075rem;
  text-align: center;
}
.design-shared-clound .text {
  color: #333;
  font-size: 0.1125rem;
  font-weight: 400;
}
.design-shared-clound .flex {
  display: flex;
}
.design-shared-clound .gap-50 {
  gap: 0.3125rem;
}
.design-shared-clound .mt-60 {
  margin-top: 0.375rem;
}
.design-shared-clound .mt-48 {
  margin-top: 0.3rem;
}
.design-shared-clound .w-125 {
  width: 0.78125rem;
}
.ip-service-clound .process-title {
  width: 100%;
  text-align: center;
  padding: 0.375rem 0 0.25rem;
  font-size: 0.15rem;
  color: rgba(0, 0, 0);
}
.ip-service-clound .content-wrap {
  height: 2.375rem;
  display: flex;
  align-items: center;
  padding: 0 1.875rem 0 0.9375rem;
  gap: 0.125rem;
}
.ip-service-clound .content-wrap .bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.375rem;
  background: url(/assets/ip-bg-d3f40386.png) no-repeat center center / cover;
  z-index: -1;
}
.ip-service-clound .content-wrap .img {
  min-width: 1.21875rem;
  min-height: 1.21875rem;
  background: url(/assets/ip-8eeba6fd.png) no-repeat center center / cover;
}
.ip-service-clound .content-wrap .text {
  font-size: 0.1125rem;
  color: #333;
  line-height: 0.1875rem;
}
.ip-service-clound .content-wrap .mt-20 {
  margin-top: 0.125rem;
}
.service-process {
  color: #323232;
  padding-bottom: 0.375rem;
}
.service-process .process-bg {
  position: absolute;
  width: 100%;
  height: 2.53125rem;
  background: #fff;
  left: 0;
  right: 0;
  z-index: -1;
}
.service-process .process-title {
  width: 100%;
  text-align: center;
  padding: 0.375rem 0 0.25rem;
  font-size: 0.15rem;
  color: rgba(0, 0, 0);
}
.service-process .process-list {
  display: flex;
  justify-content: center;
}
.service-process .process-list .process-item {
  width: 1rem;
  height: 1.66875rem;
  background: #e9f3ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-process .process-list .process-item .design {
  width: 0.4125rem;
  height: 0.33125rem;
  background: url('/assets/design-8f1b0589.png') top left no-repeat;
  background-size: 100%;
}
.service-process .process-list .process-item .demand {
  width: 0.4125rem;
  height: 0.33125rem;
  background: url('/assets/demand-92db4465.png') top left no-repeat;
  background-size: 100%;
}
.service-process .process-list .process-item .product {
  width: 0.4125rem;
  height: 0.33125rem;
  background: url('/assets/product-c29c4c58.png') top left no-repeat;
  background-size: 100%;
}
.service-process .process-list .process-item .manufacture {
  width: 0.4125rem;
  height: 0.33125rem;
  background: url('/assets/manufacture-2bde4573.png') top left no-repeat;
  background-size: 100%;
}
.service-process .process-list .process-item .test {
  width: 0.4125rem;
  height: 0.33125rem;
  background: url('/assets/test-985cedbc.png') top left no-repeat;
  background-size: 100%;
}
.service-process .process-list .process-item .sale {
  width: 0.4125rem;
  height: 0.33125rem;
  background: url('/assets/sale-dac84e44.png') top left no-repeat;
  background-size: 100%;
}
.service-process .process-list .process-item .icon {
  margin-top: 0.15rem;
  padding-bottom: 0.0875rem;
  margin-left: 0.09375rem;
}
.service-process .process-list .process-item .title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.125rem;
  color: #323232;
  margin-bottom: 0.1rem;
}
.service-process .process-list .process-item .desc {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.1rem;
  color: #646464;
  margin-top: 0.075rem;
}
.service-process .process-list .process-icon {
  width: 0.3rem;
  height: 1.66875rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-process .process-list .process-icon .icon {
  width: 0.1875rem;
  height: 0.06875rem;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAWCAYAAACcy/8iAAAAAXNSR0IArs4c6QAAAb1JREFUWEftmDtPwmAUht+3Udn8E/4MNQZHB0Z/ABAXEg0GvMQYNQ5GE1jcxEGNm4vgBRNNdHFgZ9GBDRNxk4EYgWPKRS5Cy0dLQlLP0qE973mf9nz9LoTN4YnJfYkI3viZtlnaFjnaotIk4jkWgaAsxBmJjYSPb3bXsKI3GOC6I0FBiCiJ/YSPeStG7codLHADPCfETn4CR09uFu0y348OI4+S1EYQCE4z049Ae06lpbvHiwBrV35e2lFL11D1rwPrY+4LQLQ4hr3VKWutZwJc53wGsJrwU79aClX/VeBG672XNayHZnBC0uhLdTXZI3AlXwTxkmDldoGv/VKr+m8FrlUVQUqApfAsU6pGVIBr0EUSsW8NW0kvP1TrtQD34L8j8G+e4FxcCIUnmevViCpwk67+Fz9wjSNyMc9Cr/U6ARv5NwKu5gk+QeyOFnC4OEd9rBuGBeB6m2cF2LzO4hTbLJvVMwDu6N8cuDG+MyQCy27eGZmwCtwoh7SmIRj38sGonilwm/9/4D9v00EtLeKUn5ZzpiWBQxYeDltaOmvzYDaxq97vOA8Lhmd7qApk9nwLsGMOABx1xDPkh3g/gQadToKO8J4AAAAASUVORK5CYII=') top left no-repeat;
  background-size: 100%;
}
.dragger-upload {
  height: 1.25rem;
}
.dragger-upload .upload-dragger {
  height: 1.0625rem;
  min-width: 1.875rem;
}
.dragger-upload .ant-upload.ant-upload-drag .ant-upload-btn {
  padding: 0;
}
.dragger-upload .upload-img {
  max-height: 1.05rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.dragger-upload .grey {
  color: #B3B3B3;
}
.dragger-upload .bule {
  color: #2F8EFF;
}
.ant-upload {
  background-color: white;
}
.ant-modal-wrap.ym_modal-wrap .ant-modal-header {
  border-bottom: none;
}
.ant-modal-wrap.ym_modal-wrap .ant-modal-body {
  padding: 0.1rem 0.25rem;
}
.ant-modal-wrap.ym_modal-wrap .ant-modal-footer {
  display: flex;
  justify-content: center;
  text-align: center;
  border-top: none;
  padding: 0.125rem 0.1rem 0.1875rem;
}
.ant-modal-wrap.ym_modal-wrap .ant-modal-footer .ant-btn {
  min-width: 0.5625rem;
  margin: 0 0.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-modal-wrap.ym_modal-wrap .grey {
  color: #B3B3B3;
}
.ant-modal-wrap.ym_modal-wrap .bule {
  color: #2F8EFF;
}
.width80 {
  width: 0.625rem;
}
.cooperation {
  width: 100%;
  height: 3.5125rem;
  display: flex;
  justify-content: center;
}
.cooperation .cooperation-content-bg {
  background-image: url(/assets/bg_hezuodanwei-5e11d04a.png) !important;
}
.cooperation .cooperation-content-bg {
  position: absolute;
  width: 100%;
  height: 3.5125rem;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  z-index: -1;
}
.cooperation .cooperation-main {
  height: 100%;
  padding: 0.375rem 0 0.5rem 0;
  width: 7.5rem;
  margin: 0 auto;
}
.cooperation .cooperation-main .main-title {
  text-align: center;
  font-size: 0.175rem;
  color: #323232;
  margin-bottom: 0.1875rem;
  line-height: 1;
}
.cooperation .cooperation-main .main-icons {
  height: 1.875rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.cooperation .cooperation-main .main-icons .icons-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cooperation .cooperation-main .main-icons .icons-main .icons-main-item {
  width: 1.4rem;
  height: 0.5rem;
  margin: 0 0.0625rem 0.125rem 0.0625rem;
}
.cooperation .cooperation-main .main-icons .icons-main .icons-main-item img {
  width: 100%;
  height: 100%;
}
.cooperation .cooperation-main .main-icons .icons-main .delete-space-left {
  margin-left: 0;
}
.cooperation .cooperation-main .main-icons .icons-main .delete-space-right {
  margin-right: 0;
}
.cooperation .cooperation-main .main-icons .rowup {
  animation: 10s sroll linear infinite normal;
  position: relative;
}
@keyframes sroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
.cooperation .cooperation-main .main-icons .rowup:hover {
  animation-play-state: paused;
}
.modal-cooperation {
  min-width: 4.29375rem;
}
.modal-cooperation .bold500 {
  font-weight: 500;
}
.modal-cooperation .mt0 {
  margin-top: 0;
}
.modal-cooperation .mb0 {
  margin-bottom: 0;
}
.modal-cooperation .cooperation-submit {
  width: 1.1625rem;
  height: 0.25rem;
}
.modal-cooperation .company-direction {
  display: block;
}
.modal-cooperation .modal-cooperation-info {
  min-width: 3.4375rem;
  padding: 0 0.25rem;
}
.grid-1 {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(1, 0.625rem);
}
.grid-2 {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(2, 0.625rem);
}
.grid-3 {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(3, 0.625rem);
}
.grid-4 {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(4, 0.625rem);
}
.grid-5 {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(5, 0.625rem);
}
.grid-6 {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(6, 0.625rem);
}
.grid-7 {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(7, 0.625rem);
}
.grid-8 {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(8, 0.625rem);
}
.grid-9 {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(9, 0.625rem);
}
.grid-10 {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(10, 0.625rem);
}
.avatar {
  width: 0.8125rem;
  height: 0.8125rem;
  border: 0.01875rem solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0.0625rem rgba(79, 124, 164, 0.3);
}
.avatar .avatar-img {
  background-color: #1890ff;
  width: 100%;
  height: 100%;
}
.avatar .avatar-button {
  position: relative;
  top: -0.1875rem;
  height: 0.1875rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 2;
}
.affix-menu {
  z-index: 99;
  position: fixed;
  right: 0.09375rem;
  top: 2.5rem;
  width: 0.3125rem;
  background: #ffffff;
  box-shadow: 0 0 0.0375rem rgba(0, 0, 0, 0.16);
  border-radius: 0.15625rem;
  padding: 0.11875rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.affix-menu > div > img {
  width: 0.1375rem;
  height: 0.09375rem;
}
.affix-menu .hz-icon {
  width: 0.11875rem;
  height: 0.11875rem;
}
.pb10-bb1 {
  padding-bottom: 0.05rem;
  border-bottom: 0.00625rem solid #979797;
}
.mt12 {
  margin-top: 0.075rem;
}
.affix-menu-wechat-wrap-pop-over .ant-popover-inner {
  border-top-left-radius: 0.0625rem;
  border-bottom-left-radius: 0.0625rem;
  margin-bottom: 0.15rem;
}
.affix-menu-wechat-wrap-pop-over .affix-menu-wechat-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.affix-menu-wechat-wrap-pop-over .affix-menu-wechat-wrap span {
  font-size: 0.1rem;
  font-weight: 600;
}
.affix-menu-wechat-wrap-pop-over .affix-menu-wechat-wrap img {
  width: 0.5rem;
  height: 0.5rem;
}
.ant-spin-container.ant-spin-blur {
  opacity: 0!important;
}
.news-content-s {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.1875rem;
  width: 100%;
}
.news-content-s .content-banner {
  width: 100%;
  height: 4.375rem;
  background-image: url(/assets/banner-cfbe81af.png);
  background-size: cover;
  background-position: center;
  margin-bottom: 0.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-content-s .content-banner .n-banner-content {
  width: 7.5rem;
  color: white;
}
.news-content-s .content-banner .n-banner-content .title {
  line-height: 0.3125rem;
}
.news-content-s .content-banner .n-banner-content .desc {
  line-height: 0.275rem;
}
.news-content-s .content-news {
  width: 7.5rem;
  background-color: white;
}
.news-content-s .content-news .news-card {
  width: 100%;
  height: 1.15625rem;
  display: flex;
}
.news-content-s .content-news .news-card .card-img {
  height: 100%;
  width: 2.05rem;
  min-width: 2.05rem;
  padding-top: 0.01875rem;
  padding-left: 0.05rem;
  position: relative;
}
.news-content-s .content-news .news-card .card-img .img-card-badge {
  position: absolute;
  line-height: 0.1375rem;
  top: 0.0625rem;
  left: -0.01875rem;
  width: 0.59375rem;
  height: 0.20625rem;
  padding-left: 0.11875rem;
  background-size: 100% 100%;
}
.news-content-s .content-news .news-card .card-img .img-card-badge-news {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJMAAABCCAYAAABTh+SfAAAAAXNSR0IArs4c6QAAA1JJREFUeF7t3L1uE0EUBeB7ocl7RKKIFCGEhEQTiY50PAIFBeniNRLQUUKDoCMdHXSIDip4A+RVFAQlbahIYfMTD4rAwti73p17ZiXfnZPadzJz5tPaPoX14uMQhH9MAE9gT4kJTzH7FYIcjU5km5iyl4AHEER2y0LfEBOeZdYrBJHXZaE3zkIgpqwpYIcPIt9/nZMLR/v6hZiwLDkd5NFoqPdmQfDJRBLWBI4nP2Xz0109ISZrhJybJbA3KvTZfBx8MhFHfAJ/qwB5oFNiio+PE3MJzKqAxVD4ZCKTqARCkLflUK9XDRFTVJR5v/isCpiqXDoc6EdiytsCfvqFKoBvc3ikua6wVAUQU64U8HMvVQHEhIea3wo1VQAx5UcBPnFdFUBMcLR5LbCqCiCmvCygpz09VdmuqwKICY03o/kg8rQsdL/tkVlatk0qv9c1VgF8MuWHwnrixiqAmKzR5jTXsgogppxQGM/atgogJmPAuYzFVAHElIsK2zmjqgBisoWcx1SQg9FQb1sPy2rAmlz/5o7HU9n6fEe/Wo9GTNbk+jcXXQXwba5/CPATGasAYsKj790K1iqAmHpHATsQUgUQE5Z936ahKoCY+sYBOQ9YBRATEn6/Zr+Np7KJVAHE1C8Q5tOEIINyqE/MC1QMsmdKmaaXtRJVAXwyebnwDveZqgogpg4vycPSKasAYvJw493tMWkVQEzdXdT6r5y4CiCm9b/yrnaYvAogpq6uav3XvT8q9GGX29SNWx8OfkzGV1L/k63LVwep1+R69gQOB/rePt1uUuXmuw2ZnH8lKpW/BtZumYpXvdhR8ywHXSbw58K7AEVMLkEgm/739EgNipiQe3E5+/9bUUpQxOQSBLLp5c81qUARE3IvLmerPySnAEVMLkEgm67/xoWCIibkXlzOrv76joAiJpcgkE03d0FWUMSE3IvL2WZM1h6KmFyCQDbdDpMFFDEh9+Jytj2mWFDE5BIEsuk4TDGgiAm5F5ez8ZjagiImlyCQTdswtQFFTMi9uJy1Y2oCRUwuQSCbxjCtAkVMyL24nMUx1YEiJpcgkE2nwVQFipiQe3E5mw7TIihicgkC2XRaTPOgXu7sIhvjrL8E0mOagXp+beIvDu4YSeA3HMZ99xy9cZkAAAAASUVORK5CYII=);
}
.news-content-s .content-news .news-card .card-img .img-card-badge-activity {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJMAAABCCAYAAABTh+SfAAAAAXNSR0IArs4c6QAAA29JREFUeF7t3LFrU1EUBvBz2ioZFPwfCiJCEBdditKh8B44uHR3tIvopv4FuulmNxfFTZysOOh/IAmlUkdXXbRDarW9kkhi07wk793vvOG8+3XOuZ773R8pfEg1bF0Kwh8mgCewocSEp5j8CUF2JOu0iSl5CRYBhFyz7hYxWWSZ9BnhjWbdm/0IiClpCODlQ/glS3/O69rOV2ICs+S4PNasc3+YA7+ZKCIugSDf5Oz+sq7s7hFTXISc+p/AhmadZ8cD4TcTeVRPYFgFqBwRU/X4ODGWwL8q4GQo/GYik2oJhPBO825WNERM1aJM+9ODKuDosq5tfyamtClY3H6sCuCvOYtIUzyjoAogphQh2Nx5ogogJptg0zplShVATGkxMLptcRVATEbxJnPMjCqAmJJRYHDRIIeydNieVgUQk0HG6RwRnmrWvVv2viwtyyaV2udKVAH8ZkoNRfx951YBxBQfbjqTJasAYkqHBHDTclUAMQERJzFaoQogpiRERF6yYhVATJE5JzEWZFPzzu3Yu7IaiE2uaXP9KqDVu6irX77HXo2YYpNr3lzlKoC/5pqHAL9RZBVATHj0DTwhrgogpgZSgK4EVAHEBCXfsGGwCiCmhnmArgNWAcQEpd+g4SA/pdVbRqoAYmqQB+wq4Z5m3SfYGePT7Jks0/RyllEVwG8mLw9e6542VQAx1fpIDg43rAKIycF717aicRVATLW9lIODjasAYnLw5rWsWEMVQEy1vJSDQ4M80LzzqM5N9dOd1mZv7+CK5T+yoAu9q+sXHlqeybOwBDTf/oidMH9aP9yS1uJveS0ihX8NbP4Rk58IQX5cfynnYmY54zcB7a9uDYqY/IJANh9gsgZFTMiT+J0dYbIERUx+QSCbj2GyAkVMyJP4nZ3AZAGKmPyCQDYvxISCIibkSfzOTsWEgCImvyCQzWdiigVFTMiT+J2diykGFDH5BYFsXgpTVVDEhDyJ39nSmKqAIia/IJDNK2EqC4qYkCfxO1sZ0wjUgbwXlZWiqxOTXxDI5lGYBqDW5cziKXlbBIqYkCfxOxuNaRYoYvILAtkcwjQNFDEhT+J3FsZUBIqY/IJANjfBdBIUMSFP4nfWDNNxUEGkzf+26xdF7OammEagTsuray/kRuxSnPOZgDmmYQ+1+lz2fUbCrWMT+As6z7CgYFw5NQAAAABJRU5ErkJggg==);
}
.news-content-s .content-news .news-card .card-img .img-card-badge-platform {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL4AAABCCAYAAADpJGz/AAAAAXNSR0IArs4c6QAAA6RJREFUeF7tm79rFEEUx9/EJv+HYCEEEUEUIWAjprO0tLCxu9wFtLS1Eey0s1MrsVMsbLWSW0PU1kqwvMLzx93InQTPy+Zu9s3s22XnY2vevpnP98OyfonuzH3vhT8QyIfAt/EvOekQP5/EuemcwK1h3z1EfGzIhoD38rYYySW566aIn03sXNRvyIWi597NSCA+PuRBwMuz4cBdP7ws4ucRe9a39CI/fm/IqYOe+4L4WauQ2eW93BsO3J3FW/PGz8yBDK87ry8/33YjxM8w/YyvPK8vl+/PGz9jIzp/dS8Hw5FszepLxO982lzwkMBkKlf299zrMiK88fGkmwSW6kve+N2MmVstECirLxEfRbpPoKS+RPzux577DUvrS8TPXYvu37+0vkT87gef7w1X1JeIn68Wnb+5F9kp+u5lyEWpM0Mo8TOtJ+BFXhR9dy30oIgfSoqfay2BkPqST53WxsfB1AQC6kvEV9NlsKUEgupLxG9pehxLTSCovkR8NV8GW0egQn2J+K1LjwNpCVSpLxFfS5m5VhHwXl4VA3dVeyjqTC055hojMKsvp07O7u+6j9pDIL6WHHPNEVDUl3zqNBcXm9MQUNWXiJ8GPk9pjoCqvkT85gJjcyyBiPoS8WPhM98YgZj6EvEbi43FMQRi60vEj6HPbCMEUtSXiN9IdCyNIpCgvkT8qAQYboBAkvoS8RtIjpVRBJLUl4gflQHDpgQS1peIb5ocy2IIpKwvET8mCWbNCKSuLxHfLDoWRRCYTJxsxfz25brd/HbmOkL8vTkBL/Kg6LtenYsRv066PFtDoJb68sinzubN949+jr+f15xw1czpcxd3Uz+T53WfgJvI1w977lPdN3Vy482mjE88Fyfq/8ZVesgn267uw/N8CGgJ/JWzDvkRX5sJcwYE/r2VU8uP+AbxsUJL4P/PkZTyI742E+YMCBz9Dk8lP+IbxMcKLYHyf4CmkB/xtZkwZ0Dg+OYlVn7EN4iPFVoCqyvHGPkRX5sJcwYE1nftWvkR3yA+VmgJrBdf2/MjvjYT5gwIhImvkR/xDeJjhZZAuPhV5Ud8bSbMGRCoJn4V+RHfID5WaAlUFz9UfsTXZsKcAQGd+CHyI75BfKzQEtCLv05+xNdmwpwBgTjxV8mP+AbxsUJLIF784+RHfG0mzBkQSCN+mfyIbxAfK7QE0om/LD/iazNhzoBAWvEX5X+6vWNwflZAQEUgvfiH8j++PFadiCEIGBD4A9FPhQ5djjiTAAAAAElFTkSuQmCC);
}
.news-content-s .content-news .news-card .card-img .img-card-badge-observe {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL4AAABCCAYAAADpJGz/AAAAAXNSR0IArs4c6QAAA5dJREFUeF7tm71u1FAQRsebFHSIAmXjFokuBQ1Cokeko6ThAeigo4mUlpKOPAIVogPxAvACQE0DuyFaIRpAu7koIZCf9a7vzr0eW55DS8Zz7/mOLPMpFPJlIwh/IOCHwL6sz64ViO8ncW4qIiE8lHL8HPGxwRGB8E6G49tSyCHiO4rd/VULuSXD0fsjDojv3gY3AF7I5uj+v9sivpvcHV80yC+R39elnHxGfMceOLz6U9kcPTl7b974Di1wduXj+lKufvuB+M6Sd33dk/ryIgPe+K6t6P3lP8hwtHVUXyJ+77Pmgv8JDMId2Ri/rSLCGx9P+krgXH3JG7+vMXOvUwIV9SXiI4gHAnP1JeJ7iN33HSvrS8T3LUX/b7+gvkT8/kfv+YYL60vE96xF3+8eDrel3H8dc03qzBhK/Ez3CYTwSsrxvdiDIn4sKX6uuwQi6ks+dbobHyfTE6itLxFfD5fJbhKIqi8Rv5vhcSotgcj6EvG1gJnrIoHo+hLxuxgfZ9IRWKG+RHwdYqa6RiCEN1KO72qPRZ2pJcdcewSO68vpDSkPPmoPgfhacsy1SWDl+pJPnTbjYncOAqr6EvFzoOcZ7RFQ1peI315kbE4noK4vET8dPk9oi0BCfYn4bYXG3jQCifUl4qfhZ7oNAhnqS8RvIzh2phJIri8RPzUC5q0JZKkvEd86NvalEchUXyJ+WgxM2xLIVl8ivm1wbEshkLG+RPyUIJi1I5C5vkR8u+jYpCYQZhJmWym/fVm3mt/OrCPE39sTCPJMytGjJhcjfpN0ebaGQCP15dynzmDv8t7ge3FTc8JlM9MH649zP5PnOSAQwlcpDz41fdNCduXS2tqVl4WI+r9xVR1yujMpmj48z4eAlsBfORuQH/G1kTBnQeD0rZxZfsS3iI8dWgLnP0cyyo/42kiYsyAw/x2eSX7Et4iPHVoC1f8AzSA/4msjYc6CwOLmJVF+xLeIjx1aAssrxwT5EV8bCXMWBOq7dqX8iG8RHzu0BOrFV/b8iK+NhDkLAnHiK+RHfIv42KElEC/+ivIjvjYS5iwIrCb+CvIjvkV87NASWF38SPkRXxsJcxYEdOJHyI/4FvGxQ0tAL36N/IivjYQ5CwJp4i+RH/Et4mOHlkC6+AvkR3xtJMxZEMgjfoX8iG8RHzu0BPKJf0F+xNdGwpwFgbzin5F/tjPZtrgAOyCgIZBf/BP5ZVd+ag7EDAQsCPwBf01PXvxNqqgAAAAASUVORK5CYII=);
}
.news-content-s .content-news .news-card .card-img .img-card-badge-financing {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL4AAABCCAYAAADpJGz/AAAAAXNSR0IArs4c6QAAA5pJREFUeF7tm6FvFEEUh2egooa/ggRB0hAMgUCaIMrtORRBYjEEHP8CEgcOU4EiuBIEFhS5pSlgUSTIClrgOqQNB73e3u3um9k3y70PS9++me/3ZbP8UnzYuhAcfyBghUBw39yZvbMe8a0kzj3/ELjri9ETxMcHOwRCeOuK8qr37gDx7cTOTX247Aflu0MQiI8OVgg898Xo9uSyiG8ldsv3DGHfrfw65zd2viC+ZRHs3f2RL0YPj1+bN749CWzdeFJfXvu8i/i2ord+26P68iQE3vjWtVjm+we344rR2mF9ifjLHDR3mybgxzf8YPt1FRbe+MiyrASm6kve+MsaM/f6R6CivkR8BLFAYKa+RHwLsVu+45z6EvEtS2Hj7pX1JeLbCN/mLRfUl4hvUwkjtw5DX5RbTS5LndmEEj/zHxAIL31R3mx6UMRvSoqf6y+BBvUlnzr9jY+TyQnU1peIL4fLZB8JNKwvEb+P4XGmGAKN6kvEj0HMbL8ItKgvEb9f0XGaKALN60vEjwLNcG8IhPDKD8tCeh7qTCk55vIROKovDy76je2P0kMgvpQcczkJtK4v+dTJGRe74wkI60vEj0fPE/ISENWXiJ83NLbHEIioLxE/BjyzmQnI60vEzxwd64UEIutLxBdyZywjgQT1JeJnzI/VYgLR9SXii9kzmIVAovoS8bOkx9IIAknqS8SPSIBRZQIJ60vEV86OdTEE0tWXiB+TA7N6BBLXl4ivFx2bpASCG7uV8VrMb1/Wrea3M+sI8fcZCITHvijvd7kY8buky7PbE+iovpz51Hl/b/Xp990fl9qfcPHElVvnH6R+Js8zQOCU/+oHHz51fVP/5o5bPf3TvXDOif8bV9Uh1zed7/rwPB8CUgJHcnYhP+JLI2FOg8Dft3Jq+RFfIz52SAlMfY6klB/xpZEwp0Fg5js8lfyIrxEfO6QEKv8BmkJ+xJdGwpwGgbnNS6z8iK8RHzukBBZWjjHyI740EuY0CNR27VL5EV8jPnZICdSKL+35EV8aCXMaBBqJL5Ef8TXiY4eUQGPx28qP+NJImNMg0Er8NvIjvkZ87JASaC1+U/kRXxoJcxoEROI3kR/xNeJjh5SAWPw6+RFfGglzGgSixF8kP+JrxMcOKYFo8efJj/jSSJjTIJBE/Cr5EV8jPnZICSQT/6T8iC+NhDkNAknFPy7/+qYbalyAHRCQEEgu/kT+68/cnuRAzEBAg8BvoJl8SfTDD+sAAAAASUVORK5CYII=);
}
.news-content-s .content-news .news-card .card-img img {
  width: 1.84375rem;
  height: 1.1125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-content-s .content-news .news-card .card-img .image-card-dynamics {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAAhCAYAAAC/ZHdEAAAAAXNSR0IArs4c6QAAAcRJREFUaEPt17FKA0EUBdD7wNpCEbSwlYCFCGKhEPEv0voDgtmAIBaxsPUb7Ix/oGChlTYSdq0CFgEhIFoFIhHZjIQQ3CS7O2+KncabNjf7yHnD5EY2LowBX/4FDCpCfP/uAO7DquwT37O9AQZisBUG0iS+Z3wYXIaBHAzHEt8vfq//g7XWsXSI7xcexuA0CuR8PJYn398C2r05lF4P5Zv4/tBHkwwqYSDXybE8+R6WYIDHqCo706OIXzD+sFqaAbZfavJM/IKxZx6fqJbE94s/US2J7xHfCOrRkZxljeSdX9wy2h9drHfq8kX84pDTn5xSLXnteFhCVrUkfsH4w2oJg90okCfbKN75NiHX93OqJU++K6ZbPrdaEt8N0yltq5bEd+LUhw3w9tlFKa9azuCvnry34jie14xZWl650eT+ZSZGI6zJrct3F1QeNgG5g2DB+sGrslgzDKgFRpjaBRBfDasJ/p1kzQKIrzFVZyavEdsCiK+G1QRn7/C8BRBfY6rOpP+AZi2A+GpYTTC7vaQtgPgaU3UmvzpOL4D4alhN0N7bkwsgvsZUnbHjJ/8HNMqL6iczaBXQ4Y8X0NhrWp/IgFrgF67tujSntwa/AAAAAElFTkSuQmCC);
}
.news-content-s .content-news .news-card .card-img .image-card-industry {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAAhCAYAAAC/ZHdEAAAAAXNSR0IArs4c6QAAAbhJREFUaEPt17tKA0EUBuB/orWIF3LRVglaCWKhlW+R1vfQoILvYalvoGAhWGgjqe0CgrKboClUUJI5IvGSy+7OmWKn8U+7/+4h379MTgweiwJ+wgsYWzPED+8O4BLlaJv4we3Fwso6FloN4ofHP0Y53vkaS/yw+K+Y7C1jvv1A/LDwgGAXlejoZyzf/HAFNPESVbGEd+KHQ+9PMraGUut0cCzf/BAlGLlGKd4cHUX83PHFQuwGKu1b4ueOPTpAfldL4ofFH1otiR8UX/ZRjg/SRvLMz6+MJiRaRQVvxM8POfnJCaslj50QJaSslsTPHV8set0tLD7duEbxzHcJeV9PXy355ntjet2QuVoS38vSN5y9WhLf11Ofv4dE1azVcgzfXM3d4QNTmhmyUjjT5P5lpoATFONzn+9ucDi9NgFcGGNmXDd2956NK8PreoE+prIA4uthNcm/N1lRAPE1pPrM8DHiKID4elhNcvwMzyiA+BpSfSb5BzSlAOLrYTXJ9O0loQDia0j1mezVcaQA4uthNUn33j5QAPE1pPqMG3/gf0Cv3pnVP5pJl4AO/7sA1DsN1wN5XS/wCbEpp3YtPnF3AAAAAElFTkSuQmCC);
}
.news-content-s .content-news .news-card .card-img .image-card-activity {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAAhCAYAAAC/ZHdEAAAAAXNSR0IArs4c6QAAAcNJREFUaEPt2L1KA0EUBeB78wAWioWFrQYsRBALhYiNSRbs0/oeFlr4CtY2SnyDCBZaaSNh1ypgERACom1ECcnIRhLys7tzpthpPGnn7Fzy3WH2Jmoam0b48S+gUlPi+3cXI/daDQ+I79vemIEY3dYgbBLfN77IpVbC47gs8f3id6XwvaaHrQ7x/cKLDMyJBtH5qCxPvr8GtGXQLWrw+kN8f+h/leLRshzeTJblyffSBPOolWh3thTx88aPR8uC2dHyyzPx88ae3388WhLfL/7UaEl8n/hqTrUcnaWV5J2fXzPa0vvY0KPOF/HzQ07eOWG05LXjpQnJoyXx88Yf/mspexpET7ZSvPNtQu7rqaMlT747pssTmaMl8V0oXbOW0ZL4rqBw3rxJ77OYNVrO4b9frLb6vf4CUmNlfbmB5P5lxkhdq+Gty3fXh5psaUHuRGXR9mDpStSW4TouMMREG0B8HBZJjk8y0gDiI6R4ZuoasTWA+Dgskpy7w7MaQHyEFM8kvkDTGkB8HBZJpk4vSQ0gPkKKZzJHx9kGEB+HRZLWuX2yAcRHSPGMFX/yd0DpWpbwrZm0CUD4owbs16Vp25DruMAv9Tu1YApVhCIAAAAASUVORK5CYII=);
}
.news-content-s .content-news .news-card .card-right {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-content-s .content-news .news-card .card-right .right-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-content-s .content-news .news-card .card-right .right-top .date-news {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.0625rem;
}
.news-content-s .content-news .news-card .card-right .right-top .date-news .date-news-calendar {
  width: 0.3125rem;
  height: 0.3875rem;
  border: 0.00625rem solid #2f8eff;
}
.news-content-s .content-news .news-card .card-right .right-top .date-news .date-news-calendar .calendar-item1,
.news-content-s .content-news .news-card .card-right .right-top .date-news .date-news-calendar .calendar-item2 {
  height: 50%;
  background-color: rgba(47,142,255,1);
  color: white;
  line-height: 0.1875rem;
  font-weight: 400;
  font-size: 0.0875rem;
  text-align: center;
}
.news-content-s .content-news .news-card .card-right .right-top .date-news .date-news-calendar .calendar-item2 {
  background-color: white;
  color: rgba(47,142,255,1);
}
.news-content-s .content-news .news-card .card-right .right-top .card-text {
  padding-top: 0.09375rem;
}
.news-content-s .content-news .news-card .card-right .right-top .card-text .top-title {
  width: 3.125rem;
  font-size: 0.15rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
}
.news-content-s .content-news .news-card .card-right .right-top .card-text .top-description {
  width: 4.6875rem;
  margin-top: 0.0625rem;
  font-size: 0.0875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #646464;
  word-break: break-all;
  white-space: pre-wrap;
}
.news-content-s .content-news .news-card .card-right .right-bottom {
  flex: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 0.025rem;
}
.news-content-s .content-news .news-card .card-right .right-bottom .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news-content-s .content-news .news-card .card-right .right-bottom .bottom-content .bottom-content-date {
  font-size: 0.0875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323232;
}
.page-train {
  color: #000;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.1875rem;
  background: #f4f6f9;
  width: 100%;
}
.page-train .train-breadcrumb {
  width: 70%;
  min-width: 7.5rem;
  padding: 0.125rem 0;
}
.page-train .ant-breadcrumb.ym_bread-crumb-wrap li:last-child .ant-breadcrumb-link {
  color: #2f8eff;
}
.page-train .train-banner {
  position: relative;
  height: 4.375rem;
  width: 100%;
  background: url('/assets/banner-07992214.png') top left no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-train .train-banner .banner-content {
  width: 7.5rem;
  text-align: left;
  color: #fff;
  letter-spacing: 0.0125rem;
}
.page-train .train-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.page-train .train-content .search-condition-wrap {
  background: #fff;
  padding-top: 0.125rem;
  padding-bottom: 0.375rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-train .train-content .search-condition-wrap .search-condition-content {
  width: 7.5rem;
}
.page-train .train-content .search-condition-wrap .search-condition-content .title {
  display: flex;
  align-items: center;
}
.page-train .train-content .search-condition-wrap .search-condition-content .title .title-border {
  margin-right: 0.09375rem;
  height: 0.1875rem;
  width: 0.025rem;
  border-radius: 0.025rem;
}
.page-train .train-content .search-condition-wrap .search-condition-content .title .title-text {
  font-size: 0.1375rem;
  font-weight: 700;
  letter-spacing: 0.03125rem;
}
.page-train .train-content .search-condition-wrap .search-condition-content .divider {
  margin: 0.09375rem 0;
}
.page-train .train-content .search-condition-wrap .search-condition-content .search-checkbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.0875rem;
  color: #636363;
}
.page-train .train-content .search-condition-wrap .search-condition-content .search-checkbox .ant-checkbox + span {
  font-size: 0.0875rem;
  font-weight: 400;
  color: #636363;
  line-height: 0.0875rem;
}
.page-train .train-content .search-condition-wrap .search-condition-content .search-checkbox .ant-checkbox .ant-checkbox-inner {
  width: 0.1rem;
  height: 0.1rem;
}
.page-train .train-content .search-condition-wrap .search-condition-content .checkbox-font {
  flex: 0 0 0.375rem;
}
.page-train .train-content .search-condition-wrap .search-condition-content .checkbox-group {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.page-train .train-content .search-condition-wrap .search-condition-content .checkbox-group .checkbox-item {
  margin-right: 0.125rem;
}
.page-train .train-content .content-list {
  width: 7.5rem;
}
.page-train .train-content .content-list .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.page-train .train-content .content-list .list .item-wrap {
  display: flex;
  width: 2.4375rem;
  margin-top: 0.09375rem;
  margin-right: 0.0875rem;
  cursor: pointer;
}
.page-train .train-content .content-list .list .item-wrap:nth-child(3n) {
  margin-right: 0;
}
.page-train .train-content .content-list .list .item-wrap .train-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.075rem 0.0875rem;
  background: #fff;
}
.page-train .train-content .content-list .list .item-wrap .item-img {
  width: 100%;
  height: 1.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-train .train-content .content-list .list .item-wrap .item-font {
  padding: 0.0625rem;
}
.page-train .train-content .content-list .list .item-wrap .item-font .item-title {
  margin-top: 0.03125rem;
  font-size: 0.125rem;
  font-family: Source Han Sans CN-Bold;
  font-weight: 700;
  color: #323232;
}
.page-train .train-content .content-list .list .item-wrap .item-font .item-desc {
  margin-top: 0.0625rem;
  font-size: 0.1rem;
  font-family: Source Han Sans CN;
  color: #646464;
  letter-spacing: 0.0125rem;
  min-height: 0.25rem;
}
.page-train .train-content .content-list .empty-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.3125rem 0;
}
.page-train .train-content .content-list .page-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.21875rem;
}
.page-train .train-content .content-list .page-wrap .ant-pagination-options {
  display: none;
}
.news-item-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f2f5;
  padding-bottom: 0.1875rem;
  min-height: 3.75rem;
  width: 100%;
}
.news-item-detail code {
  white-space: break-spaces !important;
  white-space: pre-wrap !important;
}
.news-item-detail code {
  font-size: 0.1rem;
  letter-spacing: 1.5;
  line-height: 2;
  color: rgba(0, 0, 0, 0.75);
}
.news-item-detail .grey {
  color: rgba(0, 0, 0, 0.5);
}
.news-item-detail .content-banner {
  width: 100%;
  height: 4.375rem;
  background-image: url(/assets/banner-cfbe81af.png);
  background-size: cover;
  background-position: center;
  margin-bottom: 0.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-item-detail .content-banner .n-banner-content {
  width: 7.5rem;
}
.news-item-detail .content-banner .n-banner-content .title {
  letter-spacing: 0.03125rem;
}
.news-item-detail .content-detail {
  width: 7.5rem;
  padding: 0.25rem 0.3125rem;
  background-color: white;
}
.news-item-detail .content-recommend {
  width: 7.5rem;
}
.news-item-detail .content-recommend .news-box {
  background: #fff;
  width: 100%;
  height: 1.7875rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.1875rem 0.125rem 0;
}
.news-item-detail .content-recommend .news-box .news-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0.25rem;
  position: relative;
}
.news-item-detail .content-recommend .news-box .news-item .dot {
  border: 0.0125rem solid #323232;
  border-radius: 0.0125rem;
  width: 0;
  position: absolute;
  top: 0.075rem;
  left: 0.15625rem;
}
.news-item-detail .content-recommend .news-box .news-item li {
  margin-bottom: 0.0375rem;
  letter-spacing: 0.00625rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.1rem;
  color: #323232;
}
.news-item-detail .content-recommend .news-box .news-item li:hover {
  cursor: pointer;
}
.news-item-detail img {
  margin: 0.125rem auto;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.news-item-detail .d-markdown p {
  white-space: pre-wrap !important;
}
.news-item-detail .d-markdown p {
  margin-top: 0.0625rem;
  font-size: 0.1rem;
  color: #323232;
  letter-spacing: 1.5;
  line-height: 2;
}
.news-item-detail .d-markdown p strong {
  color: #000;
}
.news-item-detail .d-markdown p img {
  margin: 0.125rem auto;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.news-item-detail .empty-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 200%;
}
.n-result-height {
  min-height: 3.75rem;
}
.tag-item {
  padding: 0 0.0625rem;
  height: 0.13125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-content-title-name {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
  font-weight: 500;
  color: #000000;
}
.m-content-title-name .logo {
  width: 0.01875rem;
  height: 0.1rem;
  background: #2f8eff;
  border-radius: 0.025rem;
  margin-right: 0.05rem;
}
.m-content-title .ant-divider-horizontal {
  margin: 0.09375rem 0;
}
.t-train-content {
  padding: 0.125rem 0;
}
.t-train-content .content-t-container {
  width: 70%;
  min-width: 7.5rem;
}
.t-train-content .content-t-container .t-video {
  height: 4.15rem;
}
.d-markdown p {
  margin-top: 0.0625rem;
  font-size: 0.0875rem;
  color: rgba(0, 0, 0, 0.75);
}
.d-markdown p strong {
  color: #000;
}
.d-markdown p img {
  margin: 0.125rem auto;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.t-grey-bg {
  background-color: rgba(245,247,250,1);
}
.t-grey {
  color: rgba(100,100,100,1);
}
.t-result-height {
  min-height: 3.75rem;
}
.space-between {
  justify-content: space-between;
}
.t-video-cover {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.t-desc {
  padding: 0 0.125rem;
  padding-bottom: 0.125rem;
  white-space: pre-wrap;
}
.status-tag {
  border-radius: 0.0125rem;
  width: 0.375rem;
  text-align: center;
  font-size: 0.075rem;
  display: inline-block;
  margin-right: 0.0625rem;
}
.shopping-mall-container {
  width: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shopping-mall-container .banner-container {
  width: 100%;
  height: 4.375rem;
  background-image: url(/assets/banner-448ba3b0.png);
  background-size: cover;
  background-position: center;
  margin-bottom: 0.125rem;
  display: flex;
  justify-content: center;
}
.shopping-mall-container .banner-container .banner-text-container {
  color: #fff;
  width: 7.5rem;
}
.shopping-mall-container .content-wrap {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
}
.shopping-mall-container .content-wrap .content {
  width: 7.5rem;
}
.shopping-mall-container .content-wrap .content .input-form {
  margin-bottom: 0.125rem;
}
.shopping-mall-container .content-wrap .content .input-form .search {
  width: 4rem;
}
.shopping-mall-container .content-wrap .content .input-form .search .ant-input {
  font-size: 0.0875rem;
  height: 0.2rem;
}
.shopping-mall-container .content-wrap .content .input-form .search .ant-btn-icon-only {
  width: 0.2rem;
  height: 0.2rem;
}
.shopping-mall-container .content-wrap .content .input-form .search .ant-btn-icon-only > * {
  font-size: 0.1rem;
}
.shopping-mall-container .content-wrap .content .content-tabs .ant-tabs-tab {
  padding: 0 0.2rem 0.09375rem;
  margin: 0;
}
.shopping-mall-container .content-wrap .content .content-tabs .ant-tabs-tab-btn {
  font-size: 0.1125rem;
}
.shopping-mall-container .content-wrap .content .ant-tabs-nav-wrap {
  flex: none !important;
}
.shopping-mall-container .content-wrap .content .device-search-bar,
.shopping-mall-container .content-wrap .content .price-city-search-bar,
.shopping-mall-container .content-wrap .content .product-type-search-bar,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar {
  font-size: 0.0875rem;
  color: #878a8e;
  /*复选及单选框*/
  /*数字框*/
  /*联级选择*/
}
.shopping-mall-container .content-wrap .content .device-search-bar .ant-checkbox-group-item span,
.shopping-mall-container .content-wrap .content .price-city-search-bar .ant-checkbox-group-item span,
.shopping-mall-container .content-wrap .content .product-type-search-bar .ant-checkbox-group-item span,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .ant-checkbox-group-item span {
  font-size: 0.0875rem;
  color: #636363;
}
.shopping-mall-container .content-wrap .content .device-search-bar .ant-checkbox-inner,
.shopping-mall-container .content-wrap .content .price-city-search-bar .ant-checkbox-inner,
.shopping-mall-container .content-wrap .content .product-type-search-bar .ant-checkbox-inner,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .ant-checkbox-inner,
.shopping-mall-container .content-wrap .content .device-search-bar .ant-radio-inner,
.shopping-mall-container .content-wrap .content .price-city-search-bar .ant-radio-inner,
.shopping-mall-container .content-wrap .content .product-type-search-bar .ant-radio-inner,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .ant-radio-inner {
  width: 0.1rem;
  height: 0.1rem;
}
.shopping-mall-container .content-wrap .content .device-search-bar .radio-item,
.shopping-mall-container .content-wrap .content .price-city-search-bar .radio-item,
.shopping-mall-container .content-wrap .content .product-type-search-bar .radio-item,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .radio-item {
  font-size: 0.0875rem;
  color: #636363;
}
.shopping-mall-container .content-wrap .content .device-search-bar .ant-input-number-affix-wrapper,
.shopping-mall-container .content-wrap .content .price-city-search-bar .ant-input-number-affix-wrapper,
.shopping-mall-container .content-wrap .content .product-type-search-bar .ant-input-number-affix-wrapper,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .ant-input-number-affix-wrapper {
  width: 0.75rem;
}
.shopping-mall-container .content-wrap .content .device-search-bar .ant-input-number-affix-wrapper .ant-input-number,
.shopping-mall-container .content-wrap .content .price-city-search-bar .ant-input-number-affix-wrapper .ant-input-number,
.shopping-mall-container .content-wrap .content .product-type-search-bar .ant-input-number-affix-wrapper .ant-input-number,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .ant-input-number-affix-wrapper .ant-input-number {
  font-size: 0.0875rem;
}
.shopping-mall-container .content-wrap .content .device-search-bar .ant-input-number-affix-wrapper .ant-input-number .ant-input-number-input,
.shopping-mall-container .content-wrap .content .price-city-search-bar .ant-input-number-affix-wrapper .ant-input-number .ant-input-number-input,
.shopping-mall-container .content-wrap .content .product-type-search-bar .ant-input-number-affix-wrapper .ant-input-number .ant-input-number-input,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .ant-input-number-affix-wrapper .ant-input-number .ant-input-number-input {
  height: 0.1875rem;
}
.shopping-mall-container .content-wrap .content .device-search-bar .ant-cascader,
.shopping-mall-container .content-wrap .content .price-city-search-bar .ant-cascader,
.shopping-mall-container .content-wrap .content .product-type-search-bar .ant-cascader,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .ant-cascader {
  width: 0.875rem;
}
.shopping-mall-container .content-wrap .content .device-search-bar .ant-cascader [class^='ant-select'],
.shopping-mall-container .content-wrap .content .price-city-search-bar .ant-cascader [class^='ant-select'],
.shopping-mall-container .content-wrap .content .product-type-search-bar .ant-cascader [class^='ant-select'],
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .ant-cascader [class^='ant-select'] {
  font-size: 0.0875rem;
}
.shopping-mall-container .content-wrap .content .device-search-bar .ant-cascader .ant-select-selector,
.shopping-mall-container .content-wrap .content .price-city-search-bar .ant-cascader .ant-select-selector,
.shopping-mall-container .content-wrap .content .product-type-search-bar .ant-cascader .ant-select-selector,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .ant-cascader .ant-select-selector {
  height: 0.2rem;
}
.shopping-mall-container .content-wrap .content .device-search-bar .ant-cascader .ant-select-selector .ant-select-selection-placeholder,
.shopping-mall-container .content-wrap .content .price-city-search-bar .ant-cascader .ant-select-selector .ant-select-selection-placeholder,
.shopping-mall-container .content-wrap .content .product-type-search-bar .ant-cascader .ant-select-selector .ant-select-selection-placeholder,
.shopping-mall-container .content-wrap .content .consumable-type-search-bar .ant-cascader .ant-select-selector .ant-select-selection-placeholder {
  line-height: 0.1875rem;
}
.shopping-mall-container .content-wrap .content .price-city-search-bar {
  align-items: center;
  margin-bottom: 0.125rem;
}
.shopping-mall-container .content-wrap .content .price-city-search-bar .label {
  width: 0.625rem;
}
.shopping-mall-container .content-wrap .content .price-city-search-bar .price-operation {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.shopping-mall-container .content-wrap .content .price-city-search-bar .price-operation .desc {
  border: 0.03125rem solid transparent;
  border-top: 0.03125rem solid #808080;
}
.shopping-mall-container .content-wrap .content .price-city-search-bar .price-operation .desc.selected {
  border-top: 0.03125rem solid #1677ff;
}
.shopping-mall-container .content-wrap .content .price-city-search-bar .price-operation .asce {
  border: 0.03125rem solid transparent;
  margin-bottom: 0.01875rem;
  border-bottom: 0.03125rem solid #808080;
}
.shopping-mall-container .content-wrap .content .price-city-search-bar .price-operation .asce.selected {
  border-bottom: 0.03125rem solid #1677ff;
}
.shopping-mall-container .content-wrap .content .price-city-search-bar .bar {
  width: 0.1875rem;
  height: 0.0125rem;
  background-color: #808080;
}
.shopping-mall-container .ant-spin-nested-loading {
  min-height: 1.25rem;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f7fa;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.0625rem;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container {
  width: 7.5rem;
  min-height: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.125rem;
  gap: 0.125rem;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .empty {
  grid-column: 1 / -1;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item {
  cursor: pointer;
  width: calc((7.5rem - 0.375rem) / 4);
  height: 2.8375rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.0625rem 0.125rem;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .img-wrap {
  width: 100%;
  height: 1.25rem;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .img-wrap img {
  padding: 0.0625rem;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container {
  display: flex;
  flex-direction: column;
  height: 1.3125rem;
  justify-content: space-between;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .name-wrap {
  font-size: 0.1125rem;
  display: flex;
  justify-content: space-between;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .name-wrap .name {
  color: #323232;
  font-weight: 700;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .name-wrap .blue {
  color: #2f8eff;
  cursor: pointer;
  white-space: pre-wrap;
  white-space: nowrap;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .model {
  font-size: 0.1rem;
  color: #323232;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .price-suffix {
  color: #999;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .price-prefix {
  font-size: 0.0875rem;
  font-weight: 700;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .enterprise-name {
  font-size: 0.0875rem;
  color: #6e6e6e;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .field-wrap {
  display: flex;
  font-size: 0.0875rem;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .field-wrap .field-name {
  color: #999;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .field-wrap .field-value {
  color: #323232;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .goods-list-container .goods-item .description-container .bar {
  width: 100%;
  height: 0;
  border: 0.00625rem dashed #707070;
  opacity: 0.1;
  margin: 0.125rem 0;
}
.shopping-mall-container .ant-spin-nested-loading .goods-list-wrap .ant-pagination {
  margin: 0.125rem 0;
}
.ant-spin-nested-loading {
  position: static;
}
.ant-spin-nested-loading .ant-spin-container {
  position: static;
}
.btns-wrap .request-btn {
  max-width: 1.6rem;
  cursor: pointer;
  height: 0.26875rem;
  color: #fff;
  background-color: #2F8EFF;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  border-radius: 0.0125rem;
  font-size: 0.1125rem;
}
.btns-wrap .financial-btn {
  flex: 1;
  max-width: 1.6rem;
  cursor: pointer;
  height: 0.26875rem;
  margin-left: 0.09375rem;
  border: 0.00625rem solid #2F8EFF;
  color: #2F8EFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.0125rem;
  font-size: 0.1rem;
}
.ant-image-img {
  width: 1.5625rem;
  height: 1.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.goods-detail-container {
  width: 100%;
  background: #f5f7fa;
  display: flex;
  justify-content: center;
}
.goods-detail-container .content-wrap {
  width: 7.5rem;
}
.goods-detail-container .content-wrap p {
  color: #000;
}
.goods-detail-container .content-wrap .top-wrap {
  display: flex;
  justify-content: space-between;
  height: 2.3375rem;
}
.goods-detail-container .content-wrap .top-wrap .top {
  display: flex;
  background: #fff;
  padding: 0.125rem;
  width: 5.675rem;
}
.goods-detail-container .content-wrap .top-wrap .top .left .main-pic {
  position: relative;
  border: 0.00625rem solid #d3d7de;
  width: 1.825rem;
  height: 1.625rem;
  box-sizing: border-box;
  padding: 0.125rem;
  display: flex;
  justify-content: center;
}
.goods-detail-container .content-wrap .top-wrap .top .left .main-pic .triangle-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.55rem solid red;
  border-right: 0.55rem solid transparent;
}
.goods-detail-container .content-wrap .top-wrap .top .left .main-pic .flag-bg {
  position: absolute;
  left: 0;
  top: 0;
  border-width: 0.25rem 0.1625rem;
  border-style: solid;
  border-bottom: 0.1rem solid transparent;
}
.goods-detail-container .content-wrap .top-wrap .top .left .main-pic .flag-text {
  position: absolute;
  width: 0.25rem;
  line-height: 0.0875rem;
  top: 0.03125rem;
  left: 0.15625rem;
  color: #fff;
  font-weight: 600;
  margin-left: -0.09375rem;
  font-size: 0.0875rem;
}
.goods-detail-container .content-wrap .top-wrap .top .left .main-pic .type {
  position: absolute;
  top: 0;
  left: 0.09375rem;
  transform: rotate(-50deg);
  color: #fff;
  font-weight: 600;
  margin-left: -0.09375rem;
  font-size: 0.1rem;
  width: 0.5rem;
}
.goods-detail-container .content-wrap .top-wrap .top .left .more-pic {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0.0625rem;
  margin-right: 0.0625rem;
  width: 1.825rem;
}
.goods-detail-container .content-wrap .top-wrap .top .left .more-pic .more-pic-item {
  box-sizing: border-box;
  width: 0.4375rem;
  height: 0.4375rem;
  padding: 0.0625rem;
  cursor: pointer;
  border: 0.00625rem solid transparent;
}
.goods-detail-container .content-wrap .top-wrap .top .left .more-pic .more-pic-item.selected {
  border: 0.00625rem solid #1890ff;
}
.goods-detail-container .content-wrap .top-wrap .top .right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.goods-detail-container .content-wrap .top-wrap .top .right .name {
  font-size: 0.125rem;
  font-weight: 700;
}
.goods-detail-container .content-wrap .top-wrap .top .right .des-price {
  color: #646464;
  margin-top: 0.0625rem;
  display: flex;
  align-items: center;
}
.goods-detail-container .content-wrap .top-wrap .top .right .des-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制文本显示为两行，超出部分被截断 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 当文本溢出容器时，使用省略号表示超出的部分 */
  word-break: break-word;
  /* 单词内断行，以防止长单词破坏布局 */
  max-height: 3em;
  line-height: 1.5em;
}
.goods-detail-container .content-wrap .top-wrap .top .right .des-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制文本显示为两行，超出部分被截断 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 当文本溢出容器时，使用省略号表示超出的部分 */
  word-break: break-word;
}
.goods-detail-container .content-wrap .top-wrap .top .right .des-divider {
  margin: 0.09375rem;
}
.goods-detail-container .content-wrap .top-wrap .top .right .model {
  font-size: 0.0875rem;
}
.goods-detail-container .content-wrap .top-wrap .top .right .price-info .ant-descriptions-item-label {
  font-size: 0.125rem;
  color: #000;
}
.goods-detail-container .content-wrap .top-wrap .top .right .price-info .ant-descriptions-item-content {
  font-size: 0.125rem;
}
.goods-detail-container .content-wrap .top-wrap .top .right .descriptions {
  width: 100%;
  min-height: 0.9375rem;
  padding: 0.125rem;
  background-color: #f5f7f9;
}
.goods-detail-container .content-wrap .top-wrap .top .right .price {
  color: red;
  font-size: 0.1rem;
}
.goods-detail-container .content-wrap .top-wrap .top .right .ant-descriptions-item-content {
  color: #323232;
  font-size: 0.0875rem;
}
.goods-detail-container .content-wrap .top-wrap .top .right .ant-descriptions-item-label {
  color: #999;
  font-size: 0.0875rem;
}
.goods-detail-container .content-wrap .top-wrap .top-right {
  width: 1.70625rem;
  height: 100%;
  background: #fff;
  color: #323232;
  padding: 0.0625rem 0.125rem;
  display: flex;
  flex-direction: column;
}
.goods-detail-container .content-wrap .top-wrap .top-right .company {
  font-size: 0.1rem;
  font-weight: 700;
}
.goods-detail-container .content-wrap .top-wrap .top-right .divider {
  margin: 0.0625rem 0;
}
.goods-detail-container .content-wrap .top-wrap .top-right .goods-list-title {
  font-size: 0.0875rem;
  font-weight: 700;
  margin-bottom: 0.0625rem;
}
.goods-detail-container .content-wrap .top-wrap .top-right .goods-list {
  flex: 1;
}
.goods-detail-container .content-wrap .bottom-info {
  padding: 0.125rem;
}
.goods-detail-container .content-wrap .bottom-info ul {
  margin-left: 0.125rem;
}
.goods-detail-container .content-wrap .bottom-info .empty-div {
  min-height: 1.25rem;
  white-space: pre-wrap;
}
.goods-detail-container .content-wrap .bottom-info .empty-div img {
  max-width: 80%;
}
.goods-detail-container .content-wrap .ant-tabs-nav-wrap {
  flex: none !important;
}
.comp-good-card {
  border: 0.00625rem solid #d9d9d9;
  display: flex;
  margin-bottom: 0.05rem;
  padding: 0.03125rem;
  cursor: pointer;
}
.comp-good-card .img {
  width: 20%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.comp-good-card .text {
  margin-left: 0.03125rem;
  width: 1.03125rem;
}
.comp-good-card .text .company {
  font-size: 0.0875rem;
  font-weight: 3.125rem;
  width: 100%;
}
.comp-good-card .text .model {
  font-size: 0.075rem;
  width: 100%;
}
.comp-good-card .text .empty {
  padding-left: 0.0125rem;
}
.comp-good-card .text .price-wrap {
  display: flex;
  align-items: flex-end;
}
.comp-good-card .text .price-wrap .price-label {
  padding-bottom: 0.0125rem;
  width: 0.1875rem;
}
.carousel {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.carousel-button {
  border: none;
  font-size: 0.1125rem;
  cursor: pointer;
  position: absolute;
  font-weight: 700;
  color: #999;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 0.04375rem;
  height: 0.08125rem;
}
.carousel-button.prev-button {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAYAAAASYli2AAAAAXNSR0IArs4c6QAAAZhJREFUSEul1kFOwkAUBuD/H6JbPYIuUUBuIGxNTLiB9Aa2mrjVlQuBcgS8AZq4xxu0xbBm6ZI9sc9MIwZoCzNtV03T+fI3896bEiWvM1+ah8AicDnXFMt4jYGMCNwAWMQxnOk9x4XBNWyVaR56PC0EZmAQ4C3y2LEGszAIQiq0ApcLK3AfZrUpJpgxaIoZgTbYXtAW2wkWwXLBolgmWAZLgWWxDbA2kPcKcL0xLNY6wHSIJJ1S78tMEVV9LwJQPy2AJQnrfblSxMd6AhF8K4Wq7k3TZKv3WHuRhlIIk1QbKkbhHR1rUC8478lzhXggUwM3ING2SfqfS4/ygxgTEEdbqYIl4cxcBiZpNz606cuJxBiDuNhavFgSbRM0NQ+bvhzHAn02XG4nigXO9I6jXUlzB2xmketqIh4jl0956M6J3ejLLQk/tVjyK2DvEVDvS1cBw6zNyqqAvaBOZ1MBRqBGTSvAGPxDcyvgh2h/uZxYgavNyTnoPyOPrUKghrcrQIDXyGO3MJiMvZ50FDEUYq6IjvWfg0kv/wIX3NohceQl2gAAAABJRU5ErkJggg==) no-repeat center / cover;
  left: 0;
}
.carousel-button.prev-button.disabled {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAYAAAASYli2AAAAAXNSR0IArs4c6QAAAZNJREFUSEul1jFSwkAUBuD/wUxS6hG0pFFvILTOOMMNZBt2t7Oz1cpSK8LSgDdAZ+zxBtBYU1qmZgaeLhMQQkJ2k9TsNz/s/14gVHwGg8HVcrmMtdZzS1EVzxgzAnAHIAYgpJTj0uAOts7EzHOl1HkpMI0l4LtSqu0N5mCzMAybQojYCyzCvC7FBXMGXTEn0AcrBH2xo2AZLBcsi2WCVbADsCq2BxpjPpj5lui/68y8nQDXJbI+bYz5BtBIZhIWLYOtE/b7/Rsi+txNwMw/YRg27Gy6Jtt8jnq93kW9Xp+lDzLzSCklvMHkKz8DeMhYuNMgCFo+Sbc3YFc5M08AnKRSTYlIdLvdqUvavfUVRdEZEY2J6DJ1OCailgt6sA+Hw+HpYrEYA7hOJ1qtVkJrbd8juU/ugs0qeaI8Simf8sSjG9sYc//3m774NKDwFRBFUadWq71mXVZWAwpBm86nAU6gRV0b4AxatKABLa31xAvcXE5OA76klM1SYDKu6Qa8SSk7pcEEbQOwDZgHQdD2/ufgMsu/K7D+IVm1Z48AAAAASUVORK5CYII=) no-repeat center / cover;
  cursor: not-allowed;
}
.carousel-button.next-button {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAYAAAAWl4iLAAAAAXNSR0IArs4c6QAAAchJREFUSEut1j9SwkAUBvDvQ60stLWjdhA4ghzAGTiB0NhKgMYOOxsIngBKOx1PwA0MIFqKnSXqjIV/8pxgwiQhIdnENMxksr+8t3zZXcK+crocbgIzQ+PMuZfml9bgfFcGBI4BzE2BNmlykAa1xnJfl+KW4M4NCdEeazxPg7OoS1YETyuIYDBqspYUX0zFQUeqGaAHYscHDUlUDI1z1RcsYOtaTImJYQBukCip4kvYhQ9AFHwVzr+I0oNGI27lHtgaVNRlV/4qX8F/iMq9xmEcfAV2cFPQsyPocUxBLU4cA2FHcuXbg8eJ41p4mRiirxrHSDhpHGPBSeIYG1aNoxK8Lo4m8G4CJ9MGrxaLUJxM+p+xsu6OowhAW/o2cTFt8SwR7Lwo15XbDeDIszICH+MGtxPD+Y7USej+bkTwMm5yTxm2P/k+iHJAtt8+BfnHFp+VYHtTuAaQXakUuBw3WHfux4bDWofg1RRUJy3euF8WCUe0PmIG5aANeC2s0rp/akJh1dYj4aStr4XTtB4Kp209EM53xdqGTgMCH/qvR60xgScha5D4Ah8FBVZc6Mh8eZ4ICXwi2D4JtYUwMkT9P06ckV+eaqXO878LmvEhTHkZoQAAAABJRU5ErkJggg==) no-repeat center / cover;
  right: 0;
}
.carousel-button.next-button.disabled {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAYAAAAWl4iLAAAAAXNSR0IArs4c6QAAAc9JREFUSEut1jFOwzAUBuD3IrUdGGBl4wTAEegBkMoJIFJV2xMwspWNjTK56dKObCBO0BtQTgBsjAUkpGZ4j7pqIA1OHSe8pWqVfPFzf8dGWJbW+gAAXpRSL8lvVT7R3BxF0QgAjgFgSkTnSinzvVLhYDDYZ+bHjNIVQlxWkVFrvRMEwXMWYeaRlDIsiy+mQmt9EgRBDwA20xAzjxuNxlEYhlPfByxgU8spGWdxAJjU6/WmL/4DJzgRjRBxLzPCKSI2O53OpOjIV2Bz03A43JrNZmMbTkRHSinTlbP+wAkex7GZcxPBlSKisEgcrXAipfKd9Z1xXAunEjP0jaMTLhvHQnCZOBaGfePoBTvi+ElEHaXUrbnOG3bFEQCuhBAXpeBUHB+Y+RDxl2HmLynlRmk4iqKz+Xvl2rKA3pRS296wWfJxHJtctyzoR61W2223269esHkDEtEdIu5YFsyNlNJ0sajCcF7rAPA+3ytPhBD36Yc54XWtM/MTM7dsG/Ba2Kf17NTkwr6tO+Gyra+Fq7SeC1dt3Qr3+/0eIp5aspn7r7s2vbyTEDDzSuBdkHXE82kwB5LksGINfCl4eRLqzsM+Yeaz/zhxOlee70iT678BY7MlMO6elQgAAAAASUVORK5CYII=) no-repeat center / cover;
  cursor: not-allowed;
}
.carousel-button.active {
  color: #363636;
}
.carousel-images {
  display: flex;
  overflow: hidden;
  width: 1.5625rem;
  margin: 0 0.125rem;
  transition: transform 0.5s ease-in-out;
}
.carousel-image {
  flex-shrink: 0;
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.05rem;
  border: 0.00625rem solid #e4e4e4;
  padding: 0.03125rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: border-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  cursor: pointer;
}
.carousel-image.active {
  border-color: #2f8eff;
  opacity: 1;
}
.carousel-image:last-child {
  margin-right: 0;
}
.design-share-cloud-content {
  color: #101010;
  font-family: 'SourceHanSansSC-bold';
}
.design-share-cloud-content .design-content-bg {
  width: 100%;
  height: 4.375rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-image: url(/assets/banner-6a1f18ae.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.design-share-cloud-content .content-banner {
  height: 4.375rem;
  width: 7.5rem;
  margin: -0.4rem auto 0;
  display: flex;
  justify-content: center;
}
.design-share-cloud-content .content-banner .description-wrap {
  width: 100%;
}
.design-share-cloud-content .content-banner .description-wrap .title {
  margin: 1.5rem 0 0.1875rem 0;
  font-weight: bold;
  font-size: 0.3125rem;
  text-align: left;
  line-height: 1;
}
.design-share-cloud-content .content-banner .description-wrap .description {
  font-size: 0.15rem;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 0.25rem;
}
.design-share-cloud-content .soft-info-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #000;
  width: 7.5rem;
  margin: 0 auto;
}
.design-share-cloud-content .soft-info-wrap .title {
  font-weight: bold;
  font-size: 0.175rem;
  color: #000000;
  line-height: 0.25rem;
  margin: 0.375rem 0;
}
.design-share-cloud-content .soft-info-wrap .content {
  width: 100%;
  min-height: 1.5rem;
}
.design-share-cloud-content .soft-info-wrap .content .border-box {
  width: 100%;
  border: 0.00625rem solid #bbbbbb;
  box-sizing: border-box;
  display: flex;
  padding: 0.375rem 0.375rem 0.3125rem 0.375rem;
}
.design-share-cloud-content .soft-info-wrap .content .border-box .left img {
  width: 0.8rem;
  height: 0.8rem;
}
.design-share-cloud-content .soft-info-wrap .content .border-box .right {
  align-items: self-start;
  justify-content: left;
  padding-left: 0.3125rem;
}
.design-share-cloud-content .soft-info-wrap .content .border-box .right .name {
  font-size: 0.1375rem;
  color: #323232;
  font-weight: 500;
  line-height: 1;
}
.design-share-cloud-content .soft-info-wrap .content .border-box .right .info {
  font-size: 0.1rem;
  line-height: 1;
  margin: 0.1rem 0 0.25rem 0;
}
.design-share-cloud-content .soft-info-wrap .content .border-box .right .ant-btn {
  width: 0.675rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.design-share-cloud-content .soft-info-wrap .content .border-box .right .end_time {
  margin: 0.125rem 0;
}
.design-share-cloud-content .soft-info-wrap .video-container.border-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.125rem 0.25rem 0.125rem;
}
.design-share-cloud-content .soft-info-wrap .video-container.border-box .video-item-wrap {
  width: 2.175rem;
  margin-left: 0.11875rem;
  margin-right: 0.11875rem;
  margin-top: 0.21875rem;
}
.design-share-cloud-content .soft-info-wrap .video-container.border-box .video-item-wrap .video-item {
  width: 100%;
  height: 1.33125rem;
  cursor: pointer;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.design-share-cloud-content .soft-info-wrap .video-container.border-box .video-item-wrap .video-item:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0 0.0125rem 0.025rem 0, rgba(14, 30, 37, 0.32) 0 0.0125rem 0.1rem 0;
}
.design-share-cloud-content .soft-info-wrap .video-container.border-box .video-item-wrap .video-title {
  font-size: 0.1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.16875rem;
  margin-bottom: 0.03125rem;
  line-height: 1;
}
.design-share-cloud-content .soft-info-wrap .case-show-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.design-share-cloud-content .soft-info-wrap .case-show-container .case-item {
  width: 2.175rem;
  margin-left: 0.11875rem;
  margin-right: 0.11875rem;
  margin-top: 0.21875rem;
  cursor: pointer;
}
.design-share-cloud-content .soft-info-wrap .case-show-container .case-item .cover {
  width: 100%;
  background-size: 100% 100%;
  height: 1.3375rem;
  transition: all 0.3s;
}
.design-share-cloud-content .soft-info-wrap .case-show-container .case-item .cover:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0 0.0125rem 0.025rem 0, rgba(14, 30, 37, 0.32) 0 0.0125rem 0.1rem 0;
}
.design-share-cloud-content .soft-info-wrap .case-show-container .case-item .case-title {
  text-align: center;
  font-weight: bold;
  font-size: 0.1rem;
  color: #000000;
  margin-top: 0.16875rem;
  margin-bottom: 0.03125rem;
  line-height: 1;
}
.comp-partner-display {
  background: #fff;
}
.comp-partner-display .title {
  padding: 0.3125rem calc(50% - 4rem) 0.1875rem;
  font-size: 0.175rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  text-align: center;
}
.comp-partner-display .title .text {
  line-height: 0.46875rem;
  width: 1.0625rem;
  height: 0.46875rem;
  background: url("/assets/title-bg-70e4ca87.png") no-repeat center / contain;
}
.comp-partner-display .tab-btns .tab-content {
  padding: 0 calc(50% - 4rem);
  background: #e0e6ed;
  height: 7.21875rem;
  box-shadow: inset 0 0.01875rem 0.0375rem 0.00625rem #d2d7dd;
}
.comp-partner-display .ant-tabs-top > .ant-tabs-nav {
  margin: 0 !important;
}
.comp-partner-display .ant-tabs-nav-list {
  padding: 0 calc(50% - 4rem);
  justify-content: flex-start;
}
.comp-partner-display .ant-tabs-nav-list .ant-tabs-tab {
  width: 1.125rem !important;
}
.comp-partner-display .ant-tabs-nav-list .ant-tabs-tab-active {
  width: 1.125rem !important;
}
.comp-partner-display .ant-tabs-nav-list .ant-tabs-tab-btn {
  font-size: 0.1125rem;
  font-weight: 700;
}
.comp-introduce .content {
  width: 100%;
  min-height: 1.5rem;
}
.comp-introduce .content .border-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 0.3125rem 0.375rem 0.125rem 0.8125rem;
}
.comp-introduce .content .border-box .left img {
  width: 1.075rem;
  height: 1.075rem;
}
.comp-introduce .content .border-box .right {
  align-items: self-start;
  justify-content: left;
  padding-left: 0.9375rem;
}
.comp-introduce .content .border-box .right .name {
  font-size: 0.1375rem;
  color: #323232;
  font-weight: 500;
  line-height: 1;
}
.comp-introduce .content .border-box .right .info {
  line-height: 1;
  margin: 0.1rem 0 0.25rem 0;
  font-size: 0.1rem;
  color: #646464;
  letter-spacing: 0.00625rem;
  line-height: 0.15625rem;
  white-space: pre-line;
  text-align: justify;
}
.comp-introduce .content .border-box .right .ant-btn {
  width: 0.675rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-introduce .content .border-box .right .end_time {
  margin: 0.125rem 0;
}
.comp-showcase .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.125rem 0;
}
.comp-showcase .top .headline {
  display: flex;
  align-items: center;
}
.comp-showcase .top .headline .line {
  height: 0.125rem;
  width: 0.0125rem;
  background-color: #2878FF;
  margin-right: 0.125rem;
}
.comp-showcase .top .headline .name {
  color: #323232;
  font-weight: 700;
  font-size: 0.125rem;
}
.comp-showcase .top .more {
  color: #333;
  font-size: 0.0875rem;
}
.comp-showcase .content {
  display: flex;
  justify-content: space-between;
}
.comp-showcase .content .card {
  width: 2.375rem;
  cursor: pointer;
}
.comp-showcase .content .card .img {
  width: 100%;
  height: 1.41875rem;
  display: block;
}
.comp-showcase .content .card .desc {
  padding: 0.09375rem;
  height: 0.70625rem;
  background: #fff;
  color: #646464;
  font-size: 0.1rem;
}
.comp-showcase .content .empty-box {
  height: 2.125rem;
  padding: 0 0.1375rem;
}
.digitalManufacturing_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.digitalManufacturing_wrap .banner {
  width: 100%;
  height: 4.375rem;
  background-image: url('/assets/bg-ad210ff7.png');
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.digitalManufacturing_wrap .banner .title_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 7.5rem;
  color: #000;
}
.digitalManufacturing_wrap .banner .title_wrap .title {
  font-size: 0.3125rem;
  font-weight: 600;
}
.digitalManufacturing_wrap .banner .title_wrap .title_info {
  margin-top: 0.1875rem;
  font-size: 0.15rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.5;
  white-space: pre-wrap;
  /* 保留换行符和其他空白字符 */
}
.digitalManufacturing_wrap .images_wrap {
  width: 100%;
}
.digitalManufacturing_wrap .images_wrap .item_wrap {
  width: 100%;
  height: 4.2125rem;
  color: #000;
  display: flex;
  justify-content: center;
}
.digitalManufacturing_wrap .images_wrap .item_wrap .digital-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 7.5rem;
}
.digitalManufacturing_wrap .images_wrap .item_wrap .digital-item .item_description_wrap {
  padding-bottom: 0;
  flex: 1;
}
.digitalManufacturing_wrap .images_wrap .item_wrap .digital-item .item_description_wrap .item_title {
  font-size: 0.125rem;
  font-weight: 600;
}
.digitalManufacturing_wrap .images_wrap .item_wrap .digital-item .item_description_wrap .item_description {
  margin-top: 0.125rem;
}
.digitalManufacturing_wrap .images_wrap .item_wrap .digital-item .item_description_wrap .ant-btn.ant-btn-primary {
  background-color: #1890ff;
}
.digitalManufacturing_wrap .images_wrap .item_wrap .digital-item .img-w {
  width: 3.05rem;
  height: 2.2625rem;
  border-radius: 0.0375rem;
}
.digitalManufacturing_wrap .images_wrap .letter1 {
  letter-spacing: 1.5;
}
.digitalManufacturing_wrap .images_wrap .line-height-2 {
  line-height: 2;
}
.enterprise-item-container {
  align-items: center;
  width: 2.88125rem;
  height: 0.45625rem;
  background: rgba(144, 186, 230, 0.1);
  margin-right: 0.25rem;
  margin-bottom: 0.15625rem;
  cursor: pointer;
  box-sizing: border-box;
  border: 0.00625rem solid transparent;
  transition: all 0.3s;
}
.enterprise-item-container:hover {
  border: 0.00625rem solid #1b98ff;
}
.enterprise-item-container .enterprise-item-logo {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  min-width: 0.33125rem;
  min-height: 0.33125rem;
  width: 0.33125rem;
  height: 0.33125rem;
}
.enterprise-item-container .name {
  font-size: 0.1125rem;
}
.enterprise-detail-device-item {
  background-color: rgba(144, 186, 230, 0.1);
  margin: 0 0.0625rem 0.03125rem 0.25rem;
  height: 0.375rem;
  align-items: center;
}
.enterprise-detail-device-item .device-pic {
  width: 0.43125rem;
  height: 0.43125rem;
  margin: 0 0.125rem;
}
.enterprise-detail-device-item .info {
  font-size: 0.0875rem;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.18125rem;
}
.enterprise-detail-container {
  height: calc(100vh - 0.7rem);
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
}
.enterprise-detail-container .m-header {
  opacity: 0;
}
.enterprise-detail-container .placeholder-header {
  display: none;
}
.enterprise-detail-container .back-btn {
  background-repeat: no-repeat;
  background-image: url('/assets/back2-f9e894cf.png');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.88125rem;
  height: 0.225rem;
  min-height: 0.225rem;
  cursor: pointer;
}
.enterprise-detail-container .enterprise-detail-info-container {
  margin: 0.125rem 0.25rem;
  padding: 0.15625rem;
  border-top: 0.00625rem solid rgba(36, 115, 204, 0.73);
  border-bottom: 0.00625rem solid rgba(36, 115, 204, 0.73);
  align-items: center;
}
.enterprise-detail-container .enterprise-detail-info-container .enterprise-logo {
  min-width: 0.825rem;
  min-height: 0.825rem;
  width: 0.825rem;
  height: 0.825rem;
}
.enterprise-detail-container .enterprise-detail-info-container .enterprise-info {
  flex: 1;
  align-self: flex-start;
}
.enterprise-detail-container .enterprise-detail-info-container .enterprise-info .enterprise-name {
  font-size: 0.1125rem;
  color: #f4f9ff;
  font-weight: 500;
  margin: 0.0625rem 0;
  font-family: 'Source Han Sans CN';
}
.enterprise-detail-container .enterprise-detail-info-container .enterprise-info .enterprise-introduce {
  font-size: 0.0875rem;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  color: #accef5;
  line-height: 0.15rem;
}
.enterprise-detail-container .enterprise-detail-info-container .enterprise-operation-btn .factory-btn {
  background-repeat: no-repeat;
  background-image: url('/assets/gc-ba6185bd.png');
  width: 1.11875rem;
  height: 0.2625rem;
  margin-bottom: 0.125rem;
  cursor: pointer;
  background-size: 100% 100%;
}
.enterprise-detail-container .enterprise-detail-info-container .enterprise-operation-btn .requirement-btn {
  background-repeat: no-repeat;
  background-image: url('/assets/zx-66b50f75.png');
  width: 1.11875rem;
  height: 0.2625rem;
  cursor: pointer;
  background-size: 100% 100%;
}
.enterprise-detail-container .enterprise-detail-device-list-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: calc(100% - 0.625rem);
}
.enterprise-detail-container .enterprise-detail-device-list-container .title {
  width: 2.80625rem;
  height: 0.28125rem;
  background-repeat: no-repeat;
  background-image: url('/assets/shebei-659ab663.png');
}
.enterprise-detail-container .enterprise-detail-device-list-container .device-list-scroll-container {
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  height: 100%;
}
.enterprise-detail-container .enterprise-detail-device-list-container .device-list-scroll-container .infinite-scroll-component__outerdiv {
  height: 100%;
}
.enterprise-detail-container .enterprise-detail-device-list-container .device-list-scroll-container .infinite-scroll-component__outerdiv .infinite-scroll-component {
  height: calc(100vh - 2.59375rem) !important;
  overflow-x: hidden !important;
}
.enterprise-detail-container .enterprise-detail-device-list-container .device-list-scroll-container .infinite-scroll-component__outerdiv .infinite-scroll-component .ant-list-item {
  margin-bottom: 0.0625rem;
}
.enterprise-detail-container .enterprise-detail-device-list-container .device-list-scroll-container .infinite-scroll-component__outerdiv .infinite-scroll-component::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.01875rem;
}
.enterprise-detail-container .enterprise-detail-device-list-container .device-list-scroll-container .infinite-scroll-component__outerdiv .infinite-scroll-component::-webkit-scrollbar-track-piece {
  background-color: #586e8b;
}
.enterprise-detail-container .enterprise-detail-device-list-container .device-list-scroll-container .infinite-scroll-component__outerdiv .infinite-scroll-component::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #1b98ff;
}
.enterprise-detail-container .enterprise-detail-device-list-container .device-list-scroll-container .infinite-scroll-component__outerdiv .infinite-scroll-component::-webkit-scrollbar-thumb:hover {
  background-color: #1b98ff;
}
.enterprise-detail-container .enterprise-detail-device-list-container .device-list-scroll-container .infinite-scroll-component__outerdiv .infinite-scroll-component::-webkit-scrollbar-corner {
  display: block;
}
.factory-html-div {
  color: #E2F0FF;
  font-size: 0.1rem;
  width: 100%;
  height: calc(100% - 0.2rem);
  overflow: auto;
}
.customer-3d-viewer-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ececec;
}
.customer-3d-viewer-container .water-mark-container {
  top: 0;
  pointer-events: none;
}
.customer-3d-viewer-container .empty-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.customer-3d-viewer-container .empty-wrap img {
  width: 50%;
}
.customer-3d-viewer-container #RenderCanvas {
  width: 100%;
  height: 3.8125rem;
  margin-top: 0.125rem;
}
.customer-3d-viewer-container #RenderCanvas:focus {
  outline: none;
}
.customer-3d-viewer-container .operation-tips {
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
}
.customer-3d-viewer-container .content .device-name {
  color: #8eace7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.15rem;
  font-weight: 600;
}
.customer-3d-viewer-container .content .operation-tips {
  position: absolute;
  top: 40;
  right: 21%;
  color: #fff;
  font-size: 0.1125rem;
}
.customer-3d-viewer-container .content .left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #0a162a;
  width: 20%;
  box-sizing: border-box;
  border: 0.00625rem solid #1b2a3e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer-3d-viewer-container .content .right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #0a162a;
  width: 20%;
  box-sizing: border-box;
  border: 0.00625rem solid #1b2a3e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer-3d-viewer-container .content .factory-html-div {
  font-size: 0.1125rem;
  padding: 0.0625rem;
}
.customer-3d-viewer-container .content .factory-html-div::-webkit-scrollbar {
  width: 0.025rem;
  height: 0.0625rem;
}
.customer-3d-viewer-container .content .factory-html-div::-webkit-scrollbar-track {
  width: 0.0375rem;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
.customer-3d-viewer-container .content .factory-html-div::-webkit-scrollbar-thumb {
  background-color: #4d94d6;
  background-clip: padding-box;
  min-height: 0.175rem;
  border-radius: 2em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.customer-3d-viewer-container .content .factory-html-div::-webkit-scrollbar-thumb:hover {
  background-color: #4d94d6;
}
.customer-3d-viewer-container canvas {
  background: #091120;
}
.water-mark-container {
  position: absolute;
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.water-mark-container .content {
  transform: rotate(-25deg);
}
.water-mark-container .content .water-item {
  z-index: 98;
  color: #fff;
  opacity: 0.1;
  font-size: 0.125rem;
  line-height: 3;
}
.water-mark-container .content img {
  height: 0.125rem;
}
.device-modal-view_container .modal-title-img {
  margin-left: -0.20625rem;
  margin-top: -0.3125rem;
}
.device-modal-view_container .ant-modal-header {
  border-bottom: none;
}
.device-modal-view_container .ant-modal-content {
  background: #0F1B2E;
  border: 0.00625rem solid #3A526B;
}
.device-modal-view_container .ant-modal-content .ant-modal-close-icon {
  font-size: 0.125rem;
  color: #fff;
}
.device-modal-view_container .ant-modal-header {
  background: #0F1B2E;
}
.device-modal-view_container .ant-modal-header .ant-modal-title {
  color: #fff;
}
.device-modal-view_container .customer-3d-viewer-container {
  background: #0F1B2E;
}
.device-modal-view_container .customer-3d-viewer-container .content .factory-html-div,
.device-modal-view_container .customer-3d-viewer-container .content .device-name,
.device-modal-view_container .customer-3d-viewer-container .content .operation-tips {
  font-size: 0.0875rem;
}
.device-modal-view_container .ant-modal-content .ant-modal-close-icon {
  font-size: 0.125rem;
  color: #a4cff2;
  margin-right: 0.125rem;
}
.device-modal-view_container .factory-html-div {
  color: #AED8F8;
}
.digital-twin-enterprise-list-container {
  background: url("/assets/bg2-edf46f9f.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}
.digital-twin-enterprise-list-container-content {
  display: flex;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container {
  position: relative;
  padding-top: 0.0625rem;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper {
  width: 5.4rem;
  height: 0.2875rem;
  color: #8eace7;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input-wrapper {
  height: 100%;
  border-color: #415d95;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon {
  background: rgba(144, 186, 230, 0.1);
  border-color: #415d95;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon .ant-select:hover {
  border-color: transparent!important;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon .ant-select .ant-select-selector {
  border-color: transparent;
  color: #8eace7;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon .ant-select .ant-select-arrow {
  color: #8eace7;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon .ant-select.ant-select-focused {
  background: transparent;
  border: none;
  box-shadow: none;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon .ant-select.ant-select-focused .ant-select-selector {
  box-shadow: none;
  color: #8eace7;
  background: transparent;
  border-color: transparent;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon .ant-select.ant-select-focused .ant-select-selector .ant-select-selection-item {
  color: #8eace7;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input {
  height: 100%;
  background: rgba(144, 186, 230, 0.1);
  border-color: #415d95;
  color: #8eace7;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input::-moz-placeholder {
  color: #8eace7;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-search-bar-container .ant-input-group-wrapper .ant-input::placeholder {
  color: #8eace7;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container {
  width: 100%;
  margin-top: 0.1875rem;
  padding: 0 0.125rem;
  overflow-y: scroll;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .business-tab .img-label {
  width: 1.05rem;
  height: 0.31875rem;
  background-size: 101%;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .ant-tabs-nav-wrap {
  padding-top: 0.21875rem;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .ant-tabs-nav-wrap .ant-tabs-nav-list {
  justify-content: flex-start;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .ant-tabs {
  height: calc(100vh - 1.5625rem);
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .ant-tabs .ant-tabs-tab {
  padding-right: 0;
  margin-top: 0.025rem;
  width: 100%;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .ant-tabs .ant-tabs-ink-bar {
  background: transparent;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .ant-tabs .ant-tabs-content-holder {
  border-left: 0.00625rem solid #0E2348;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container::-webkit-scrollbar {
  width: 0.03125rem;
  height: 0.01875rem;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 0.03125rem;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #1b98ff;
  border-radius: 0.03125rem;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container::-webkit-scrollbar-thumb:hover {
  background-color: #1b98ff;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container::-webkit-scrollbar-corner {
  display: block;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .classified0enterprise-wrap {
  padding-bottom: 0.125rem;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .classified0enterprise-wrap .common-title {
  width: 2.80625rem;
  height: 0.28125rem;
  margin-bottom: 0.25rem;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .classified0enterprise-wrap .title1 {
  background: url("/assets/jingyuan-35a2a27d.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .classified0enterprise-wrap .title2 {
  background: url("/assets/smt-c85dca4d.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .classified0enterprise-wrap .title3 {
  background: url("/assets/fengzhuang-98212854.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .classified0enterprise-wrap .title4 {
  background: url("/assets/ceshi-364e5b93.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.digital-twin-enterprise-list-container .digital-twin-enterprise-classified-container .classified0enterprise-wrap .title5 {
  background: url("/assets/yanfa-1b0235f9.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.digital-twin-enterprise-list-container .device-search-result-container {
  margin-top: 0.125rem;
  padding: 0 0.125rem;
}
.digital-twin-enterprise-list-container .device-search-result-container .ant-pagination {
  margin-top: 0.05rem;
}
.digital-twin-enterprise-list-container .device-search-result-container .search-result-title {
  width: 6.275rem;
  height: 0.28125rem;
  background: url("/assets/shebeisousuo-c8f7023c.png") no-repeat;
  background-size: 100% 100%;
  margin-left: -0.20625rem;
  margin-top: -0.075rem;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-empty-description {
  color: #fff;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table {
  background: transparent;
  color: #fff;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-thead .ant-table-cell {
  background: rgba(144, 186, 230, 0.1);
  color: #fff;
  border-bottom: none;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-thead .ant-table-cell::before {
  width: 0 !important;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-thead > tr > th,
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-thead > tr {
  text-align: center !important;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-thead > tr > th,
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-thead > tr {
  color: #fff;
  font-size: 0.1rem;
  font-weight: lighter;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-thead > tr > th .ant-table-cell::before,
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-thead > tr .ant-table-cell::before {
  width: 0 !important;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-tbody > tr > td {
  border-color: #253755 !important;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-tbody > tr > td {
  font-size: 0.1rem;
  text-align: center;
  font-weight: lighter;
  color: #fff;
  cursor: pointer;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-row-hover,
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-row-hover > td {
  background: none !important;
  border-color: #253755 !important;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr:last-child > td {
  border-bottom: none;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-pagination .ant-pagination-item-link {
  color: #fff;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-pagination .ant-pagination-item {
  border-color: #253755 !important;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-pagination .ant-pagination-item-active {
  background: rgba(144, 186, 230, 0.5);
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-pagination .ant-pagination-item-ellipsis {
  color: #fff;
}
.digital-twin-enterprise-list-container .device-search-result-container .digital-twin-enterprise-device-table .ant-pagination .ant-pagination-total-text {
  color: #fff;
}
.digital-twin-enterprise-list-container .btn_ceshifuwu_h {
  background-image: url("/assets/btn_ceshifuwu_h-e922fb62.png");
}
.digital-twin-enterprise-list-container .btn_ceshifuwu_n {
  background-image: url("/assets/btn_ceshifuwu_n-810a2906.png");
}
.digital-twin-enterprise-list-container .btn_liangchanliupian_h {
  background-image: url("/assets/btn_liangchanliupian_h-cbab91ce.png");
}
.digital-twin-enterprise-list-container .btn_liangchanliupian_n {
  background-image: url("/assets/btn_liangchanliupian_n-da17af53.png");
}
.digital-twin-enterprise-list-container .btn_fengzhuangfuwu_h {
  background-image: url("/assets/btn_fengzhuangfuwu_h-84f32ee4.png");
}
.digital-twin-enterprise-list-container .btn_fengzhuangfuwu_n {
  background-image: url("/assets/btn_fengzhuangfuwu_n-ce351049.png");
}
.digital-twin-enterprise-list-container .btn_shiyanliupian_h {
  background-image: url("/assets/btn_shiyanliupian_h-b5ea5877.png");
}
.digital-twin-enterprise-list-container .btn_shiyanliupian_n {
  background-image: url("/assets/btn_shiyanliupian_n-2eda4e75.png");
}
.sg-auto-complete-select-wrap {
  background: rgba(144, 186, 230, 0.1);
}
.sg-auto-complete-select-wrap .ant-select-item {
  color: #8eace7;
}
.sg-auto-complete-select-wrap .ant-select-item-option-selected {
  color: #8eace7;
}
@font-face {
  font-family: YouSheBiaoTiHei;
  src: url(./font/YouSheBiaoTiHei.ttf);
}
.comp-new-header {
  height: 0.675rem;
  width: 100%;
  background: url('/assets/biaoti-1d7fcc64.png');
  background-size: cover;
  background-position: center;
  display: flex;
  padding-top: 0.1rem;
  justify-content: center;
  text-align: center;
  font-size: 0.1875rem;
  font-family: YouSheBiaoTiHei;
  position: relative;
  letter-spacing: 0.0125rem;
}
.comp-new-header .title-wrap {
  width: 3.5rem;
  white-space: pre-wrap;
  line-height: 0.1875rem;
  justify-content: center;
  height: 0.375rem;
  display: flex;
  align-items: center;
}
.comp-new-header .btn-wrap {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.89375rem;
  height: 0.2625rem;
  background: url('/assets/btn_fanhui-99334cac.png');
  background-size: cover;
  cursor: pointer;
}
.aboutUs_wrap {
  color: #000;
}
.aboutUs_wrap .title_wrap {
  padding: 1.875rem 0 0 2.25rem;
  width: 100%;
  height: 4.375rem;
  background: url('/assets/bg-5f8ab23d.png') no-repeat center / cover;
  margin: -0.4rem auto 0;
}
.aboutUs_wrap .title_wrap .title {
  font-size: 0.3125rem;
  font-weight: 600;
}
.aboutUs_wrap .title_wrap .title_info {
  margin-top: 0.14375rem;
  font-size: 0.15rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
}
.aboutUs_wrap .second_title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.175rem;
  color: #323232;
  line-height: 0.175rem;
}
.aboutUs_wrap .enterprise_wrap {
  padding: 0.34375rem 0 0.34375rem;
  text-align: center;
  background-color: #fff;
}
.aboutUs_wrap .enterprise_wrap .enterprise_title {
  font-size: 0.15rem;
}
.aboutUs_wrap .enterprise_wrap .enterprise_description {
  display: flex;
  justify-content: center;
  margin-top: 0.1875rem;
}
.aboutUs_wrap .enterprise_wrap .enterprise_description .description_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  text-align: left;
  width: 3.6625rem;
}
.aboutUs_wrap .enterprise_wrap .enterprise_description .description_wrap .description {
  letter-spacing: 1.5;
  line-height: 2;
  white-space: pre-wrap;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.1rem;
  color: #323232;
  text-indent: 0.225rem;
}
.aboutUs_wrap .enterprise_wrap .enterprise_description .description_img {
  width: 3.5875rem;
  height: 2.16875rem;
  margin-right: 0.25rem;
}
.aboutUs_wrap .video_wrap {
  text-align: center;
  background: #f0f4f7;
}
.aboutUs_wrap .video_wrap .video_wrap-cont {
  margin: 0 auto;
  width: 7.5rem;
  height: 4.775rem;
}
.aboutUs_wrap .video_wrap .second_small_title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.0875rem;
  color: #646464;
}
.aboutUs_wrap .video_wrap .video_desc {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.1rem;
  color: #323232;
  text-align: left;
}
.aboutUs_wrap .video_wrap .video-content {
  display: flex;
  justify-items: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.aboutUs_wrap .video_wrap .video-content .video-content-left {
  width: 3.75rem;
  height: 1.84375rem;
  margin-right: 0.3125rem;
  background: url('/assets/left-new-c5467914.png') top left no-repeat;
  background-size: 100% 100%;
}
.aboutUs_wrap .video_wrap .video-content .video-content-right {
  width: 3.3rem;
  height: 1.84375rem;
  display: flex;
  justify-items: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.aboutUs_wrap .video_wrap .video-bottom {
  margin-top: 0.21875rem;
  width: 7.5rem;
  height: 0.80625rem;
  background: url('/assets/bottom-ccb395c3.png') top left no-repeat;
  background-size: 100%;
}
.aboutUs_wrap .advantage_wrap {
  text-align: center;
  background-color: #f5f7fa;
  padding-bottom: 0.375rem;
}
.aboutUs_wrap .advantage_wrap .advantage-wrap-cont {
  margin: 0 auto;
}
.aboutUs_wrap .advantage_wrap .white-box {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 7.5rem;
  background-color: #fff;
  box-shadow: 0 0.01875rem 0.0375rem 0.00625rem rgba(0, 0, 0, 0.16);
}
.aboutUs_wrap .advantage_wrap .white-box .small-left-title {
  position: absolute;
  width: 0.9375rem;
  height: 0.38125rem;
  background: url('data:image/png;base64,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') top left no-repeat;
  background-size: 100%;
  margin-left: -0.1375rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.125rem;
  color: #ffffff;
  letter-spacing: 0.0125rem;
  padding-top: 0.025rem;
  text-align: center;
}
.aboutUs_wrap .advantage_wrap .white-box .real-environment-list {
  padding-top: 0.475rem;
  display: flex;
  justify-content: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.1125rem;
  color: #ffffff;
}
.aboutUs_wrap .advantage_wrap .white-box .real-environment-list .real-environment-item {
  position: relative;
  width: 2.14375rem;
  height: 1.2125rem;
  margin: 0 0.125rem;
}
.aboutUs_wrap .advantage_wrap .white-box .real-environment-list .font {
  position: absolute;
  bottom: 0.05rem;
  left: 0.1125rem;
}
.aboutUs_wrap .advantage_wrap .white-box .real-environment-list .real-environment-item.center {
  background: url('/assets/tupian_shifa-5c095a13.png') top left no-repeat;
  background-size: 100%;
}
.aboutUs_wrap .advantage_wrap .white-box .real-environment-list .real-environment-item.device {
  background: url('/assets/tupian_tujiaoji-dfd0a817.png') top left no-repeat;
  background-size: 100%;
}
.aboutUs_wrap .advantage_wrap .white-box .real-environment-list .real-environment-item.strpper {
  background: url('/assets/tupian_xianjin-2495b1bf.png') top left no-repeat;
  background-size: 100%;
}
.aboutUs_wrap .advantage_wrap .white-box .real-environment-list .real-environment-item.detail1 {
  background: url('/assets/detail1-942b887a.png') top left no-repeat;
  background-size: 100%;
}
.aboutUs_wrap .advantage_wrap .white-box .real-environment-list .real-environment-item.detail2 {
  background: url('/assets/detail2-e79fc17f.png') top left no-repeat;
  background-size: 100%;
}
.aboutUs_wrap .advantage_wrap .white-box .real-environment-list .real-environment-item.detail3 {
  background: url('/assets/detail3-da1a064c.png') top left no-repeat;
  background-size: 100%;
}
.aboutUs_wrap .advantage_wrap .white-box .digit-wrap {
  padding: 0.475rem 0.3rem 0;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.1rem;
  color: #646464;
}
.aboutUs_wrap .advantage_wrap .white-box .digit-wrap .desc {
  text-align: left;
  width: 6.9rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.1rem;
  color: #323232;
  letter-spacing: 0.00625rem;
}
.aboutUs_wrap .advantage_wrap .white-box .tech-wrap {
  display: flex;
  align-items: center;
  margin-top: 0.1625rem;
}
.aboutUs_wrap .advantage_wrap .white-box .tech-wrap .tech-image {
  width: 6.25rem;
  height: 0.3375rem;
  background: url('/assets/tech-icon-4e884233.png') top left no-repeat;
  background-size: 100%;
  margin-left: 0.25rem;
}
.aboutUs_wrap .advantage_wrap .white-box .advantage-wrap {
  display: flex;
  align-items: center;
  margin-top: 0.1625rem;
}
.aboutUs_wrap .advantage_wrap .white-box .advantage-wrap .advantage-list {
  display: flex;
  margin-left: 0.3rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.1rem;
  color: #004ea1;
}
.aboutUs_wrap .advantage_wrap .white-box .advantage-wrap .advantage-list .advantage-item {
  width: 1.8125rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  background: #ffffff;
  border-radius: 0.025rem 0.025rem 0.025rem 0.025rem;
  border: 0.00625rem solid #004ea1;
  margin: 0 0.19375rem;
}
.aboutUs_wrap .advantage_wrap .white-box .advantage-wrap .advantage-list .advantage-item:last-child {
  margin-left: 0.15rem;
  margin-right: 0;
}
.aboutUs_wrap .advantage_wrap .white-box .feature-list {
  padding: 0.34375rem 0.1875rem 0;
  display: flex;
  flex-wrap: wrap;
}
.aboutUs_wrap .advantage_wrap .white-box .feature-list .feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.13125rem 0.0625rem 0 0.0625rem;
  width: 1.65rem;
  height: 0.3375rem;
  background: #f8f8f8;
  border-radius: 0.025rem 0.025rem 0.025rem 0.025rem;
  border: 0.00625rem solid #ebebeb;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.1rem;
  color: #323232;
}
.aboutUs_wrap .advantage_wrap .white-box.mt35 {
  margin-top: 0.21875rem;
}
.aboutUs_wrap .advantage_wrap .height310 {
  height: 1.9375rem;
}
.aboutUs_wrap .advantage_wrap .height330 {
  height: 2.0625rem;
}
.aboutUs_wrap .advantage_wrap .height240 {
  height: 1.53125rem;
}
.aboutUs_wrap .aggreg-ability-wrap {
  width: 100%;
  height: 3.9125rem;
  background: url('/assets/bg_ability-cd0a5064.png') no-repeat center / cover;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont {
  margin: 0 auto;
  width: 7.5rem;
  text-align: center;
  position: relative;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .center-img {
  width: 2.775rem;
  margin: 0 auto;
  height: 2.81875rem;
  background: url('/assets/bg_jijunengli-7ea05e6d.png') top left no-repeat;
  background-size: 100%;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .content-wrap {
  position: relative;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .pos-absolute {
  position: absolute;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .big-title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.15rem;
  color: #3a96ff;
  letter-spacing: 0.0125rem;
  text-align: right;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .small-title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-size: 0.1375rem;
  color: #323232;
  text-align: right;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .desc {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.1rem;
  color: #646464;
  text-align: right;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .left-top {
  top: 0;
  left: 0.25rem;
  width: 1.9375rem;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .right-top {
  top: 0;
  right: 0.25rem;
  width: 1.9375rem;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .right-top .small-title,
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .right-top .big-title {
  text-align: left;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .right-top .desc {
  text-align: left;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .left-bottom {
  bottom: 0;
  left: 0.25rem;
  width: 1.9375rem;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .right-bottom {
  bottom: 0;
  right: 0.25rem;
  width: 1.9375rem;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .right-bottom .small-title,
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .right-bottom .big-title {
  text-align: left;
}
.aboutUs_wrap .aggreg-ability-wrap .ability-wrap-cont .right-bottom .desc {
  text-align: left;
}
.cooperate_wrap {
  color: #000;
}
.cooperate_wrap .title-second {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.175rem;
  color: #323232;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.01875rem;
  text-align: center;
}
.cooperate_wrap .title_wrap {
  padding: 1.625rem 0 0 1.5625rem;
  width: 100%;
  height: 4.375rem;
  color: #fff;
  background: url('/assets/bg-916878a7.png') no-repeat center / cover;
  margin: -0.4rem auto 0;
}
.cooperate_wrap .title_wrap .title {
  font-size: 0.3125rem;
  font-weight: 600;
}
.cooperate_wrap .title_wrap .title_info {
  margin-top: 0.25rem;
  font-size: 0.15rem;
}
.cooperate_wrap .cooperate-direction {
  text-align: center;
  background: #f5f7fa;
  height: 3.625rem;
}
.cooperate_wrap .cooperate-direction .coop-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.cooperate_wrap .cooperate-direction .coop-list .coop-item {
  width: 1.975rem;
  height: 2.40625rem;
  background: #e9f1fb;
  padding: 0 0.125rem;
  box-shadow: 0 0.01875rem 0.01875rem 0.00625rem rgba(66, 98, 126, 0.15);
  border-radius: 0.0125rem;
  margin-right: 0.7875rem;
}
.cooperate_wrap .cooperate-direction .coop-list .coop-item:last-child {
  margin-right: 0;
}
.cooperate_wrap .cooperate-direction .coop-list .item-title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-size: 0.125rem;
  color: #323232;
  margin: 0.125rem 0;
}
.cooperate_wrap .cooperate-direction .coop-list .item-desc {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.0875rem;
  color: #646464;
  line-height: 0.15rem;
  text-align: center;
}
.cooperate_wrap .cooperate-direction .coop-list .item-icon {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.625rem auto 0;
}
.cooperate_wrap .cooperate-direction .coop-list .design-icon {
  background: url('data:image/png;base64,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') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-direction .coop-list .product-icon {
  background: url('data:image/png;base64,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') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-direction .coop-list .shopping-icon {
  background: url('data:image/png;base64,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') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-partner {
  width: 100%;
  height: 2.25625rem;
  background: #f0f3f7;
  margin: 0 auto;
}
.cooperate_wrap .cooperate-partner .partner-image {
  margin: 0 auto;
  width: 7.5rem;
  height: 1.2rem;
  background: url('/assets/bg_fuwuliucheng-5b84e2f3.png') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-partner-show {
  width: 100%;
  height: 2.9375rem;
  background: #f5f7fa;
}
.cooperate_wrap .cooperate-partner-show .cooperate-partner-show-cont {
  width: 7.5rem;
  margin: 0 auto;
}
.cooperate_wrap .cooperate-partner-show .show-list {
  display: flex;
  flex-wrap: wrap;
}
.cooperate_wrap .cooperate-partner-show .show-list .show-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 1.75rem;
  height: 0.50625rem;
  box-shadow: 0 0.01875rem 0.0375rem 0.00625rem rgba(79, 124, 164, 0.16);
  border-radius: 0;
  margin-right: 0.1625rem;
  margin-bottom: 0.1625rem;
}
.cooperate_wrap .cooperate-partner-show .show-list .show-item .show1 {
  width: 1.1875rem;
  height: 0.35625rem;
  background: url('/assets/show1-4966d4bf.png') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-partner-show .show-list .show-item .show2 {
  width: 1.04375rem;
  height: 0.275rem;
  background: url('/assets/show2-fa95da28.png') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-partner-show .show-list .show-item .show3 {
  width: 0.95rem;
  height: 0.4rem;
  background: url('/assets/show3-532f20fa.png') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-partner-show .show-list .show-item .show4 {
  width: 0.61875rem;
  height: 0.45625rem;
  background: url('/assets/show4-0ab69bbe.png') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-partner-show .show-list .show-item .show5 {
  width: 0.49375rem;
  height: 0.5rem;
  background: url('/assets/show5-67c29df0.png') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-partner-show .show-list .show-item .show6 {
  width: 0.525rem;
  height: 0.50625rem;
  background: url('/assets/show6-7b5ba6f5.png') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-partner-show .show-list .show-item .show7 {
  width: 1.15rem;
  height: 0.4rem;
  background: url('/assets/show7-ffcb85d5.png') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-partner-show .show-list .show-item .show8 {
  width: 0.55rem;
  height: 0.49375rem;
  background: url('/assets/show8-aa25c378.png') top left no-repeat;
  background-size: 100%;
}
.cooperate_wrap .cooperate-partner-show .show-list .show-item:nth-child(4),
.cooperate_wrap .cooperate-partner-show .show-list .show-item:nth-child(8) {
  margin-right: 0;
}
.cooperate_wrap .cooperate-partner-show .show-btn {
  width: 0.9375rem;
}
@keyframes loadingAnimation {
  0% {
    background: url("data:image/png;base64,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") 100% 100% no-repeat;
    background-size: 100% 100%;
    top: 0.25rem;
  }
  20% {
    background: url("data:image/png;base64,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") 100% 100% no-repeat;
    background-size: 100% 100%;
    top: 0.125rem;
  }
  40% {
    background: url("data:image/png;base64,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") 100% 100% no-repeat;
    background-size: 100% 100%;
    top: 0;
  }
  60% {
    background: url("data:image/png;base64,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") 100% 100% no-repeat;
    background-size: 100% 100%;
    top: -0.125rem;
  }
  80% {
    background: url("data:image/png;base64,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") 100% 100% no-repeat;
    background-size: 100% 100%;
    top: -0.25rem;
  }
  100% {
    background: url("data:image/png;base64,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") 100% 100% no-repeat;
    background-size: 100% 100%;
    top: -0.375rem;
  }
}
.loadingComp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #000033;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.loadingComp .loading-box {
  position: relative;
}
.loadingComp .loading-box img {
  width: 1.1rem;
  height: 0.98125rem;
}
.loadingComp .moveLayer {
  width: 1.1rem;
  height: 0.98125rem;
  animation-name: loadingAnimation;
  animation-duration: 6s;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.temp-meter-old-wrap {
  background: url("/assets/temp1_mm-69b3cc24.png") no-repeat 100% 100%;
  position: relative;
  background-size: 100% 100%;
  width: 1.8125rem;
  height: 1.8125rem;
}
.temp-meter-old-wrap .temp-meter-bg {
  background: url("/assets/temp2_mm-1dee59a0.png") no-repeat 100% 100%;
  position: absolute;
  width: 1.8125rem;
  height: 1.8125rem;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
.temp-meter-old-wrap .temp-description-title {
  position: absolute;
  top: -0.15625rem;
  right: 0;
  width: 2.08125rem;
  height: 0.26875rem;
  background: url("/assets/title_windu-caddb3bb.png");
  background-size: 100% 100%;
}
.temp-meter-old-wrap .circle-content {
  color: #fff;
  position: absolute;
  top: 0.78125rem;
  left: 0.6125rem;
  text-align: center;
  width: 0.625rem;
}
.temp-meter-old-wrap .circle-content .temp-value {
  font-size: 0.1875rem;
}
.hum-meter-old-wrap {
  background: url("/assets/hum1_mm-d3e69865.png") no-repeat 100% 100%;
  position: relative;
  background-size: 100% 100%;
  width: 1.8125rem;
  height: 1.8125rem;
  margin: 0.15rem 0 0;
}
.hum-meter-old-wrap .hum-meter-bg {
  background: url("/assets/hum2_mm-c087512f.png") no-repeat 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8125rem;
  height: 1.8125rem;
}
.hum-meter-old-wrap .hum-description {
  color: #fff;
  font-size: 0.15rem;
  position: absolute;
  top: -0.15625rem;
  right: 0;
  width: 2.08125rem;
  height: 0.26875rem;
  background: url("/assets/title_shidu-fee245b5.png");
  background-size: 100% 100%;
}
.hum-meter-old-wrap .hum-description span {
  font-size: 0.1125rem;
  padding-left: 0.0625rem;
}
.hum-meter-old-wrap .circle-content {
  color: #fff;
  position: absolute;
  top: 0.78125rem;
  left: 0.6125rem;
  text-align: center;
  width: 0.625rem;
}
.hum-meter-old-wrap .circle-content .hum-value {
  font-size: 0.1875rem;
}
.modle-viewer {
  flex: 1;
  /* 设备简介 */
}
.modle-viewer .meter-all-container {
  position: absolute;
  margin-top: 0.15625rem;
  z-index: 8;
  right: 0.375rem;
  display: flex;
  flex-direction: column;
}
.modle-viewer .factory-devices-list-container {
  position: relative;
  width: 0;
  font-family: 'factoryFont';
}
.modle-viewer .factory-devices-list-container .title-wrap {
  position: relative;
  z-index: 1;
  background: url('/assets/title_device-b82af634.png') no-repeat 100% 100%;
  background-size: 100% 100%;
  width: 2.08125rem;
  height: 0.26875rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.1125rem;
  padding-left: 0.0625rem;
  margin-bottom: 0.125rem;
  letter-spacing: 0.0125rem;
  margin-left: 0.21875rem;
}
.modle-viewer .factory-devices-list-container .device-list-container {
  margin-left: 0.21875rem;
  overflow-x: hidden;
  overflow-y: overlay;
  position: relative;
  z-index: 1;
  width: 1.875rem;
  max-height: 4.0625rem;
}
.modle-viewer .factory-devices-list-container .device-list-container::-webkit-scrollbar {
  width: 0;
  height: 0.0375rem;
  background: transparent;
}
.modle-viewer .factory-devices-list-container .device-list-container .device-item {
  width: 1.875rem;
  height: 0.28125rem;
  color: #bec7d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(15,44,78,0.50196);
  margin-bottom: 0.01875rem;
  cursor: pointer;
  margin: 0.03125rem 0;
  font-size: 0.1rem;
  padding-left: 0.125rem;
  border: none;
}
.modle-viewer .factory-devices-list-container .device-list-container .device-item .span-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modle-viewer .factory-devices-list-container .device-list-container .device-item .icon-wrap {
  background: #2a5482;
  border-radius: 0.0125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.025rem;
}
.modle-viewer .factory-devices-list-container .device-list-container .device-item .icon-wrap .folder-icon {
  color: #fff;
  font-size: 0.075rem;
}
.modle-viewer .show-work-detail-container {
  z-index: 1;
  width: 100vw;
  height: calc(100vh - 1.25rem);
  position: relative;
  font-family: 'factoryFont';
  /* 设备参数 */
  /* 设备名称 */
  /* 设备参数 */
}
.modle-viewer .show-work-detail-container .title-image {
  width: 2.04375rem;
  height: 0.26875rem;
}
.modle-viewer .show-work-detail-container .text-wrap {
  font-size: 0.1rem;
  color: #e2f0ff;
  width: 100%;
  height: calc((100vh - 0.675rem - 0.3125rem) - 0.5rem);
  height: calc((100vh - 0.675rem - 0.3125rem) - 0.5rem);
  height: calc(calc(100vh - 0.675rem - 0.3125rem) - 0.5rem);
  padding: 0 0.125rem;
  overflow-y: auto;
  /* 使内容超出高度时出现竖向滚动条 */
  overflow-x: hidden;
  /* 隐藏横向滚动条 */
}
.modle-viewer .show-work-detail-container .text-wrap::-webkit-scrollbar {
  width: 0.0375rem;
  /* 设置滚动条的宽度 */
}
.modle-viewer .show-work-detail-container .text-wrap::-webkit-scrollbar-track {
  background: transparent;
  /* 设置滚动条背景为透明 */
}
.modle-viewer .show-work-detail-container .text-wrap::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* 默认隐藏滚动条滑块 */
  border-radius: 0.0375rem;
  /* 设置滚动条滑块的圆角 */
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* 滑块颜色过渡效果 */
}
.modle-viewer .show-work-detail-container .text-wrap::-webkit-scrollbar-button {
  background: transparent;
  /* 设置滚动条按钮为透明 */
}
.modle-viewer .show-work-detail-container .text-wrap:hover::-webkit-scrollbar-thumb {
  background-color: #394e6a;
  /* 鼠标悬停时显示滑块 */
}
.modle-viewer .show-work-detail-container .show-work-detail-html-wrap {
  background: rgba(25,55,88,0.33333);
  width: 2.1875rem;
  height: calc(100vh - 0.675rem - 0.3125rem);
  position: absolute;
  top: 0;
  left: 0.25rem;
  padding: 0.0625rem 0.03125rem;
  z-index: 999;
}
.modle-viewer .show-work-detail-container .work-house-detail-name-container {
  width: 100%;
  text-align: center;
  color: #5ea6ff;
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 0.15rem;
  letter-spacing: 0.0375rem;
  text-shadow: 0 0.0125rem 0.05rem rgba(255, 255, 255, 0.42);
  background: linear-gradient(180deg, rgba(49, 190, 255) 0%, #fcfcfc 58.76464844%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  /* 使元素适应其内容大小 */
}
.modle-viewer .show-work-detail-container .show-device-params-container {
  background: rgba(25,55,88,0.33333);
  width: 2.1875rem;
  height: calc(100vh - 0.675rem - 0.3125rem);
  position: absolute;
  top: 0;
  right: 0.25rem;
  padding: 0.0625rem 0.03125rem;
  z-index: 999;
}
.modle-viewer .hover-device-container {
  position: absolute;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANcAAABHCAYAAACUG9L2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxNGVmZGM0My1iOTNlLTA1NGYtODg1My0yZTQzYTI2ZDE1NTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzJEMUU2QzY3OEE1MTFFQTk5MEZCNkQxNzRGMzg4QzMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzJEMUU2QzU3OEE1MTFFQTk5MEZCNkQxNzRGMzg4QzMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTRlZmRjNDMtYjkzZS0wNTRmLTg4NTMtMmU0M2EyNmQxNTUyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE0ZWZkYzQzLWI5M2UtMDU0Zi04ODUzLTJlNDNhMjZkMTU1MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plf2VJEAAAGpSURBVHja7N0xSgNRFAXQmWEqezeRBVibWsTC3uxAF5BSV2DhAmzFQsQ6ffpswsZedL5hiBaChJB5xXPOgSGFaPHI5b7/Q7AupVTA8BojAOEC4QKEC4QLhAvotX/94PzFcOC3xxPNBSnWwvLPn5m3Ac5cMe7Wz8QYEK7hHayfh80rCNfAJpsGg8G0RvBj5vzFFrXmggzN9dFV14v726lRMWbTi8tF2wwUru8Py86e+xdf+mL0dvkAeZczl3BBFRGuUjqjAs0FqcKlucBaCJoLhGt94hIuiGmu8mlUENNcbgsh6MyluSCmuayFENVcLjQgqLmEC5y5IFVzCRdYCyHZWihcENRc1kIIai7hAmcuSBUuzQXWQsgUrtpaCGHNJVwQc+ZyFQ/OXJCruXwTGYKay1oIUc3lQoOxa2LC5bYQgsLlcy6IOnO50ABrIaQKl7UQrIWQKVzL46v5kVExcstdf6EuZb9S2vxDckjp6TTubzfGC8IFqey9FgKaC4QLhAsQLhAuEC5AuEC4QLiALerJ/NUUGK3VzaHmAmsh0GvfundTAM0FeXwJMADAzJzgQV/xXQAAAABJRU5ErkJggg==') no-repeat 100% 100%;
  background-size: 100% 100%;
  width: 1.34375rem;
  height: 0.44375rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.0625rem;
  z-index: 99;
}
.modle-viewer .factory-detail-canvas-container {
  position: fixed;
  top: 0.825rem;
  left: 0;
  width: 100%;
  height: 100%;
}
.modle-viewer .factory-detail-canvas-container #renderCanvas {
  width: 100%;
  height: 100%;
  outline: none;
}
.twin-factory-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh);
  overflow-y: hidden;
  overflow-x: hidden;
  background: url("/assets/background-d4666e23.png") 100% 100% no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.twin-factory-container .twin-factory-header {
  position: relative;
  z-index: 10;
}
.twin-factory-container .twin-factory-header .right-choose-room-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  right: 0;
  top: 0.3125rem;
  background: url("/assets/bg_xiala-978cc03b.png") 100% 100% no-repeat;
  background-size: 100% 100%;
  height: 0.2625rem;
  color: #fff;
  width: 1.4625rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.twin-factory-container .twin-factory-header .right-choose-room-wrap .right-choose-room-title-wrap {
  padding-left: 0.0625rem;
  width: 1.4625rem;
  display: flex;
}
.twin-factory-container .twin-factory-header .right-choose-room-wrap .right-choose-room-title-wrap .right-choose-room-title {
  font-size: 0.1125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 1.5625rem;
  font-family: "factoryFont";
}
.twin-factory-container .twin-factory-header .right-choose-room-wrap .right-choose-room-title-wrap .arrow-wrap {
  margin-right: 0.25rem;
  font-size: 0.1rem;
}
.twin-factory-container .twin-factory-header .right-choose-room-wrap .right-choose-room-title-wrap .work-house-container {
  position: absolute;
  top: 0.33125rem;
  z-index: 99;
  max-height: 2.5rem;
  overflow-y: auto;
}
.twin-factory-container .twin-factory-header .right-choose-room-wrap .right-choose-room-title-wrap .work-house-container .work-house-item {
  width: 1.5625rem;
  height: 0.3125rem;
  color: #cdd6e8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(17,29,83,0.76863);
  margin-bottom: 0.01875rem;
  cursor: pointer;
  font-size: 0.1125rem;
  padding-left: 0.0625rem;
  letter-spacing: 0.0125rem;
  font-family: "factoryFont";
}
.twin-factory-container .twin-factory-header .right-choose-room-wrap .right-choose-room-title-wrap .work-house-container .work-house-item .text-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ecological_wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.ecological_wrap .ecological_title {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 85;
  background: url('/assets/title2-1-2925f11e.png') top left no-repeat;
  background-size: 100% 100%;
}
.ecological_wrap .hide-header {
  position: absolute;
}
.ecological_wrap .content_wrap {
  display: flex;
  flex-direction: column;
  padding: 0 0.1875rem 0 0.25rem;
  flex: 1;
  background-color: #000;
}
.ecological_wrap .content_wrap .screen-top {
  display: flex;
}
.ecological_wrap .content_wrap .screen-top .screen-left {
  position: relative;
  width: 2.875rem;
  max-width: 2.875rem;
}
.ecological_wrap .content_wrap .screen-top .screen-middle {
  flex: 1;
  overflow: hidden;
}
.ecological_wrap .content_wrap .screen-top .screen-right {
  width: 3.125rem;
  max-width: 3.125rem;
}
.ecological_wrap .content_wrap .screen-footer {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.ecological_wrap .m-header {
  display: none;
}
.ecological_wrap .back-btn {
  background-repeat: no-repeat;
  background-image: url("/assets/back2-f9e894cf.png");
  width: 0.875rem;
  height: 0.2375rem;
  cursor: pointer;
  position: absolute;
  bottom: 0.0625rem;
  left: 0.075rem;
  background-size: 100% 100%;
}
.operationalData_wrap {
  width: 2.9125rem;
  display: flex;
  flex-direction: column;
}
.operationalData_wrap .operationalData_List {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.0625rem;
}
.operationalData_wrap .operationalData_List .item_wrap {
  display: flex;
  width: 50%;
  align-items: center;
  margin-top: 0;
}
.operationalData_wrap .operationalData_List .item_wrap .item_img {
  width: 0.475rem;
  height: 0.53125rem;
}
.operationalData_wrap .operationalData_List .item_wrap .item_data_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.operationalData_wrap .operationalData_List .item_wrap .item_data_wrap .item_title {
  height: 0.15rem;
  padding-left: 0.125rem;
  font-size: 0.1rem;
  color: #d1d6df;
  font-style: italic;
  background: url('/assets/bg_item-376ef1f3.png') no-repeat center / cover;
}
.operationalData_wrap .operationalData_List .item_wrap .item_data_wrap .item_data {
  padding-left: 0.09375rem;
  max-height: 0.23125rem;
}
.operationalData_wrap .operationalData_List .item_wrap .item_data_wrap .item_data .item_info {
  margin-right: 0.03125rem;
  font-size: 0.15rem;
  color: #32dcfb;
  font-weight: 600;
}
.operationalData_wrap .operationalData_List .item_wrap .item_data_wrap .item_data .item_unit {
  font-size: 0.0875rem;
  color: #8bb3ba;
}
.module_title {
  position: relative;
  padding-left: 0.3125rem;
  width: 100%;
  height: 0.29375rem;
  line-height: 0.225rem;
  font-size: 0.125rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.00625rem;
  background: url('/assets/bg_title-f5bfc110.png') no-repeat center / cover;
  background-size: 100% 100%;
}
.category_title_wrap {
  display: flex;
  align-items: center;
  padding-left: 0.125rem;
}
.category_title_wrap .title_img {
  width: 0.1875rem;
}
.category_title_wrap .category_title {
  font-size: 0.09375rem;
  font-style: italic;
  color: #D1D6DF;
  letter-spacing: 0.00938rem;
}
.line_img {
  width: 1.875rem;
  height: 0.025rem;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASAAAAAGCAYAAABjAUMfAAAAAXNSR0IArs4c6QAAAqVJREFUWEftmMFqGzEQhv+RtIpNMCGnlEKvveTYF+ibNW/W9gF6zKXXQmhOIbjG8UqaKSPJWce7dZxCTpFhmdE/o0U7Zj5ml3DoJ0KHwlfAKH49oV1+G+fdLAbtbl78d77YpSt2Ve35bVmvu2HPwoEebFlvqj01oF6vZdHnVVc/mGHvbMff1Q/W4shgxxBNfah2u87nTyXmFxDPkFXNOUmQWY0tY8nJ5w+Qu4uyPq36otrffdHP10P+++Xgb+9x/XmsXWKsXU1oTx6Z6PFcR5aipbUKPFuBpwCZAM4+ZI4BzD5cpsCiUNkHyr2Hyc1mQH9WxVeIKCQUGmojgU7WGT457qtmLUzcgDxlCOVYZ0AUYBKBmECu2m1VVFdf9d1KcT8G5lQljR8aOcrg2+obgajeMTh6iOqBi9WLPTglsBNIzxC1jiGbOWSewAqxLcAUXgquEMF6FoVW2BR/F1ZToNpC6n8BdRBODUzPNllL+HcFHhvvq4j7+aM03oez0sC3DnSqk0ZX1gqB/h4mOBhtfG3wNYG6Hk6b2GojO9g+wJGFIsK6AMWBjQlOrbFwVH0IdOaxhtGJQUcCpxoROhF0xhRLehH0FN4IvNQc5Q+Ve3TKGyJ4K2WPaqSayffM9wDBEOCAbK3a6uvj6Vw0gEiegRDtTBEFOCxlikggsEiGQxQgZCsIIohC6HVoy+vi9yLoueoaI0HQtRACGIpDzY9ECFzWGovECGwQIEiGEKIgkUHgBMVUcrZYdoiW1UOCh0ZTqnDEDMklsIKxi2AFoT8r8Mv/eQCvIuSiTl6/7sEfP40nKM39jgLELxPTFDVQNQ5NVKBNQG0CGr1a7b+itQmoseO1KnDwGw/aN6AX1719A3pxydqGN1yBwwB6w4Vpj94q0Crw+hX4C+ty8hYI/NGNAAAAAElFTkSuQmCC') no-repeat center / cover;
}
.echarts_wrap {
  width: 100%;
}
.echarts_wrap.w100 {
  width: 100%;
}
.echarts_wrap.w130 {
  width: 0.8125rem;
}
.echarts_wrap.w150 {
  width: 0.9375rem;
}
.echarts_wrap.h110 {
  height: 0.6875rem;
}
.echarts_wrap.h120 {
  height: 0.75rem;
}
.echarts_wrap.h130 {
  height: 0.8125rem;
}
.echarts_wrap.h140 {
  height: 0.875rem;
}
.echarts_wrap.h150 {
  height: 0.9375rem;
}
.echarts_wrap.h158 {
  height: 0.9875rem;
}
.echarts_wrap.h180 {
  height: 1.125rem;
}
.echarts_wrap.h185 {
  height: 1.15625rem;
}
.echarts_wrap.h200 {
  height: 1.25rem;
}
.echarts_wrap.h210 {
  height: 1.3125rem;
}
.echarts_wrap.h220 {
  height: 1.375rem;
}
.echarts_wrap.h230 {
  height: 1.4375rem;
}
.echarts_wrap.h240 {
  height: 1.5rem;
}
.echarts_wrap.h250 {
  height: 1.5625rem;
}
.echarts_wrap.h270 {
  height: 1.6875rem;
}
.ddfx-container .catagory_wrap {
  display: flex;
  padding: 0.0625rem 0;
}
.ddfx-container .catagory_wrap .catagory_item_wrap {
  display: flex;
  flex: 1;
}
.ddfx-container .catagory_wrap .catagory_item_wrap .item_img {
  width: 0.4875rem;
  height: 0.43125rem;
  margin-right: 0.025rem;
}
.ddfx-container .catagory_wrap .catagory_item_wrap .item_info_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.ddfx-container .catagory_wrap .catagory_item_wrap .item_info_wrap .item_title {
  font-size: 0.1rem;
  color: #C9DBEC;
}
.ddfx-container .catagory_wrap .catagory_item_wrap .item_info_wrap .item_info {
  font-size: 0.15rem;
  font-weight: 600;
  color: #3EEBFF;
  line-height: 1;
}
.ddfx-container .order-chart {
  margin-left: 0.0625rem;
  margin-top: 0.0625rem;
  height: 19vh;
}
.ecological-cloud-middle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 0.125rem;
}
.ecological-cloud-middle-container .map-left-top-show-warp {
  position: absolute;
  left: 0;
  top: 0.3125rem;
}
.ecological-cloud-middle-container .map-left-top-show-warp .access-device-wrap,
.ecological-cloud-middle-container .map-left-top-show-warp .cooperative-unit-wrap {
  display: flex;
  align-items: center;
  margin-left: 0.0625rem;
  width: 1.16875rem;
  height: 0.34375rem;
}
.ecological-cloud-middle-container .map-left-top-show-warp .access-device-wrap .info-wrap,
.ecological-cloud-middle-container .map-left-top-show-warp .cooperative-unit-wrap .info-wrap {
  padding-left: 0.09375rem;
  display: flex;
  flex-direction: column;
}
.ecological-cloud-middle-container .map-left-top-show-warp .access-device-wrap .info-wrap .title,
.ecological-cloud-middle-container .map-left-top-show-warp .cooperative-unit-wrap .info-wrap .title {
  font-size: 0.0875rem;
}
.ecological-cloud-middle-container .map-left-top-show-warp .access-device-wrap .info-wrap .value,
.ecological-cloud-middle-container .map-left-top-show-warp .cooperative-unit-wrap .info-wrap .value {
  font-size: 0.1375rem;
  color: #00CBFF;
}
.ecological-cloud-middle-container .map-left-top-show-warp .access-device-wrap .info-wrap .value span,
.ecological-cloud-middle-container .map-left-top-show-warp .cooperative-unit-wrap .info-wrap .value span {
  font-size: 0.0875rem;
}
.ecological-cloud-middle-container .map-left-top-show-warp .access-device-wrap {
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ecological-cloud-middle-container .map-left-top-show-warp .access-device-wrap .title {
  background-image: -webkit-linear-gradient(0deg, #ACDDFF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ecological-cloud-middle-container .map-left-top-show-warp .cooperative-unit-wrap {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALkAAAA1CAYAAAAd30r/AAAAAXNSR0IArs4c6QAACzpJREFUeF7tXUty3EYMHVqKYpcW8dab3Ma5gY+dXaqcO7gqG1fFKdsSUwAIEmz2BwDRJBVHC4817G5yRq8fH74cbuO38SZ+fv3jz99ud+PqPTw8bt8bbrdlXHJ8kL+Pd/O44X6Z812MGW7J+uM4DuN9dv3hfho7LmvJ+fO603x5Lcvc5Xwwdxh/2pzr23R9PGdZ53n5PM80j4/Nrw/L+l/5c44PNPaZ5m/nrN+nMT+PPB5+/yed+5rmvJrffyOuLTn29DQf+/vxeRyeHzdjca1pXPqKx375jnPunt7i619izVff6Rj/3H0jbL36+hVf79+9Wx2/F+MfpjEw7s2XL/O43z9/XmPx06fl9w8ftjiVmJwuZNiA/OPH9/JCVQDPbIKeIMc/PgA9EOQEqAnoEyhTkEtg3m4TIBOQ85ihAHIJWC3I5cZIQY7HXj+PDHI6PwGdzzVvgJ0gZ4DPIE6AngM5A5znSKAzyCXATSCHwVugb4C/BbmSyVcsnoB8BXA85mNy+oNt2TySyeUdQA/yWCZfNoadyVsgX4F/AjmwOG2Cfkyesvi1mPwkkOOXLiWLU65ICXSryRWxMfm8JZDPd45ZYpRB3mJyybBaJq/JlRTkzOIaJpdAn1lfyo9EtsD4mlzB45MEsYDczeR5uYJ/Wb5zTLhKNHlOriRMTRPXC6WavSRXCDA0t6jJpVZnJpfvBWpyC5NHaPJUj/OmwNcHO5ODVEFwJZpcboxUrjCT50COaxk0OYxnXS7lSg7kKZvvlituTQ5MDj+p8Zkalk6QWwzPlVxJz3+gJr8yk5dAzkyekytwLJUsq01hAHnJ8GSQ46YRRiVr8pLRCeOl4Qm/r4xPaXjCwTXQc4YoKIR470pNk0sml2yeShW+3cyaPBrk4u5U8q7AEDA+ZxtAIVd6eFcYsPAa6V1hJpcA1zI58uDT27EFco3hCWsd610J0OTyFoxgFYanBHlLrpRciDOznuZd8WvynHeFvy+PXMG5wrui0eQ1Fpcg5/+zfMHfjS7EHIszgWlciEYmR7Tx+jNR9mDy3SCXLJvR5JEgt2jy5XP5QS5ZOcLwTOUKXaPOhchMLq/JyuQwXqvJc+7DGotvAA5v1OXKTpAL4OGX4tTkKiYPBrncdKVgEI3R+sljXYiLxIkzPBm4Gk3ukSutYFBOk2tADte9Ixi01eTDMLo1uRfkEYZnzk9OG4+ijJaIZ5bJp01WDgZdh8nxc2fkShoIwnFJMGgPk7dADmsD0F+0Jt+wuTKsfwaTR4X11zLsuIhntJ880oUoDU+UOomfHN/LeFfg/XNdiLnclSC5YmHyIw3PWu4KbUzIb5H5NXmQR3pXIG8l1cs9vCseTc5MbtHkCGyRv3IeyDsHgywgJ+acwvrRLkROvpokjiZBa2Fyv1zx5K5YErToGuuG55FMrvGuuCOe8GFduSslkJ/A5F1BPn0ejXeFmVwD8kgmp/Ot2byVoFUC+NGa/JCwvhvkOT+5Mc12rV11CVrScOQUgZVcEZvs/AQtuJg4Tc7fl8dP3op4oibmkP/OBC1LFqIlrA/XqAoGtd2HiBL4R/78Z7wr3nxyDZNH5pP3liuaYBAAICqfXGpy3FCVBK3raHJlxJOYN180oQ3rt4omSnLlfCZva3K89imnvFU00WJyPD6xcUuuaDQ5g5zWfVwVZayim2kOyxTtZJa0hvVLRRNuTb4rQUtRGeT1k5O+bWQhSmlykOFJ4FiCQewj5z9oic0HY9GEBKw24lkDuUeupCCX69dAjkytDOtb5Iob5HBBLsOzcxaiBDn8n9k8V/52NSbXuBAXVj6m/A3P56wMYiaXIEcgG7IQLy9X9kQ8vXJF5UJk997/NZ7NGs8U5BZNbgW5NDw9fvLryxUhITYAT44xm/Gt3pyFOK13ZCFzKlfgdylZ1nLFn7tiyUL0BIPoc+j85Lnytyi5AteRhvWvU8gcYHjWQF5icto4IqKYsnmuMgg3A+n7jXdF3AVqYX2Ld2X5XG3D01LIvEictIq/HfFsyZVajaeVyXOaPEKuwBoqFyIMDKnW7wxy/GIzbSn2anIJdNT5LZDz3UJsrIgsxAWwP54mz5W/4cbYkbsC8w2VQUR78mePJr+ad2UDcvy4lBKQZXIHyDU1nkeD3ONdScP62lTbliZHQCv95Nryt2rfFTihwo2o67syAWK1QZz55BbDkwBTaTAkKoPMIM80NtIzOZytf4IWfX5bcyGaoyuasLakyIG81VyolGrbEeTnRzylXGmVv61AfmK1Pl0zyQ9ic78mJx2s66ClMTxxPWP5G8yJinj2TrWtyhUFi98uK1caLSlm0AXUeFoMzyvKFQ/II5oLwXmtEU+Y00q1rVbqwwJHGp5dNfnFQM6bShMM6pGFGF00wUxOdxXqolVrSYFamwNEScQTjuUky/Ujnh3D+lKTwxd0dsRTavmWJr8ik7cMT02NZwvkuWr9HJNLwxOPJ+Vv4cEgOIk7rK8AOYHDnqClMjxh8Yqf/EeRKxpN7qnWj5AruYhnC+QauQJj1IXMoSBv5ZMLUMJ/EYQdWzdHgpyZPKoyyCNX+Pvy5JPj3INyVzz55Aj8hp8cxgQFg3Z20EqA7NXkL5nJl817jHeFzld3IaYg75m7goCtaPKX1QtRIVdMIMcNsm3f7M0nP5/J4Qri/ORHM3ktGKTNJ2+1pIgyPOG7KUY8NS5ESvnwdbWtafKaXCGA9ssnT3uupNfSu7nQAth8WD+6MsjC5Di2UALnbd0Ma2q9K+GGpxvkpdyVnO5mwzOn2QM0OQFmf7W+BPoekEd4V6JB7jE84fuQxqc2rJ+TK61g0N6IZ5XJ4aDbuwKTLa2bO4HcUsjMBiS8WjpoyXl6F2JZrniYvCRXenlXUpDj+acoLALZWTTRepxKeKrtLpBHa/KIx6mcGNa3tG5e3TUexnGu78Q7Yf7BWJGaXGN4RvRdQR40tm4+BeQvNazfvRdi4cFYEXJFsmaPGk/aMEuC1pHBoJZ35fqaPOhJEyrD8+zHqUz2x1We/tY7rL9Hk0vDswVyGNvKXYEx6idNuA3PKzziMLjGc6/hSRtTl4XoCQZFtm5OmRw1dlBzoZzh6QW5TLWFNdTBIBhcT9KKS7Ulg83+sFoVk09MemTDTwJHvT95hFyxeFc8hqdGk7PhuSefnDW5BeS75crRHbRqIO/yHE9lw0/1Iw6Thp9XBDld076IZ02T5zIQa94VT1hf05/8nL4rCu/KEUxOf+ROfnK+WyhqPFmuRDB5tOGJ6+3MXdmjyb2VQajPp1I5N8jdmvzAQmZvWP+sNnEakEdqco9cYU2ueY6nlclzmvzUp7/BBbmDQR2Z3J2gNTEvvDCzcjsKuqskj1LB8ZVCZkN/8rOZPLo/OWtyuquseyFq5cpFmwvFPjPIK1csRRNdmwsZ5Iqlqy0x6Tha+q5Eelc0hucRCVpomFaKJjoVMu9MtQ3yk1+VyTWGJwPYUsicRjwt3hWN4dmqDEJmFiH7VoJWjclzcgXe0yZooQ7PPE4F3le7EF9Cjacb5ErvCnxhltyVowuZo0GeGp4aJk/lCsmWJUdek7uCTH12WL+34VnzkS+MNwno4NyVmibvAfL5fKuKJ18+uQXkGsOzBPKa4ckgt/rJc0zuzUJEVs94V36can3Wy4XGQpEgJ9uCo5n7H1YrN7i2CX+qyVdrdGwuRAyub8LfAnkuCxHnTOVvmmBQOMjDErQ6pdrSH3vrJ+/hQtTUeB7dksLD5PSd6TpoMcg9csXjXSlp8uP95MpHHBID2sP6Ku/K2QlahSzEhWH9rZsloFpZiBqQ7yma2OMnz2lyZG1lL8SSXIH3o6v1/wV0pdwzBKA9ygAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0.0375rem;
}
.ecological-cloud-middle-container .map-left-top-show-warp .cooperative-unit-wrap .info-wrap .title {
  background-image: -webkit-linear-gradient(0deg, #ACEEFF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ecological-cloud-middle-container .map-left-top-show-warp .cooperative-unit-wrap .info-wrap .value {
  color: #00FFFB;
}
.ecological-cloud-middle-container .static-map-bg {
  margin-top: 0.3125rem;
  width: 100%;
  flex: 1;
  overflow: hidden;
  background-image: url("/assets/map-11d2669a.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
.ecological-cloud-middle-container .zzxt {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container {
  width: 1.4625rem;
  height: 2.00625rem;
  border: 0.00625rem solid #5F7297;
  position: absolute;
  right: 0;
  bottom: 0.125rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.0625rem;
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container .line_img {
  display: none;
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container .category_title_wrap {
  padding-left: 0;
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container .unit-all-wrap {
  overflow-y: scroll;
  height: 1.5625rem;
  width: 1.3375rem;
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container .unit-all-wrap .unit-item-wrap {
  display: flex;
  margin-left: 0.0625rem;
  padding-left: 0.0625rem;
  align-items: center;
  margin-bottom: 0.0625rem;
  height: 0.2125rem;
  background: rgba(196, 215, 255, 0.11);
  font-size: 0.0875rem;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container .unit-all-wrap .unit-item-wrap p {
  width: 1.3375rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container .unit-all-wrap::-webkit-scrollbar {
  width: 0;
  height: 0.0625rem;
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container .unit-all-wrap::-webkit-scrollbar-track {
  width: 0.0375rem;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container .unit-all-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.5);
  background-clip: padding-box;
  min-height: 0.175rem;
  border-radius: 2em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container .unit-all-wrap::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144, 147, 153, 0.3);
}
.ecological-cloud-middle-container .zzxt .more-cooperative-unit-container .more-btn {
  cursor: pointer;
  width: 0.6375rem;
  height: 0.225rem;
  font-size: 0.075rem;
  line-height: 0.225rem;
  text-align: center;
  background: url("data:image/png;base64,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") no-repeat;
  background-size: 100% 100%;
  align-self: end;
  margin-right: 0.0625rem;
  margin-top: 0.0625rem;
}
.ecological-cloud-middle-container .zzxt .zzxt-t {
  margin-left: 0.125rem;
}
.ecological-cloud-middle-container .module_title {
  background: url('/assets/zhizao-d5132dcd.png') no-repeat center / cover;
  background-size: 100% 100%;
  padding-left: 0.375rem;
  position: absolute;
}
.pie_wrap {
  position: relative;
}
.pie_wrap .sum_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url('data:image/png;base64,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') no-repeat;
  background-size: 100% 100%;
}
.pie_wrap .sum_wrap .sum_data {
  font-size: 0.125rem;
  white-space: nowrap;
}
.pie_wrap .sum_wrap .sum_text {
  font-size: 0.0875rem;
  transform: scale(0.7);
  font-weight: lighter;
}
.pie_wrap.h110 {
  height: 0.6875rem;
  width: 0.6875rem;
  margin-top: -0.03125rem;
}
.ecological_right_wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.ecological_right_wrap .mt25 {
  margin-top: 0.15625rem;
}
.ecological_right_wrap .ecological_right_content_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.0625rem;
}
.ecological_right_wrap .ecological_right_content_wrap .sale-number {
  height: 16vh;
  width: 2.125rem;
  margin-left: 0.1875rem;
}
.ecological_right_wrap .mall_online {
  display: flex;
  align-self: center;
  width: 100%;
  height: 0.6875rem;
}
.ecological_right_wrap .mall_online .mall_category_wrap {
  display: flex;
  flex: 1;
}
.ecological_right_wrap .mall_online .mall_category_wrap .item_wrap {
  position: relative;
  flex: 1;
  text-align: center;
}
.ecological_right_wrap .mall_online .mall_category_wrap .item_wrap .item_img {
  width: 0.5625rem;
  height: 0.41875rem;
}
.ecological_right_wrap .mall_online .mall_category_wrap .item_wrap .item_name {
  width: 100%;
  height: 0.1875rem;
  line-height: 0.1875rem;
  font-size: 0.0875rem;
}
.ecological_right_wrap .mall_online .mall_category_wrap .item_wrap .item_value {
  position: absolute;
  top: 0.025rem;
  width: 100%;
  font-size: 0.125rem;
}
.ecological_right_wrap .apply_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
  width: 1.75rem;
  height: 1rem;
  background: url('/assets/ciyun-dd702e11.png') no-repeat center / cover;
}
.ecological_right_wrap .apply_wrap .apply_text {
  font-size: 12p;
  line-height: 0.1375rem;
  color: #97BFE7;
}
.ecological_right_wrap .goods_num_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.ecological_right_wrap .ml10 {
  margin-left: 0.0625rem;
}
.ecological_right_wrap .sale-number-circle {
  margin-top: 0.0625rem;
}
.table_style {
  overflow: hidden;
}
.table_style .ant-table-thead > tr > th,
.table_style .ant-table-thead > tr {
  background-color: #08141d !important;
  color: #CEE1FF !important;
  text-align: center !important;
}
.table_style .ant-table-thead > tr > th,
.table_style .ant-table-thead > tr {
  background-size: 100% 100%;
  border-width: 0;
  font-size: 0.1rem;
  font-weight: lighter;
}
.table_style .ant-table-thead > tr > th .ant-table-cell::before,
.table_style .ant-table-thead > tr .ant-table-cell::before {
  width: 0 !important;
}
.table_style .ant-table-tbody > tr > td {
  border-width: 0;
  font-size: 0.0875rem;
  text-align: center;
  font-weight: lighter;
  color: #fff;
}
.table_style .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
.table_style .ant-table-row-hover,
.table_style .ant-table-row-hover > td {
  background: none !important;
}
.table_style .ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr > td {
  border-top: none;
  border-bottom: none;
}
.table_style .ant-table td,
.table_style .ant-table th {
  font-size: 0.075rem!important;
}
.table_style .ant-table td,
.table_style .ant-table th {
  /* 你想要的字体大小 */
}
.oddRow {
  background: url('/assets/tableBg-fcec4e4c.png') !important;
}
.evenRow {
  background-color: #08141d !important;
}
.table_style::-webkit-scrollbar {
  width: 0;
  height: 0.0625rem;
}
.table_style::-webkit-scrollbar-track {
  width: 0.0375rem;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
.table_style::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.5);
  background-clip: padding-box;
  min-height: 0.175rem;
  border-radius: 2em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.table_style::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144, 147, 153, 0.3);
}
.show-count-item-container {
  position: relative;
  margin-bottom: 0.125rem;
  font-size: 0.075rem;
}
.show-count-item-container .square {
  display: flex;
  align-items: center;
}
.show-count-item-container .square .square-before {
  width: 0.0625rem;
  height: 0.0625rem;
}
.show-count-item-container .square .title {
  white-space: nowrap;
  margin-left: 0.03125rem;
  line-height: 1;
}
.show-count-item-container .detail-wrap .percentage {
  margin-top: 0.075rem;
}
.show-count-item-container .detail-wrap .value {
  white-space: nowrap;
  margin-top: 0.1rem;
  margin-left: 0.09375rem;
  font-size: 0.075rem;
  line-height: 1;
}
.show-count-item-container .show-count-item-border {
  position: absolute;
  width: 0.05625rem;
  height: 0.15625rem;
  border-left-width: 0.00625rem;
  border-left-style: solid;
  border-bottom-width: 0.00625rem;
  border-bottom-style: solid;
  top: 0.0625rem;
  left: 0.025rem;
}
.progress_icon {
  position: absolute;
  top: 0;
  height: 200%;
  aspect-ratio: 1;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAApCAYAAACsldDLAAAFeElEQVRYha2Zv48dNRDHPd699/gRXbhwuXsEiUhEEOkKCuAUQgcUUCEh0lDQ0MCfgOj4G/IP0KQ5RFLSIKVDNCAkRIkQCiI5hVOSd1x+vHvrQd4d2+PZ2R8v4NPT7nrt8cdfj+3xHphP/zL/Y4LHNIVjCpX/gRO64YDlYxcIz9fstOqtAgviqoBp5bX36EYAgswbAzsWcuiZF7XEEUDCtQVIeTgEO2KIWRkwNt7nA8jLcyhMtmqleRkNuhO2QyXgKkP91y4fcpNPY9YoMiDK90qjkh/v66sG2weaAGqkMJyxjnjG/C0aJ2CwZyUYnGBdQ58gIAOUP5GfmcOoOdbDzlX0LoHkDtINRvksNQxJNQAwOVQhyoT3YQJJew2Mt5OANbFUtUuloARtfDNVt0I9GwGB6iAKH4+z3hKIE8DcHZzgWGHpakCBVGWgUDC3sJmqDWPzjB4UArAcZgkHfNglSc9qkA05UxTSFeKQM3dAcoH6HpoLBp+EqGxyBw6cT+KOpUubWMBUDZPKRlUh+qxlrlCQKUsC1qQM2OdXQlU2/HEJA2UERixdwCZYo2YY9gCZfsCeMRPGAyNzCROBAAoWPjih7kqbggQlNyB/bQALBlxEVX2nmlGHBgL9pHIkHJDCvv1lzzKYpTGxAVtX2WSCqGxx+eMTL8827OnKofVjWTljD/5x9y/MJp+cetq+x409WuIvr3x5+32mohWKcsEyda3Jk77v58A0y+trcf65crr9jN10aMCDHlemWCLae4cGN56y78ie//53dSVzHV1VVVkJy4H4zmXIH9O62/gufLg72QbwaqL1wL7oYmmq159fexvArHHDlTPzL67Nv2WKgrgXHG1YfYvtClKYP09LW+ycKbYcbaR++L2qv+27ey9s2A+kyf1Dd+3Xm8tHofc9Q68mTVlJzX015NWd/OjidGM6gSkiQlDVp51T5flJCTNhCK/+9HBPgK2URsC26UMnLr5Ubvs7DnrrrjvcmZUtVecP8IfL14/+YOxD0VbrfRfsUDxr3ji3Nt1ah/VWSwuYnHwSLsj8n/883hMAGmzvwfFxlK3Tpd3JdjRCYc7RAhdvnp28Kzu7WOKtz6/OrwsgHivIuFbL64SVPaSKTTS/eaKw57bsaV7KA9+47eazdevX0CzduOO+OTjCY9oInABh92rYGHlGKIutHn721hPPTkooPKDfrgoLzjmDu2fWXi2sOSlqH3/1/f2vIxRmilZCRc1fY94QLKtU97pu5LWz5VYBBgsADMA377iDFzeLS9LA3Qfuu70fH+4bg0u/ucWtNwAjjgGuk/8io6xzELZTYEFKSTGBZbFskeKB8MO0yKfwr1ERQ0zrwev8imCdyOe/2AktNpAhGlKuM4B0rsJm7U2Rvg8NHXXQR1HyYOgYaBVBe8DGHBjzGBIRKUR0NSCCo72tYqdl2zSMlvzRT8SwzGG00+RXJvmqy1XtBw2wMsg18aQPdBJthpvUQmewDherBFa7DtIc8PEMkDtw0ADk2MRioJnvGg28zw14cuSPAcTRCYL5Otpk2KvMd6jsYFjRxOpSVFO27ygeIvr8WMEUkj4LdBII5V1uKwK0oft/LTdQaZvZHNZGDCfW0Bg7K4X4Nk4qr7JmD8lP+cIvfVmrNwgb1FW/jOSRfVRTfgCRoEYHVddXNYYoWYYSsgUfDRMtAINldUAsdW2RMLoF7yw9owarGBn/MTlslc2OB/ETpVQyqat/ORQQKDvRC8xhpbr0nLmDY75s2DdZFDpIO8p965usvB+1KcjGTAqUATIjyGd9Vq9nsrS+dmvAaupbDSSAhB7VAKsrO9YF2WlzyGdRURv0IwlXfdR/aFZ5NwpWa2hA9ZVsjU/GmH8BaUe6iff7PmQAAAAASUVORK5CYII=') no-repeat center / cover;
  transform: translate(-60%, -25%);
}
.sell-progress-container {
  height: 0.125rem;
  position: relative;
  width: 100%;
}
.sell-progress-container .ant-progress {
  line-height: 1 !important;
}
.sell-progress-container .ant-progress {
  display: block;
}
.ecological-cloud-footer-container {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.ecological-cloud-footer-container .left-new-order-wrap {
  box-sizing: border-box;
  width: 2.8125rem;
}
.ecological-cloud-footer-container .left-new-order-wrap .new-order-table-wrap {
  padding-left: 0;
  margin-top: 0.04375rem;
}
.ecological-cloud-footer-container .left-new-order-wrap .new-order-table-wrap .ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody > tr > td {
  padding: 0.05625rem 0.05rem;
}
.ecological-cloud-footer-container .middle-zzxt-wrap {
  display: flex;
  flex: 1;
}
.ecological-cloud-footer-container .middle-zzxt-wrap .device-source-wrap {
  width: 1.59375rem;
  padding-left: 0.09375rem;
  box-sizing: border-box;
}
.ecological-cloud-footer-container .middle-zzxt-wrap .device-source-table-cont {
  margin-top: 0.04375rem;
  margin-left: 0.09375rem;
}
.ecological-cloud-footer-container .middle-zzxt-wrap .line-image {
  width: 0.0375rem;
  height: 1.25rem;
  margin: 0.1875rem 0.09375rem 0;
  background: url('data:image/png;base64,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') top left no-repeat;
  background-size: 100% 100%;
}
.ecological-cloud-footer-container .middle-zzxt-wrap .ecological-manufacture-management .device-counts-chart-wrap {
  padding-top: 0.25rem;
  width: 1.5rem;
}
.ecological-cloud-footer-container .middle-zzxt-wrap .ecological-manufacture-management .device-counts-chart-wrap .show-count {
  margin-left: 0.15rem;
}
.ecological-cloud-footer-container .middle-zzxt-wrap .amount-wrap {
  width: 2.25rem;
}
.ecological-cloud-footer-container .middle-zzxt-wrap .zzjye-bar-chart-box {
  display: flex;
  width: 2.125rem;
  margin-left: 0.125rem;
}
.ecological-cloud-footer-container .middle-zzxt-wrap .zzjye-bar-chart-box .zzjye-charts {
  height: 21vh;
}
.ecological-cloud-footer-container .middle-zzxt-wrap .zzjye-bar-chart-box .echarts-tip-title {
  position: relative;
  top: 0;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap {
  width: 3.125rem;
  display: flex;
  z-index: 2;
  flex-direction: column;
  margin-top: 0;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap .ranking-list-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0.03125rem;
  margin-bottom: 0.0625rem;
  margin-left: 0.03125rem;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap .ranking-list-wrap .list-box {
  max-height: 1.3125rem;
  margin-right: 0.09375rem;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap .ranking-list-wrap .list-box .sell_list {
  height: 0.26875rem;
  padding-left: 0.1875rem;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap .ranking-list-wrap .list-box .sell_list .top_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap .ranking-list-wrap .list-box .sell_list .top_wrap .top_info_wrap {
  display: flex;
  align-items: center;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap .ranking-list-wrap .list-box .sell_list .top_wrap .top_info_wrap .top_info {
  margin-left: 0.05rem;
  font-size: 0.0875rem;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap .ranking-list-wrap .list-box .sell_list .top_wrap .top_num {
  font-size: 0.1rem;
  font-weight: bold;
  color: #74feed;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap .ranking-list-wrap .list-box .sell_list .sell-progress-container .sell_list:last-child .ant-progress {
  margin-bottom: 0!important;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap .ranking-list-wrap .list-box .sell_list img {
  height: 0.125rem;
}
.ecological-cloud-footer-container .right-sales-ranking-wrap .ranking-list-wrap .list-box .sell_list .small {
  height: 0.1rem;
}
.popver-container {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.popver-container .popver-inner-wrap {
  z-index: 100;
}
.popover-overlay-wrap .ant-popover-inner {
  width: 0;
  height: 0;
  background-color: transparent;
}
.popover-overlay-wrap .ant-popover-arrow {
  display: none;
}
.popover-overlay-wrap .popver-content-wrap {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANcAAABHCAYAAACUG9L2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxNGVmZGM0My1iOTNlLTA1NGYtODg1My0yZTQzYTI2ZDE1NTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzJEMUU2QzY3OEE1MTFFQTk5MEZCNkQxNzRGMzg4QzMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzJEMUU2QzU3OEE1MTFFQTk5MEZCNkQxNzRGMzg4QzMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTRlZmRjNDMtYjkzZS0wNTRmLTg4NTMtMmU0M2EyNmQxNTUyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE0ZWZkYzQzLWI5M2UtMDU0Zi04ODUzLTJlNDNhMjZkMTU1MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plf2VJEAAAGpSURBVHja7N0xSgNRFAXQmWEqezeRBVibWsTC3uxAF5BSV2DhAmzFQsQ6ffpswsZedL5hiBaChJB5xXPOgSGFaPHI5b7/Q7AupVTA8BojAOEC4QKEC4QLhAvotX/94PzFcOC3xxPNBSnWwvLPn5m3Ac5cMe7Wz8QYEK7hHayfh80rCNfAJpsGg8G0RvBj5vzFFrXmggzN9dFV14v726lRMWbTi8tF2wwUru8Py86e+xdf+mL0dvkAeZczl3BBFRGuUjqjAs0FqcKlucBaCJoLhGt94hIuiGmu8mlUENNcbgsh6MyluSCmuayFENVcLjQgqLmEC5y5IFVzCRdYCyHZWihcENRc1kIIai7hAmcuSBUuzQXWQsgUrtpaCGHNJVwQc+ZyFQ/OXJCruXwTGYKay1oIUc3lQoOxa2LC5bYQgsLlcy6IOnO50ABrIaQKl7UQrIWQKVzL46v5kVExcstdf6EuZb9S2vxDckjp6TTubzfGC8IFqey9FgKaC4QLhAsQLhAuEC5AuEC4QLiALerJ/NUUGK3VzaHmAmsh0GvfundTAM0FeXwJMADAzJzgQV/xXQAAAABJRU5ErkJggg==") no-repeat 100% 100%;
  background-size: 100% 100%;
  width: 1.34375rem;
  height: 0.44375rem;
  color: #fff;
  display: flex;
  font-size: 0.1rem;
  align-items: center;
  font-family: "factoryFont";
  padding-left: 0.1375rem;
}
.zgkxywdzyjs-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2%;
}
.zgkxywdzyjs-container .zgkxywdzyjs-bottom-img {
  background-image: url("/assets/bottom-8966732a.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 71%;
  width: 64%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .special-laboratory-container .zgkxywdzyjs-container .zgkxywdzyjs-bottom-img {
    height: 105%;
    width: 87%;
    margin-top: -4%;
    transform: scale(0.8);
  }
}
.special-laboratory-container {
  position: relative;
}
.special-laboratory-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh);
  overflow-y: hidden;
  overflow-x: hidden;
  background: url("/assets/background-d4666e23.png") 100% 100% no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.special-laboratory-page .title-wrap {
  margin-bottom: 0.625rem;
}
.sznm-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2%;
}
.sznm-container .sznm-bottom-img {
  background-image: url("/assets/bottom-4b5afe8c.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 85%;
  width: 79%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .sznm-container .sznm-bottom-img {
    transform: scale(0.7);
    margin-top: -7%;
    height: 129%;
    width: 98%;
  }
}
.zbdx-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2%;
}
.zbdx-container .zbdx-bottom-img {
  background-image: url("/assets/foundation-2cafc673.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 65%;
  width: 70%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .zbdx-container .zbdx-bottom-img {
    transform: scale(0.7);
    margin-top: -6%;
    height: 120%;
    width: 100%;
  }
}
.jswlwyjfzzx-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2%;
}
.jswlwyjfzzx-container .jswlwyjfzzx-bottom-img {
  background-image: url("/assets/bottom-a89c10db.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 76%;
  width: 75%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .jswlwyjfzzx-container .jswlwyjfzzx-bottom-img {
    height: 111%;
    width: 105%;
    transform: scale(0.8);
    margin-top: -3%;
  }
}
.jsytsskj-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2%;
}
.jsytsskj-container .jsytsskj-bottom-img {
  background-image: url("/assets/bottom-fa47bada.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 70%;
  width: 62%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .jsytsskj-container .jsytsskj-bottom-img {
    transform: scale(0.8);
    height: 89%;
    width: 80%;
  }
}
.wxwlwcxzx-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2%;
}
.wxwlwcxzx-container .wxwlwcxzx-bottom-img {
  background-image: url("/assets/bottom-9c23cb59.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 63%;
  width: 68%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .wxwlwcxzx-container .wxwlwcxzx-bottom-img {
    transform: scale(0.7);
    margin-top: -3%;
    height: 103%;
    width: 90%;
  }
}
.page-remote-desk {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
#desktop-container {
  height: 100%;
  width: 100%;
  border-width: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.desktop-help-bar {
  position: absolute;
  z-index: 20;
  top: 50%;
  text-align: right;
  transition: right 0.2s linear;
  background-color: #fff;
  padding-right: 0.0625rem;
  padding-top: 0.0125rem;
  border-radius: 0.0375rem 0 0 0.0375rem;
  box-shadow: 0 0 0.01875rem #000;
}
.desktop-help-bar:hover {
  right: 0 !important;
}
.desktop-help-bar .arrow {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#root {
  height: 100%;
  color: #fff;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  font-size: 0.0875rem;
  color: rgba(0, 0, 0, 0.65);
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 0;
  height: 0.0625rem;
}
/** ------------------------------------------ */
.h100p {
  height: 100%;
}
.h50p {
  height: 50%;
}
.w100p {
  width: 100%;
}
.width60 {
  width: 60%;
}
.min-width0 {
  min-width: 0;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-col-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-h-center {
  justify-content: center;
}
.flex-h-end {
  justify-content: flex-end;
}
.flex-v-center {
  align-items: center;
}
.flex-v-top {
  align-items: flex-start;
}
.flex-v-bottom {
  align-items: flex-end;
}
.flex-1 {
  flex: 1;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.word-break-all {
  word-break: break-all;
  word-wrap: break-word;
}
.bold {
  font-weight: bold;
}
.lh1 {
  line-height: 1;
}
.lh2 {
  line-height: 2;
}
.lh3 {
  line-height: 3;
}
.lh4 {
  line-height: 4;
}
.mr5 {
  margin-right: 0.03125rem;
}
.ml5 {
  margin-left: 0.03125rem;
}
.mt5 {
  margin-top: 0.03125rem;
}
.mt10 {
  margin-top: 0.0625rem !important;
}
.mr10 {
  margin-right: 0.0625rem;
}
.ml10 {
  margin-left: 0.0625rem;
}
.mb10 {
  margin-bottom: 0.0625rem;
}
.mt15 {
  margin-top: 0.09375rem;
}
.mr15 {
  margin-right: 0.09375rem;
}
.ml15 {
  margin-left: 0.09375rem;
}
.mb15 {
  margin-bottom: 0.09375rem;
}
.mt20 {
  margin-top: 0.125rem !important;
}
.mr20 {
  margin-right: 0.125rem;
}
.ml16 {
  margin-left: 0.1rem;
}
.ml20 {
  margin-left: 0.125rem;
}
.mb20 {
  margin-bottom: 0.125rem !important;
}
.mt30 {
  margin-top: 0.1875rem;
}
.mt35 {
  margin-top: 0.21875rem;
}
.mr30 {
  margin-right: 0.1875rem;
}
.ml30 {
  margin-left: 0.1875rem !important;
}
.mb30 {
  margin-bottom: 0.1875rem !important;
}
.mt40 {
  margin-top: 0.25rem !important;
}
.mr40 {
  margin-right: 0.25rem;
}
.ml40 {
  margin-left: 0.25rem !important;
}
.mb40 {
  margin-bottom: 0.25rem !important;
}
.mt50 {
  margin-top: 0.3125rem;
}
.mr50 {
  margin-right: 0.3125rem !important;
}
.ml50 {
  margin-left: 0.3125rem !important;
}
.mb50 {
  margin-bottom: 0.3125rem !important;
}
.mt60 {
  margin-top: 0.375rem;
}
.mr60 {
  margin-right: 0.375rem;
}
.ml60 {
  margin-left: 0.375rem;
}
.mb60 {
  margin-bottom: 0.375rem;
}
.mb90 {
  margin-bottom: 0.5625rem;
}
.p5 {
  padding: 0.03125rem;
}
.pNr5 {
  padding: 0.03125rem 0.03125rem 0.03125rem 0;
}
.pt10 {
  padding-top: 0.0625rem;
}
.pt60 {
  padding-top: 0.375rem;
}
.pt40 {
  padding-top: 0.25rem;
}
.pb40 {
  padding-bottom: 0.25rem;
}
.pr10 {
  padding-right: 0.0625rem;
}
.pl10 {
  padding-left: 0.0625rem;
}
.pl40 {
  padding-left: 0.25rem;
}
.pb90 {
  padding-bottom: 0.5625rem !important;
}
.pb70 {
  padding-bottom: 0.4375rem !important;
}
.fs10 {
  font-size: 0.0625rem;
}
.fs12 {
  font-size: 0.075rem;
}
.fs14 {
  font-size: 0.0875rem;
}
.fs16 {
  font-size: 0.1rem;
}
.fs18 {
  font-size: 0.1125rem;
}
.fs20 {
  font-size: 0.125rem;
}
.fs24 {
  font-size: 0.15rem;
}
.fs30 {
  font-size: 0.1875rem!important;
}
.fs26 {
  font-size: 0.1625rem;
}
.fs28 {
  font-size: 0.175rem!important;
}
.fs36 {
  font-size: 0.225rem;
}
.fs42 {
  font-size: 0.2625rem;
}
.line-height-one {
  line-height: 1;
}
.fs50 {
  font-size: 0.3125rem;
}
.cur-pointer {
  cursor: pointer;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.red {
  color: #fb3d3d;
}
.red:hover {
  color: #fb3d3d;
}
.mainFontColor {
  color: #4c89f0;
}
.mainFontColor:hover {
  color: #4c89f0;
}
.green {
  color: #52c41a;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.bg-white {
  background-color: #fff;
}
.width240 {
  width: 1.5rem;
}
.width150 {
  width: 0.9375rem;
}
.width80 {
  width: 0.5rem;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.hide {
  display: none !important;
}
.mut-ellipise1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.mut-ellipise2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mut-ellipise3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.no-margin {
  margin: 0 !important;
}
.shadow {
  box-shadow: 0 0.00625rem 0.0375rem rgba(0, 0, 0, 0.1);
}
.common-board {
  position: relative;
  box-shadow: 0 0.00625rem 0.0375rem rgba(0, 0, 0, 0.1);
  border: 0.00625rem solid transparent;
}
.buttonColor {
  color: #5679ff;
}
.font-bold {
  font-weight: bold;
}
.right-btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.table-title {
  font-size: 0.1125rem;
  font-weight: 400;
}
.common-icon-size {
  width: 0.075rem;
  height: 0.075rem;
  margin-right: 0.04375rem;
}
.disabled-color {
  color: #dbdbdb;
}
.disabled-color:hover,
.disabled-color:active,
.disabled-color:visited {
  color: #dbdbdb;
}
.hot {
  color: #ff4d4f;
}
.cold {
  color: #00bfff;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.a-div {
  font-size: 0.0875rem;
  color: #0d0d0d;
}
.a-div:hover {
  color: #2f8eff;
}
.space-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.opacity0 {
  opacity: 0;
}
/*品牌色作文字*/
.p-text-color {
  color: #2F8EFF;
}
/*品牌色作背景*/
.p-bg-color {
  background-color: #2F8EFF;
}
/*一级文字*/
.tcolor1 {
  color: #323232;
}
/*二级文字*/
.tcolor2 {
  color: #646464;
}
/*三级文字*/
.tcolor3 {
  color: #C0C0C2;
}
/*边框分割线*/
.tcolor4 {
  color: #E5E5E5;
}
/*背景色*/
.bg-color {
  background-color: #323232;
}
.red-color {
  color: #FF2828;
}
.grey-color {
  color: #999;
}
.flexible-btn-wrap button {
  padding: 0.03125rem 0.09375rem;
  height: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexible-btn-wrap button span {
  font-size: 0.0875rem;
}
.banner-title {
  font-size: 0.3125rem;
  font-weight: 700;
  letter-spacing: 0.03125rem;
  line-height: 0.3125rem;
}
.banner-desc {
  font-size: 0.15rem;
  line-height: 0.25rem;
}
.ant-table.ant-table-bordered .ant-table-content .ant-table-thead th {
  background: #f7fbff;
}
.ant-spin-nested-loading {
  position: static;
}
.ant-spin-nested-loading .ant-spin-container {
  position: static;
}
.page-center {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1281px) {
  .page-home {
    width: 100%;
    max-width: 7.5rem;
    /* 中间部分的最大宽度 */
    margin: 0;
    box-sizing: border-box;
  }
}
