/* @import './baise.css'; */

@font-face {
  font-family: Alibaba PuHuiTi-Light;

  font-display: swap;

  src: url(/public/font/OPPOSans-Light.eot) format('embedded-opentype'),
    url(/public/font/OPPOSans-Light.otf) format('opentype'),
    url(/public/font/OPPOSans-Light.ttf) format('TrueType'),
    url(/public/font/OPPOSans-Light.woff) format('woff'),
    url(/public/font/OPPOSans-Light.woff2) format('woff2');
}

@font-face {
  font-family: OPPOSans-Regular;

  font-display: swap;

  src:url(/public/font/OPPOSans-Regular.eot) format('embedded-opentype'),
    url(/public/font/OPPOSans-Regular.otf) format('opentype'),
    url(/public/font/OPPOSans-Regular.ttf) format('TrueType'),
    url(/public/font/OPPOSans-Regular.woff) format('woff'),
    url(/public/font/OPPOSans-Regular.woff2) format('woff2');
}

@font-face {
  font-family: OPPOSans-Medium;

  font-display: swap;

  src:url(/public/font/OPPOSans-Medium.eot) format('embedded-opentype'),
    url(/public/font/OPPOSans-Medium.otf) format('opentype'),
    url(/public/font/OPPOSans-Medium.ttf) format('TrueType'),
    url(/public/font/OPPOSans-Medium.woff) format('woff'),
    url(/public/font/OPPOSans-Medium.woff2) format('woff2');
}

@font-face {
  font-family: OPPOSans-Bold;

  font-display: swap;

  src:url(/public/font/OPPOSans-Bold.eot) format('embedded-opentype'),
    url(/public/font/OPPOSans-Bold.otf) format('opentype'),
    url(/public/font/OPPOSans-Bold.ttf) format('TrueType'),
    url(/public/font/OPPOSans-Bold.woff) format('woff'),
    url(/public/font/OPPOSans-Bold.woff2) format('woff2');
}

/*定义公共的变量*/

/* :root {
    --grey-bg: #FAFAFA;
    --color-grey: #FAFAFA;
    --color-black: 0 0 0;

    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1; */

/* --main-color:rgba(115, 61, 233, 0.7); */

/* --main-color-light:rgba(115, 61, 233, 0.5); */

/* --main-color:rgba(2, 30, 200, 0.7);
    --main-color-light:rgba(2, 30, 200, 0.5);

    --green-color: var(--main-color);
    --white-color:rgba(255,255,255,0.7);
    --grey-color: #616566;

} */

::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track-piece{
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical{
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal{
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

.container:after, .container:before {
  content: none;
}

.overflow-y-h {
  overflow-y: hidden;
}

.btn-white {
  background: #ffffff;
  color: var(--main-color);
}

.btn-green {
  background: var(--main-color);
  color: #ffffff;
}

.btn-base {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

/*按钮*/

.btn-l {
  /*width: 124px;*/
  /*height: 48px;*/
  width: 9rem;
  height: 3rem;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400!important;
  /*color: #FFFFFF;*/
  text-align: center;
  line-height: 48px!important;
  margin-top: 2rem;
  padding: 0!important;
}

.btn-r {
  /*    width: 124px;
        height: 48px;*/
  width: 9rem;
  height: 3rem;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 48px;
  margin-top: 2rem;
  margin-left: 1rem;
  padding: 0;
}

.btn-login {
  width: 104px;
  height: 40px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.btn-join {
  width: 12rem;
}

.btn-white {
  background: #ffffff;
  color: var(--main-color);
}

.btn-white:hover {
  color: var(--main-color)!important;
}

.btn-green {
  background: var(--main-color);
  color: #ffffff!important;
}

.btn-green:hover {
  background: var(--main-color-light);
}

.btn-base-g {
  color: var(--main-color)!important;
  border: 1px solid var(--main-color);
}

.btn-base-g:hover {
  background: var(--main-color);
  color: #ffffff!important;
}

.btn-base-w {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-base-w:hover {
  color: var(--main-color-light);
  background: #ffffff;
}

.btn-subscribe {
  background: #002837;
  color: #ffffff;
}

.btn-base {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

form .btn {
  border: unset;
  margin-left: 12px;
}

@media (max-width: 768px) {
  .btn-l,
    .btn-r {
    width: 8.5rem;
    height: 3rem;
  }

  .btn-join {
    width: 12rem;
  }
}

.section {
  width: 100%;
  position: relative;
}

.container {
  padding: 80px 0;
  padding: 5rem 0;
  margin: 0 auto;
  /*margin-right: auto;*/
  /*margin-left: auto;*/
  max-width: 1200px;
  height: auto;
  position: relative;
  text-align: center;
  justify-content: center;
}

.container-header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

.is_scrolled {
  background: #ffffff;
}

/*导航栏登录注册*/

/* 导航栏index */

.navbar {
  background: #ffffff;
  position: relative;
  z-index:999;
}

.navbar-default {
  height: 100%;
  background: #ffffff;
  border-bottom: 1px solid #F2F2F2;
  opacity: 1;
}

.navbar-logo {
  margin: 0;
}

.container-navbar {
  height: 79px;
  background: #ffffff;
  justify-content: space-between;
  margin-inline: auto;
  position: relative;
  width: 100%;
  z-index: 999;
  padding: 0;
  /*border-bottom: 1px solid #F2F2F2;*/
}

.container-navbar button{
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.navbar-mobile-close {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin-right: 0;
}

.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-menu-section {
  width: 100%;
  height: 80px;
  min-height: 80px;
}

.navbar-menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding-left:1rem;*/
}

.navbar-menu {
  flex: unset;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: auto;
  /*gap: 24px;*/
  margin: 0;
  position: relative;
}

.navbar-menu.navbar-menu-lang {
  display: block;
}

.navbar-menu .dropdown-menu {
  display:flex;
  gap: 48px;
  min-width: auto;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: -500px;
  /*top: 99%;*/
  left: 0;
  /*transform: translateX(-0%);*/
  padding: 2rem;
  margin-top: 1px;
  border: none;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.6);
  /*box-shadow: 0px 20px 50px 0px rgb(215 215 215);*/
  /*box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);*/
  transition: opacity .3s ease-out;
}

.navbar-menu .dropdown-menu.dropdown-product {
  left: -80px;
}

.navbar-menu .dropdown-menu.dropdown-solution {
  transform: translateX(-4%);
}

.navbar-menu .dropdown-menu.dropdown-dev {
  transform: translateX(-10%);
}

.navbar-menu .dropdown-menu.dropdown-resource {
  transform: translateX(-8%);
}

.navbar-menu .dropdown-menu.dropdown-about {
  transform: translateX(-8%);
}

.navbar-menu .dropdown.active .dropdown-menu {
  opacity: 1;
  z-index: 1;
  top: 99%;
}

.dropdown {
  position: relative;
}

.dropdown-menu .dropdown-menu-list {
  width: auto;
  /*min-width: 100px;*/
}

.dropdown-menu .sub-menu-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: OPPOSans-Medium, OPPOSans;
  font-weight: 500;
  color: #002837;
  line-height: 19px;
  text-align: left;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ededed;
  /*border-bottom: 1px solid #F2F2F2;*/
  /*min-width: 100px;*/
  /*min-width: 160px;*/
  min-width: 190px;
}

.dropdown-menu .sub-menu-list {
  width: 100%;
}

.dropdown-menu .sub-menu-list li{
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}

.dropdown-menu .sub-menu-list li:last-child {
  margin-bottom: 0;
}

.dropdown-menu .sub-menu-list a{
  font-size: 14px;
  font-family: OPPOSans-Regular, OPPOSans;
  font-weight: 400;
  color: #616566;
  line-height: 16px;
  width: 100%;
  text-align: left;
  padding: 8px 0;
  /*padding: 8px 1.5rem 8px 0;*/
  white-space: nowrap;
  display: inline-block;
}

.dropdown-menu .sub-menu-list a:hover{
  color: var(--main-color);
}

.navbar-mobile-menu .navbar-according-dropdown-section ul li a.new,
.dropdown-menu .sub-menu-list a.new {
  position: relative;
}

.dropdown-toggle {
  line-height:80px;
  display: block;
  height: 80px;
  padding: 0 12px;
}

.navbar-thumb {
  background-image: url("/public/svg/nav_caret_up.svg");
  transition: all .15s;
}

.dropdown:hover .dropdown-toggle, .dropdown.active .dropdown-toggle {
  color: var(--main-color);
  text-decoration: none;
}

.dropdown:hover .navbar-thumb, .dropdown.active .navbar-thumb {
  background-image: url("/public/svg/nav_caret_g.svg");
  transform: rotate(180deg);
}

.dropdown-toggle:hover+.dropdown-menu,
.dropdown.active .dropdown-menu,
.navbar-menu  .dropdown-menu:hover
{
  opacity: 1;
  z-index: 99;
  top: 99%;
  /*transition: opacity .1s ease-out;*/
}

.dropdown-wrapper {
  display:flex;
  gap: 48px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: -500px;
  /*top: 99%;*/
  left: 0;
  /*transform: translateX(-0%);*/
  padding: 2rem;
  margin-top: 1px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);
  transition: opacity .3s ease-out;
}

.navbar-right {
  width: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  float: none!important;
  margin: 0!important;
}

.navbar-login:hover a {
  color: var(--main-color);
}

/*移动*/

.navbar-mobile-menu {
  overflow: auto;
  position: absolute;
  left: 0;
  top: -9999px;
  opacity: 0;
  z-index: -1;
  transition: opacity .2s ease-out;
  /*    width: 100%;
        height: 100vh;
        min-height: calc(100vh - 72px);*/
}

@media (max-width: 768px) {
  .container-navbar {
    height: 60px;
    flex-wrap: unset;
    flex-direction: column;
    /*justify-content: center;*/
    justify-content: flex-start;
    /* border-bottom: 1px solid #F2F2F2; */
  }

  .navbar-mobile-menu {
    width: 100%;
    height: 100vh;
    min-height: calc(100vh - 60px);
  }

  .navbar-according {
    height: auto;
    overflow: hidden;
  }

  .navbar-mobile-menu button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    padding: 1rem;
    margin: 0;
    color: #616566;
    border-bottom: 1px solid #eeeeee;
  }

  .navbar-according-btn svg {
    width: 1rem;
    display: block;
    height: auto;
    margin: 0;
  }

  .navbar-according-content {
    display: none;
    border-bottom: 1px solid #eeeeee;
  }

  .navbar-according-dropdown {
  }

  .navbar-according-dropdown-section {
    padding: 1.5rem 2rem 1.5rem;
  }

  .navbar-according-dropdown-section .navbar-according-dropdown-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
  }

  .navbar-according-dropdown-section .navbar-according-dropdown-title svg {
    width: 20px;
    height: auto;
    margin: 0;
  }

  .navbar-according-dropdown-section ul {
    display: grid;
    gap: 1rem;
  }

  .navbar-according-dropdown-section li {
    text-align: left;
  }

  .navbar-according-dropdown-section li a:focus{
    color: var(--main-color);
    text-decoration: underline;
  }

  .navbar-according-item.active .navbar-according-btn>svg {
    transform: rotate(180deg);
  }

  .navbar-according-item.active .navbar-according-content {
    display: block;
  }

  .container-navbar.open {
    min-height: 100vh;
  }

  .container-navbar.open .navbar-mobile-menu {
    left: 0;
    top: 60px;
    z-index: 1;
    opacity: 1;
  }

  .container-navbar.open .navbar-mobile-menu .navbar-menu-lang {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-menu .dropdown-menu.dropdown-lang {
    display: none;
  }

  .container-navbar.open .navbar-mobile-menu .dropdown-menu.dropdown-lang {
    display:flex;
    top: -158%;
    left: 50%;
    transform: translateX(-50%);
  }

  .container-navbar.open .navbar-mobile-menu .dropdown-lang .sub-menu-list {
    padding: 0 16px;
  }

  .container-navbar.open .navbar-mobile-menu .dropdown-lang .sub-menu-list a {
    line-height: 1.5;
    height: auto;
  }

  .dropdown-menu.dropdown-lang .sub-menu-list li:first-child {
    margin-bottom: 16px;
  }

  .navbar-menu-section {
    height: 60px;
    min-height: 60px;
    padding: 0 1rem;
  }

  .navbar-menu-section .navbar-menu,
    .navbar-menu-section .navbar-right
    {
    display: none;
  }

  .navbar-mobile-close {
    display: block;
  }

  .navbar-according-item.active .navbar-according-btn {
    background: #F8F8F9;
  }

  .navbar-right {
    padding-top: 2rem;
  }
}

/* 导航栏index end */

.navbar-brand {
  float: unset;
  /*float: left;*/
  /*padding: 1rem 8px;*/
  /*padding: 1rem 1rem;*/
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 0!important;
  margin: 0!important;
  float: none!important;
  /*height: 80px;*/
  /*width: 100%;*/
}

.navbar-brand > img {
  display: block;
}

@media (max-width: 768px) {
  .navbar-brand {
    /*height: 50px;*/
    /*padding: 1rem 0 1rem 0.5rem;*/
  }

  .navbar-brand > img {
    width: 177px;
  }
}

/*页脚*/

footer {
  border-top: 1px solid #E4E4E4;
}

.container.container-footer {
  display: flex !important;
  flex-wrap: wrap;
  padding: 5rem 0 3.5rem;
  float: unset;
}

.container.container-copyright {
  display: flex !important;
  flex-wrap: wrap;
  float: unset;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 0;
  /*padding: 1.625rem 0;*/
  border-top: 1px solid #F1F1F1;
}

.container-copyright .copyright-info {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.container-copyright .copyright-info img {
  width: auto;
  max-width: 40px;
  display: inline-block;
  cursor: pointer;
}

.footer-logo-unit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /*gap: 1rem;*/
}

.footer-logo-unit .footer-logo-unit-w {
  display: block;
}

.footer-logo-unit.footer-logo-unit-p {
  display: none;
  margin-top: 1.5rem;
}

.footer-logo-unit-p .footer-connect-info ,
.footer-logo-unit-w .footer-connect-info {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.footer-sitemap {
  height: auto;
  /*display: grid;*/
  /*grid-template-columns: repeat(4, 1fr);*/
  /*grid-template-rows: 1fr;*/
  /*justify-items: end;*/
}

.footer-sitemap-list-item {
  text-align: left;
  padding: 0;
  width: 41%;
  height: auto;
  /* float: right; */
  float: left;
  margin-right: 0;
  /*text-align: left;*/
  /*padding: 0;*/
}

.footer-sitemap-list-item:nth-last-child(2) {
  width: 16%;
}

.footer-sitemap-list-item:nth-last-child(1) {
  width: 16%;
  margin-top: 2rem;
}

.footer-sitemap-list-title {
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 600;
  text-align: left;
  color: #002837;
  line-height: 1rem;
}

.footer-sitemap-list-content li {
  margin-bottom: .8rem;
  text-align: left;
}

.footer-sitemap-list-content li a,
.footer-sitemap-qr-text {
  font-size: 14px;
  font-size: 0.85rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 14px;
}

.footer-sitemap-list-content {
  margin-top: 1rem;
}

.footer-sitemap-list-content.footer-colla-content a:hover {
  color: var(--main-color);
}

.footer-sitemap-list-connect {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  gap: 12px;
}

.footer-sitemap-list-connect span {
  display: block;
}

.footer-sitemap-qr {
  width: 5.25rem;
  height: 5.25rem;
}

.footer-sitemap-qr-text {
  margin: 8px auto .5rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 14px;
}

.footer-sitemap-linked {
  width: 1.6rem;
  height: 1.6rem;
  /*width: 1.5rem;*/
  /*height: 1.5rem;*/
}

.footer-border {
  border-top: 1px solid #F1F1F1
}

.footer-logo-a {
  display: block;
}

.footer-logo {
  width: 33%;
  max-width: 6.25rem;
  margin: 0;
}

.footer-connect-info {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: left;
  /*color: #919799;*/
  color: #002837;
  line-height: 16px;
  margin-bottom: 8px;
}

.footer-connect-info.tel-info {
  color: #002837;
  margin: 1rem 0 2.5rem;
}

.footer-connect-info span {
  /*display: block;*/
  color: #919799;
  line-height: 16px;
  text-align: left;
}

.footer-connect-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.footer-connect-links a {
  margin: 0;
}

.footer-logo-unit.footer-logo-unit-p .footer-connect-links {
  margin-top: 2rem;
}

.footer-sitemap-h2 {
  padding-top: 32px;
  padding-bottom: 10px;
  text-align: left;
}

.trusted-by a {
  width: 115px;
  border-radius: 4px;
}

.trusted-by a img{
  width: auto;
  height: 4rem;
  margin: auto;
}

.container-copyright a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #919799;
  line-height: 14px;
  display: inline-block;
  margin-right: 1.5rem;
  text-decoration: underline;
}

.copyright-info a {
  text-decoration: none;
  cursor: default;
}

.container-copyright a.copyright-lang {
  font-size: 14px;
  font-size: 0.85rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  color: #002837;
  line-height: 14px;
  margin-left: 1rem;
  margin-right: 0;
  text-decoration: none;
}

.container-copyright .copyright-lang img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 4px;
}

@media (max-width: 768px) {
  .container.container-footer {
    align-items: center;
    justify-content: center;
    padding: 4rem 0 3rem;
    gap: 1.5rem;
  }

  .container.container-copyright {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    background: #F1F1F1;
  }

  .footer-logo-unit {
    justify-content: center;
    align-items: flex-start;
    padding: 0!important;
  }

  .footer-logo-unit .footer-logo-unit-w {
    display: none;
  }

  .footer-logo-unit.footer-logo-unit-p {
    display: block;
  }

  .footer-connect-info.tel-info {
    margin-bottom:0;
  }

  .footer-sitemap {
    display: flex;
    flex-direction: column;
  }

  .footer-sitemap-list,
    .footer-sitemap-list-content li {
    text-align: center;
  }

  .footer-sitemap-list-item {
    width: 100%;
    padding: 0 1rem;
  }

  .footer-sitemap-list-title {
    padding: 1.5rem 0;
    text-align: left;
  }

  .footer-sitemap-list-item:last-child {
    margin-top: 2rem;
  }

  .footer-sitemap-list-item:last-child .footer-sitemap-list-title {
    /*display: none;*/
  }

  .footer-sitemap-list-content,
    .footer-sitemap-list-content li {
    margin-top: 0;
  }

  .footer-sitemap-list-connect {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .footer-sitemap-list-connect.trusted-by {
    margin-top: 0;
    justify-content: flex-start;
  }

  .footer-sitemap-list-connect a {
    margin-right: 1rem;
  }

  .footer-sitemap-list-connect a:nth-of-type(4) {
    margin-right: 0;
  }

  .footer-sitemap-qr {
    width: 6.25rem;
    height: 6.25rem;
  }

  .footer-sitemap-linked {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer-logo-a{
    margin-bottom: 1rem;
  }

  .tel-info {
    margin: 0;
  }

  .trusted-by a {
    margin: 0;
  }

  .container-copyright {
    display: flex;
    flex-direction: column;
  }

  /*.container-copyright a,*/

  /*.container-copyright a.copyright-lang {*/

  .container-copyright a {
    margin: 0 0 1rem;
  }

  .copyright-menu {
    flex-direction: column;
    gap: 1.5rem;
  }

  .copyright-menu a {
    padding: 6px 10px;
  }

  .container-copyright .copyright-info a {
    margin: 0;
  }

  .container-copyright .copyright-info {
    margin-bottom: 1rem;
  }

  /*底部 收起*/

  .turn-thumb {
    width: 1rem;
    height: 1rem;
    background-image: url("/public/svg/nav_caret.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: right;
  }

  .colla-show .turn-thumb {
    /*background-image: url("/public/svg/nav_caret_g.svg");*/
    transform: rotateX(180deg);
  }

  .container-footer .footer-collapse {
    margin-top: 1rem;
  }

  .container-footer .footer-colla-item {
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
    margin-top: 0;
  }

  .container-footer .footer-colla-content {
    display: none;
    padding-left: 0.5rem;
  }

  .footer-colla-item.colla-show .footer-colla-content {
    display: block;
  }

  .container-footer .footer-colla-content li {
    text-align: left;
  }

  /*底部 收起 end*/
}

/*认证证书*/

.certificate-content {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:  rgb(145 151 153 / 50%);
  z-index: 99999;
  cursor: pointer;
}

.certificate-content img {
  display: none;
  /*width: auto;*/
  /*height: 84%;*/
  /*margin: 100px auto 0;*/
  width: auto;
  max-width: 900px;
  height: auto;
  max-height: 84%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.certificate-content.active,
.certificate-content img.active {
  display: block;
}

@media (max-width: 768px) {
  .certificate-content.active {
    height: auto;
  }

  .certificate-content img.active {
    width: 94%;
    height: auto;
  }
}

/*页脚 end*/

/*联系我们-国家下拉框*/

.select-connect-c .mod-select-item {
  top: 0;
}

.select-connect-c.open .mod-select-item {
  top: 100%;
  opacity: 1;
}

/*联系我们-国家下拉框 end*/

/*联系我们-表单 */

.select-form .mod-select-item {
  top: 0;
}

.select-form.open .mod-select-item {
  top: 100%;
  opacity: 1;
}

.select-multiple .mod-select-item {
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  top: 0;
  padding: .5rem 1rem 1rem 1.5rem;
}

.select-multiple .mod-select-item::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

.select-multiple .mod-select-item .icon-guanbi {
  font-size: 20px;
}

.select-multiple .mod-select-item .icon-guanbi:hover {
  color: var(--main-color);
  background: rgba(229,229,229,0.3);
}

.select-multiple .mod-select-item .option-guanbi {
  position: absolute;
  top: 1rem;
  left: 90%;
  width: auto;
  padding: 4px;
  cursor: pointer;
}

.select-multiple.open .mod-select-item {
  top: 100%;
  opacity: 1;
}

.select-multiple.open:hover .mod-select-item {
  top: 100%;
  opacity: 1;
}

.select-multiple li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 0.85rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #616566;
  padding: 8px 0;
  line-height: 20px;
  text-decoration: none;
}

.select-multiple .option-title {
  font-size: 16px;
  font-size: 1rem;
  color: #919799;
  margin-top: 8px;
}

.option-multiple .iconfont {
  display: none;
  float: right;
  margin-right: 2rem;
}

.option-multiple.option-checked .iconfont {
  display: inline-block;
  color: var(--main-color);
}

.option-multiple.option-checked {
  color: var(--main-color);
}

.select-multiple .mod-select-item .option-multiple {
  padding-left: 2rem;
  cursor: pointer;
}

.select-multiple .option-multiple:hover {
  color: var(--main-color);
  background: #FAFAFA;
}

/*联系我们-表单 end*/

.container {
  padding: 80px 0;
  padding: 5rem 0;
  margin: 0 auto;
  /*margin-right: auto;*/
  /*margin-left: auto;*/
  max-width: 1200px;
  height: auto;
  position: relative;
  text-align: center;
  justify-content: center;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 1px;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-10 {
  width: 83.33333333%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-2 {
  width: 16.66666667%;
}

.col-lg-1 {
  width: 8.33333333%;
}

/* 1200 > md > 992 container-960*/

@media (max-width: 1200px) {
  .container {
    max-width: 1160px;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

/*  992 > md > 768 container-720*/

@media (max-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

/* xs < 768 container-720*/

@media (max-width: 768px) {
  /* 11/12 */

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }
}

.container-flex {
  display: flex !important;
  flex-wrap: wrap;
}

.container-platform {
  display: flex !important;
  flex-wrap: wrap;
}

.container-roll {
  display: flex !important;
  flex-wrap: wrap;
  padding: 120px 0;
  padding: 5rem 0;
}

.container-roll.roll-index {
  padding: 5rem 0 0;
}

.container-roll.about {
  padding: 0 0 5rem;
}

.roll-padding {
  padding: 5rem 0;
}

.container-news {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-product {
  padding: 0 0 7.5rem;
}

.section-p-wa .container-product {
  padding: 5rem 0 5.5rem;
}

.container-blog {
  padding: 0;
  position: relative;
}

.container-blog.join {
  padding: 5rem 0 0;
}

.container-about {
  padding: 5rem 0;
}

.container-client-case {
  /*padding: 80px 0;*/
  /*padding: 5rem 0;*/
  margin: 0 auto;
  /*max-width: 1200px;*/
  height: auto;
  position: relative;
  text-align: center;
  justify-content: center;
}

.section-news .container-blog {
  /*padding: 5rem 0 7.5rem;*/
  padding: 0 0 5rem;
}

.container-detail {
  padding: 0;
}

.container-subscribe {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

/*底部联系我们*/

.container-connect-index {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  padding: 5.375rem 0;
}

.container-connect {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  padding: 5rem 0;
  /*padding: 8.625rem 0;*/
}

.container-connect-rows {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  padding: 7.125rem 0;
}

.section-blog .title-pre {
  font-size: 12px;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #002837;
  /*color: #919799;*/
  line-height: 14px;
  text-align: left;
  margin: 2.5rem 0;
}

.section-report {
  height: 400px;
  background-color: #ffffff;
  background-image: url('/public/images/banner/report_banner_1.jpg');
  background-repeat: no-repeat;
  background-size : cover;
  background-position: center;
}

.section-contact {
  height: 350px;
  background-color: #ffffff;
  background-image: url('/public/images/banner/contact_banner.png');
  background-repeat: no-repeat;
  background-size : cover;
  background-position: center;
}

.section-join {
  height: 520px;
  background-color: #ffffff;
  background-image: url('/public/images/banner/join_banner.webp');
  background-repeat: no-repeat;
  background-size : cover;
  background-position: center;
}

.section-about {
  height: 520px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FDFC 42%, #E7F8F2 100%);
}

.section-product {
  overflow: hidden;
}

.section {
  width: 100%;
  position: relative;
}

.homepage-section {
  height: 600px;
  /*max-height: 600px;*/
}

@media (max-width: 768px) {
  picture img {
    width: 100%;
  }

  .container {
    padding: 4rem 1rem;
    max-width: 750px;
  }

  .container-platform {
    padding: 0;
  }

  /*.container-roll {*/

  /*    padding: 5rem 0;*/

  /*}*/

  /*.container-roll .container-title{*/

  /*    margin-bottom: 3.75rem;*/

  /*}*/

  .container-roll {
    /*width: 850px;*/
    /*max-width: 850px;*/
    width: unset;
    max-width: unset;
    justify-content: flex-start;
  }

  .container-roll.roll-index {
    padding: 5rem 0 4.5rem;
    /*width: 850px;*/
    /*max-width: 850px;*/
    width: unset;
    max-width: unset;
    justify-content: flex-start;
  }

  .container-roll .container-title{
    width: 100vw;
    margin: 0 0 3.75rem;
  }

  .container-news {
    padding: 4rem 1rem;
    justify-content: center;
  }

  .container-connect {
    padding: 112px 1rem;
    padding: 7rem 1rem;
    /*padding: 9rem 1rem;*/
  }

  .container-m4 {
    padding: 4rem 1rem;
  }

  .container-m04 {
    padding: 0 1rem 4rem;
  }

  .container-m5 {
    padding: 0 1rem 5rem;
  }

  .container-connect-rows {
    padding: 120px 1rem;
    padding: 7.5rem 1rem;
  }

  .container-connect-index {
    padding: 80px 1rem;
    padding: 5rem 1rem;
  }

  .container-about {
    padding: 6rem 1rem;
  }

  .container-detail {
    padding: 1rem 1rem 3rem;
  }

  .container.blog {
    padding: 0 1rem 3rem;
  }

  .container.blog.blog-only {
    padding: 0 1rem;
  }

  .homepage-section {
    height: auto;
    /*height: 100vh;*/
    /*min-height: 840px;*/
    /*height: 700px;*/
  }

  .homepage-section.index {
    height: 770px;
    min-height: 760px;
  }

  .section-about {
    height: auto;
  }

  .section-join, .section-report {
    height: 100vh;
  }

  .section-join {
    background-image: url('/public/images/banner/join_banner_m.png');
  }

  .section-report {
    background-image: url('/public/images/banner/report_banner_m.png');
  }

  .section-contact {
    height: calc(100vh - 118px);
    background-image: url('/public/images/banner/contact_banner_m.png');
  }

  .container-blog.join {
    padding: 0;
  }

  .section-news .container-blog {
    padding: 3rem 1rem 0;
    /*padding: 3rem 1rem 7.5rem;*/
  }

  .section-blog .title-pre {
    margin-top: 0;
  }

  .section-p-wa .container-product {
    padding: 4rem 1rem;
  }
}

/*其他样式*/

.bg-white{
  background: #ffffff;
}

.bg-green{
  background: var(--main-color);
  /*background: #00A564;*/
}

.bg-light-green{
  background: #E7F8F2;
}

.bg-dark-green {
  background: #1A4F60;
}

/*比bg-dark-green 多一层白色蒙层*/

.bg-dark-green-lighter {
  background: #3C6978;
}

.bg-dark-green-img {
  background:url("/public/svg/bg_gl.svg") 0 100% no-repeat,
    url("/public/svg/bg_gr.svg") 100% 0 no-repeat;
  background-color: #1A4F60;
}

.bg-dark-green-map {
  background:url("/public/images/about/bg_map.png") center no-repeat;
  background-size: contain;
  background-color: #1A4F60;
}

.bg-light-grey {
  background: #F8F8F9;
}

.bg-unset {
  background: unset;
}

.bg-form {
  background: var(--grey-bg);
}

.font-green {
  color: var(--main-color);
}

.font-black {
  color: #002837;
}

.font-white {
  color: #ffffff;
}

.font-grey {
  color: #616566;
}

.font-light-grey {
  color: #919799;
}

/*默认字体 regular，weight 400*/

.font-bold {
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
}

.font-medium {
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
}

.title-48 {
  font-size: 3rem;
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 3.5rem;
  margin: 8px auto;
  text-align: left;
  position: relative;
}

.title-36 {
  font-size: 2.25rem;
  /*font-size: 36px;*/
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 2.625rem;
  position: relative;
  /*line-height: 42px;*/
}

.title-28 {
  font-size: 1.75rem;
  /*font-size: 28px;*/
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  position: relative;
  /*line-height: 3.5rem;*/
  /*line-height: 56px;*/
}

.title-24 {
  font-size: 1.5rem;
  /*font-size: 24px;*/
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  position: relative;
  /*line-height: 3.5rem;*/
  /*line-height: 56px;*/
}

.font-12 {
  font-size: 0.75rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 0.875rem;
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
}

.font-14 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 1.625rem;
  /*line-height: 25px;*/
}

.font-16 {
  font-size: 1rem;
  /*font-size: 16px;*/
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  /*line-height: 28px;*/
}

.font-18 {
  /*font-size: 18px;*/
  font-size: 1.125rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 2rem;
  /*line-height: 32px;*/
}

.font-20 {
  font-size: 1.25rem;
  /*font-size: 20x;*/
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  /*line-height: 3.5rem;*/
  /*line-height: 56px;*/
}

.title-pre {
  color: #616566;
  margin: 0 auto;
  /*margin: 3.375rem auto 2rem;*/
}

.title-location {
  /*color: #002837;*/
  color: var(--main-color);
}

/*标题下划线样式*/

.title-after-green-l {
  text-align: left;
}

.title-after-white-l {
  position: relative;
  text-align: left;
}

.weight-500 {
  font-weight: 500;
}

.weight-400 {
  font-weight: 400;
}

.text-left {
  text-align: left;
}

.text-decora-u {
  text-decoration: underline;
}

.iconfont {
  color: #919798;
}

/*基础样式*/

/*各模块标题*/

.container-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 42px;
  line-height: 2.625rem;
  position: relative;
  /*margin: 0 auto 54px;*/
  margin: 0 auto 1.5rem;
}

.container-title-w {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 42px;
  line-height: 2.625rem;
  position: relative;
  /*margin-bottom: 102px;*/
  /*margin-bottom: 6.375rem;*/
  margin-bottom: 6rem;
}

.container-title-news {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 42px;
  line-height: 2.625rem;
  position: relative;
  margin-bottom: 4.875rem;
}

.container-title-product {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 42px;
  line-height: 2.625rem;
  position: relative;
  margin: 0 auto 3.875rem;
}

.container-title-form {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 42px;
  line-height: 2.625rem;
  position: relative;
  margin: 0 auto 5.375rem;
}

.container-title-pre {
  font-size: 16px;
  font-size: 1rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  /* line-height: 28px;*/
  color: #616566;
  margin: 0 auto;
}

.container-mission .container-title-pre {
  color: #ffffff;
  margin-bottom: 4rem;
}

.container-solution .container-title-pre {
  margin: 0 auto 1rem;
}

.container-mission .container-title-w,
.container-connect .container-title-w {
  margin: 0 auto 3.375rem;
}

.container-subscribe .container-title-w {
  margin: 0 auto 2.5rem;
}

.container-job .container-title {
  margin: 0 0 5.375rem;
}

@media (max-width: 768px) {
  .container-job .container-title {
    margin: 0 auto 3.25rem;
  }

  .container-mission .container-title-pre {
    margin-bottom: 2rem;
  }
}

/*卡片标题*/

.unit-title {
  font-size: 24px;
  font-size: 1.5rem;
  /* font-size: 24px; */
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 28px;
  position: relative;
}

.unit-title-pre {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 2rem;
  color: var(--main-color);
  text-align: left;
  /*line-height: 32px;*/
}

.unit-info {
  /*display: flex;*/
  height: 100%;
  justify-content: center;
}

.unit-desc {
  display: block;
  font-size: 1rem;
  /* font-size: 16px; */
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  color: #616566;
  text-align: left;
}

.unit-img {
  display: inline-block;
  vertical-align: middle;
}

.unit-btn {
  display: flex;
  text-align: left;
}

/*卡片容器*/

.mod-unit {
  display: flex;
  height: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  .container-title {
    font-size: 32x;
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 3.25rem;
  }

  .container-title-pre {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    /* line-height: 24px;*/
  }

  .container-title-w {
    margin-bottom: 3.75rem;
  }

  .container-title-news {
    margin-bottom: 3.75rem;
  }

  .container-title, .container-title-w, .container-title-news,
    .container-title-product, container-title-form
    {
    font-size: 2rem;
  }

  .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }

  .unit-info {
    margin: 40px auto 0;
  }

  .unit-desc {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

/*banner*/

.mod-wrapper-banner {
  padding: 7.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: flex-start;
  padding: 0;
  /*overflow: hidden;*/
  z-index: 11;
  /*display:flex;*/
  /*border-radius: 12px;*/
}

.mod-wrapper-banner .mod-unit {
  position: absolute;
  top: 6.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 99;
}

.mod-wrapper-banner .unit-title-pre {
  display: inline-block;
  /*height: 2rem;*/
  height: auto;
  text-align: left;
}

.swiper-banner .swiper-slide.index .unit-title-pre {
  display: none;
}

.mod-wrapper-banner.index .unit-title-pre {
  display: none;
}

.mod-wrapper-banner .unit-title-pre img {
  height: 26px;
}

.mod-wrapper-banner .unit-title {
  /* font-size: 48px; */
  font-size: 3rem;
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 3.5rem;
  margin: 8px 0 32px;
  text-align: left;
  position: relative;
}

.mod-wrapper-banner .unit-title.title-green {
  color: var(--main-color);
}

.mod-wrapper-banner .unit-desc {
  font-size: 1.125rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  text-align: left;
}

.mod-wrapper-banner.index .unit-desc {
  max-width: 26.25rem;
}

.mod-wrapper-banner .unit-img {
  display: block;
  width: auto;
  height: 600px;
  position: relative;
  right: 0;
  left: 0;
  margin-left: 50%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%,0);
}

.mod-wrapper-banner .btn-l:hover {
  background: var(--main-color-light);
}

.mod-wrapper-banner .btn-r:hover {
  background: var(--main-color);
  color:white;
}

@media (max-width: 768px) {
  .mod-wrapper-banner {
    position: relative;
    height: 100%;
    overflow: unset;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    /* width: 69%!important;
        height: 100%;
        margin-left: 0; */
  }

  .mod-wrapper-banner .mod-unit {
    position:relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1rem;
    z-index: 2;
    top: 40px;
  }

  .mod-wrapper-banner .unit-img {
    width: 100%;
    height: auto;
    margin-top: -32px;
    z-index: 1;
  }

  .mod-wrapper-banner .unit-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0.5rem 0 1rem;
    /*font-size: 2.5rem;*/
    /*margin: .5rem auto 1.5rem;*/
  }

  .mod-wrapper-banner .unit-desc {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .mod-wrapper-banner .unit-btn {
    text-align: center;
  }

  .mod-wrapper-banner.index .mod-unit {
    align-items: center;
    top: 60px;
  }

  .mod-wrapper-banner.index .unit-desc {
    text-align: center;
  }

  .mod-wrapper-banner.index .unit-title {
    text-align: center;
  }

  .mod-wrapper-banner .unit-title-pre img {
    height: 1.5rem;
  }

  .section-p-wa .mod-wrapper-banner .unit-img {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
}

/*首页banner*/

.mod-wrapper-index {
  padding: 7.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
  z-index: 11;
  /*display:flex;*/
  /*border-radius: 12px;*/
}

.mod-wrapper-index .mod-unit {
  position: absolute;
  top: 8.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mod-wrapper-index .unit-title-pre {
  display: inline-block;
  height: 2rem;
  text-align: left;
}

.mod-wrapper-index .unit-title-pre img {
  height: 26px;
}

.mod-wrapper-index .unit-title {
  /* font-size: 48px; */
  font-size: 3rem;
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 3.5rem;
  color: var(--main-color);
  margin: 8px 0 32px;
  /*margin: 8px auto;*/
  /*text-align: left;*/
  position: relative;
  /* line-height: 56px;*/
}

.mod-wrapper-index .unit-desc {
  /* font-size: 18px; */
  font-size: 1.125rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 2rem;
  color: #002837;
  display: block;
  text-align: left;
  max-width: 26.25rem;
}

.mod-wrapper-index .unit-img {
  max-width: 252px;
  margin: 0 auto;
  border-radius: 6px;
}

.mod-wrapper-index .btn-l:hover {
  background: var(--main-color-light);
}

.mod-wrapper-index .btn-r:hover {
  background: var(--main-color);
  color:white;
}

@media (max-width: 768px) {
  .mod-wrapper-index {
    position: unset;
  }

  .mod-wrapper-index .mod-unit {
    position: unset;
    flex-direction: column;
    align-items: center;
    padding: 3.75rem 1rem 3rem;
  }

  .mod-wrapper-index .unit-title {
    font-size: 2.5rem;
    margin: .5rem auto 1.5rem;
  }

  .mod-wrapper-index .unit-desc {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .mod-wrapper-index .unit-btn {
    text-align: center;
  }
}

/*首页轮播banner*/

.swiper-container.swiper-banner {
  height: 100%;
  padding: 0;
  margin-top: 0;
}

.swiper-banner .container {
  height: 100%;
  padding: 0;
}

.swiper-banner .swiper-slide {
  overflow: hidden;
}

.swiper-banner .swiper-slide-active {
  z-index: 99;
}

.mod-wrapper-banner .unit-title-pre {
  display: inline-flex;
}

.img-border {
  border-right: 1px solid #002837;
  margin-right: 14px;
  padding-right: 14px;
}

.slide-wa {
  background-color: #f5f4f3;
  cursor: pointer;
}

.swiper-banner .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 8px;
}

.slide-wa .mod-wrapper-banner .unit-img {
  margin-left: 59%;
}

.swiper-container-horizontal.swiper-banner>.swiper-pagination-bullets {
  bottom: 24px;
}

.swiper-container-horizontal.swiper-banner>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-banner .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}

.swiper-banner .swiper-pagination-bullet-active {
  background: var(--main-color);
}

.swiper-banner .swiper-button-prev,
        .swiper-banner .swiper-button-next {
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  top: calc((100% - 56px) / 2);
  bottom: 10px;
  cursor: pointer;
  background-color: #F1F1F1;
  border-radius: 100px;
}

.swiper-banner .swiper-button-prev {
  background: url("/public/svg/page_left.svg") center no-repeat ;
}

.swiper-banner .swiper-button-next {
  background: url("/public/svg/page_right.svg") center no-repeat ;
}

.swiper-banner .swiper-button-prev:hover {
  background: url("/public/svg/page_left_active.svg") center no-repeat ;
}

.swiper-banner .swiper-button-next:hover {
  background: url("/public/svg/page_right_active.svg") center no-repeat ;
}

.swiper-banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 72px;
}

.swiper-banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 72px;
}

@media (max-width: 768px) {
  .slide-wa {
    background-color: #f2f2f0;
  }

  .slide-wa .mod-wrapper-banner .unit-img {
    margin-left: 50%;
  }

  .swiper-banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none;
    left: 2px;
  }

  .swiper-banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;
    right: 2px;
  }
}

/*首页轮播banner end*/

/*产品页banner*/

.mod-wrapper-product {
  padding: 7.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
  z-index: 11;
  /*display:flex;*/
  /*border-radius: 12px;*/
}

.mod-wrapper-product .mod-unit {
  position: absolute;
  top: 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mod-wrapper-product .unit-title-pre {
}

.mod-wrapper-product .unit-title {
  font-size: 3rem;
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 3.5rem;
  color: #002837;
  margin: 8px 0 2rem;
  text-align: left;
  position: relative;
}

.mod-wrapper-product .unit-desc {
  /* font-size: 18px; */
  font-size: 1.125rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 2rem;
  color: #002837;
  display: block;
  text-align: left;
  max-width: 30rem;
}

.mod-wrapper-product .unit-img {
  max-width: 252px;
  margin: 0 auto;
  border-radius: 6px;
}

.mod-wrapper-product .btn-l:hover {
  background: var(--main-color-light);
}

.mod-wrapper-product .btn-r:hover {
  background: var(--main-color);
  color:white;
}

.mod-wrapper-product.about {
  max-width: 1120px;
}

.mod-wrapper-product.about .unit-img {
  display: block;
  width: auto;
  max-width: none;
  position: relative;
  right: 0;
  /* left: 238px; */
  bottom: 0;
  top: 2.25rem;
  margin-right: 0;
  border-radius: 0px;
  z-index: 99;
}

@media (max-width: 768px) {
  .mod-wrapper-product {
    position: unset;
    padding: 0 1rem;
  }

  .mod-wrapper-product .mod-unit {
    position: unset;
    /*display: flex;*/
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 0 3rem;
  }

  .mod-wrapper-product .unit-title {
    font-size: 2.5rem;
    margin: 0 0 1.5rem;
  }

  .mod-wrapper-product .unit-desc {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .mod-wrapper-product .unit-btn {
    text-align: center;
  }

  .mod-wrapper-product.about .unit-img {
    /*top: -86px;*/
    width: calc(100% - 2rem);
  }

  .mod-wrapper-product.about .mod-unit {
    padding: 2.5rem 1rem;
  }

  .mod-wrapper-product.about img {
    margin: 0 1rem;
    left:0;
    top: 0;
  }
}

/*人才计划 banner*/

.section-join .mod-wrapper-product .mod-unit {
  position: relative;
  align-items: center;
}

.section-join .mod-wrapper-product .unit-title,
.section-join .mod-wrapper-product .unit-desc
{
  color: #ffffff;
  text-align: center;
}

.section-join .mod-wrapper-product .unit-desc {
  max-width: 29rem;
}

@media (max-width: 768px) {
  .section-join .mod-wrapper-product {
    height: 100%;
  }

  .section-join .mod-wrapper-product .mod-unit {
    justify-content: center;
    padding: 0;
    top: 0;
  }

  .container-join .container-title, .container-join .container-title-pre,
    .container-job .container-title, .container-job .container-title-pre{
    text-align: left;
  }

  .container-join .container-title.title-after-green::after,
    .container-job .container-title.title-after-green-l::after
    {
    left: 0;
  }
}

/*新闻页banner*/

.mod-wrapper-news {
  padding: 3rem 0;
  text-align: center;
}

.mod-wrapper-news .unit-title {
  font-size: 3rem;
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 3.5rem;
  color: #002837;
  margin: 0 auto;
  position: relative;
}

.mod-wrapper-news .unit-desc {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 2rem;
  color: #002837;
  display: block;
  text-align: center;
  margin: 1rem auto 0;
}

@media (max-width: 768px) {
  .mod-wrapper-news {
    padding: 2rem 0;
  }

  .mod-wrapper-news .unit-title {
    font-size: 2.5rem;
  }

  .mod-wrapper-news .unit-desc {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
  }
}

/*白皮书banner*/

.mod-wrapper-report {
  padding: 7.5rem 0;
  text-align: center;
}

.mod-wrapper-report .mod-unit {
  display: block;
}

.mod-wrapper-report .unit-title {
  font-size: 3rem;
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 3.5rem;
  color: #ffffff;
  margin: 0 auto 2rem;
  position: relative;
}

.mod-wrapper-report .unit-desc {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 2rem;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .mod-wrapper-report .mod-unit {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .mod-wrapper-report {
    padding: 0 1rem;
    height: 100%;
  }
}

/*新闻详情 相关文章*/

.mod-wrapper-recommend {
  margin: 0 auto 5rem;
}

.mod-wrapper-recommend .about-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 28px;
  line-height: 1.75rem;
  text-align: left;
  margin: 2rem 0 1rem;
}

@media (max-width: 768px) {
  .mod-wrapper-recommend .about-title {
    margin: 2rem 0.5rem 1rem;
  }
}

/*协议*/

.container-term {
  max-width: 1000px;
  margin: 5rem auto 10.625rem;
}

.container-term p {
  font-size: 14px;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #616566;
  line-height: 25px;
}

.container-term p.term-title {
  font-size: 24px;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #002837;
  line-height: 28px;
  margin: 2.5rem 0 1rem;
}

.container-term p.term-sub {
  color: #002837;
}

.container-term b {
  font-family: OPPOSans-Regular, OPPOSans;
  font-weight: 500;
  color: #002837;
}

.container-term em {
  font-style: italic;
}

.container-term a {
  text-decoration: underline;
}

.container-term a:hover {
  color: var(--main-color);
}

.container-term .rule {
  font-size: 24px;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #002837;
  line-height: 28px;
  margin: 12rem 0 2rem;
}

@media (max-width: 768px) {
  .container-term {
    padding: 0 1rem;
    margin: 3.5rem auto 5rem;
  }

  .container-term .title-after-green-l::after {
    left: 0;
  }
}

/*404*/

.container-404 {
  max-width: 1200px;
  padding: 10rem 5rem;
  margin: auto;
}

.mod-404 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mod-404 .unit-img {
  max-width: 562px;
}

.mod-404 .mod-unit {
  flex-direction: column;
  padding-left: 5rem;
  align-items: flex-start;
}

.mod-404 .unit-title {
  font-size: 36px;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 42px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .container-404 {
    padding: 5rem 1rem;
  }

  .mod-404 {
    flex-direction: column;
  }

  .mod-404 .mod-unit {
    align-items: center;
    padding: 0;
    padding-top: 3rem;
  }
}

/*表单*/

.mod-form {
  background: #FFFFFF;
  box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);
  border-radius: 12px;
  padding: 3rem 4rem 3.5rem;
}

.layui-form-item {
  /*margin-bottom: 1.5rem;*/
  /*position: relative;*/
  /*text-align: left;*/
  margin-bottom: 0;
  position: relative;
  text-align: left;
  padding: .75rem 1rem;
}

.layui-form-item.term {
  padding: .75rem 1rem 4px;
}

.layui-form-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 16px;
  width: 100%;
  text-align: left;
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding: 0 2px;
  float: none;
}

.layui-input-block {
  position: relative;
  min-height: 40px;
  margin-left: 0;
}

.layui-inline {
  width: 378px;
}

.layui-input {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #002837;
  line-height: 1rem;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin: 0;
  padding: 1rem;
  text-align: left;
}

.layui-inline select {
  padding: 0 1rem;
}

.layui-inline option {
  text-align: left;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #919799;
  direction: rtl;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919799;
  direction: rtl;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ but I'm not sure about working */
  color: #919799;
  direction: rtl;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #919799;
  direction: rtl;
}

.iconfont-search {
  position: absolute;
  /*top: 11px;*/
  top: calc(50% - 9px);
  right: 16px;
}

.icon-fangxingweixuanzhong {
  display: block;
}

.icon-fangxingxuanzhong {
  display: none;
  color: var(--main-color);
}

.layui-row {
  display: flex;
  width: 100%;
}

.layui-input-wrap {
  width: auto;
  flex: 1 1 auto;
}

.layui-input-verify {
  padding-left: 1rem;
}

.layui-btn {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  line-height: 38px;
  padding: 0;
  color: var(--main-color);
  background-color: #ffffff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: unset;
  border-radius: 2px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.icon-checked {
  position: absolute;
  top: 5px;
  left: 0;
  cursor: pointer;
}

.icon-checked:hover {
  color: var(--main-color);
}

.layui-textarea {
  display: block;
  width: 100%;
  min-height: 10rem;
  height: auto;
  font-size: 0.875rem;
  line-height: 20px;
  text-align: left;
  padding: 1rem;
  resize: vertical;
  background-color: #fff;
  color: rgba(0,0,0,.85);
  border-radius: 2px;
  border: 1px solid #E7E7E7;
  position: relative;
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin-top: 10px;
  margin: 0;
}

.layui-note {
  font-size: 12px;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #919799;
  line-height: 14px;
  text-align: left;
  margin-top: 2rem;
  display: block;
}

.policy-term {
  font-size: 12px;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 14px;
  margin-left: 8px;
}

.policy-item {
  display: block;
  margin-top: 1rem;
  /*margin-bottom: 1rem;*/
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.policy-item:nth-of-type(2) {
  margin-bottom: 0;
}

.policy-item input[type='checkbox']{
  vertical-align: middle;
}

.privacy-link {
  color: var(--main-color);
}

.send_thanks {
  display: none;
  text-align: left;
  line-height: 24px;
}

form button {
  /* margin-left: 1rem; */
}

@media (max-width: 768px) {
  .layui-input-verify {
    padding-left: 2rem;
  }

  form button {
    /* margin-top: 1rem!important; */
  }
}

/*职位列表*/

.mod-wrapper-job {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}

.mod-wrapper-job .job-unit {
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.5);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  position: relative;
  cursor: pointer;
  /*动画的过渡效果*/
  transition: all .2s  ease;
}

.mod-wrapper-job.mod-select .job-unit {
  padding: 0.875rem 1rem;
}

.mod-wrapper-job.mod-select .job-unit:last-child {
  align-items: flex-end;
  background: unset;
  box-shadow: unset;
}

.mod-wrapper-job .iconfont-search {
  top: 1rem;
}

.mod-wrapper-job .unit-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 26px;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F1F1F1;
  position: relative;
}

.mod-wrapper-job .unit-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 16px;
  padding-top: 1rem;
}

.mod-wrapper-job .unit-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #002837;
  line-height: 16px;
}

.mod-wrapper-job .unit-email {
  color: var(--main-color);
  margin-left: 1rem;
  text-decoration: underline;
}

.join-thumb {
  display: inline-block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hot-thumb {
  width: 27px;
  background-image: url("/public/images/icon/hot.png");
  background-position-y: top;
  position: absolute;
  /*margin-left: 8px;*/
  /*right: 2rem;*/
  /*top: 1.5rem;*/
}

.location-thumb {
  background-image: url("/public/svg/location.svg");
  margin-right: 1rem;
}

.job-thumb {
  background-image: url("/public/svg/job.svg");
  margin-right: 1rem;
}

@media (min-width: 769px) {
  .mod-wrapper-job .job-unit:hover {
    transform: translateY(-4px);
  }

  .mod-wrapper-job .job-unit:hover .unit-title {
    color: var(--main-color);
  }

  .hot-thumb {
    margin-left: 8px;
  }
}

@media (max-width: 768px) {
  .mod-wrapper-job {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }

  .mod-wrapper-job .unit-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 2.3rem;
    line-height: 20px;
  }

  .hot-thumb {
    right: 0;
    top: 0;
  }
}

/*招聘弹框*/

.no-scroll {
  position: fixed;
  width: 100%;
}

.popup-wrapper {
  display:none;
  /*display: flex;*/
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.3);
  z-index: 999;
}

.popup-unit {
  width: 90%;
  height: auto;
  max-width: 800px;
  /*max-height: 700px;*/
  font-size: 16px;
  font-size: 1rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 12px;
}

.popup-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  text-align: left;
  color: var(--main-color);
  line-height: 28px;
  margin-bottom: 1rem;
}

.popup-info {
  display: none;
  position: relative;
  margin-bottom: 2rem;
}

.popup-title-sub {
  font-size: 16px;
  font-size: 1rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #002837;
  line-height: 19px;
  margin: 1rem 0;
}

.popup-title-sub:after {
  content: ' ';
  width: 7.9rem;
  height: 6px;
  position: absolute;
  top: 0.875rem;
  left: 0;
  background: var(--main-color);
  border-radius: 12px;
  z-index: -1;
}

.popup-info:nth-of-type(2) .popup-title-sub:after {
  width: 7rem;
}

.popup-info li {
  text-align: left;
  /*list-style-type: decimal;*/
  /*margin-left: 1rem;*/
}

.close-thumb {
  width: 16px;
  background-image: url("/public/svg/close.svg");
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
  /*right: 0;*/
}

.popup-btn {
  width: 100%;
  background: #ffffff;
  text-align: left;
}

/*.popup-btn a {*/

/*    margin-top: 1rem;*/

/*}*/

.popup-wrapper.active {
  display: flex;
}

.popup-wrapper .popup-unit {
  padding: 3rem 4rem;
  padding-right: 0;
  margin: 0;
  position: relative;
}

.popup-wrapper .popup-info {
  display: block;
}

.popup-wrapper .swiper-container {
  padding-bottom: 0;
  padding-right: 4rem;
  padding-top: 0;
  margin-top: 0;
}

.popup-wrapper .swiper-scrollbar-drag {
  background: rgb(97 101 102 / 30%);
}

.popup-wrapper .swiper-wrapper {
  height: auto;
  max-height: 60vh;
}

/*.popup-wrapper .swiper-scrollbar::-webkit-scrollbar{*/

/*    width: 6px;*/

/*    height: 6px;*/

/*}*/

@media (max-width: 768px) {
  .popup-wrapper .popup-unit {
    padding: 2rem;
    padding-right: 0;
  }

  .popup-wrapper .swiper-container {
    padding-bottom: 0;
    padding-right: 2rem;
    padding-top: 0;
    margin-top: 0;
  }

  .popup-wrapper .swiper-container-vertical>.swiper-scrollbar {
    width: 3px;
  }

  .close-thumb {
    right: 1.5rem;
    padding: 1rem;
    background-size: 1rem;
    top: 2rem;
  }
}

/*社媒*/

.section-p-wa.meta-block {
  margin-top: -56px;
  margin-bottom: 8px;
  padding: 0 1rem;
  z-index: 99;
}

.section-p-wa.meta-block picture img {
  width: 10.25rem;
}

.container-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 4rem;
  background: var(--main-color);
  box-shadow: 0px 15px 40px 0px rgba(36, 184, 158, 0.25);
  border-radius: 12px;
}

.container-wa .mod-img {
  width: 162px;
  margin: 0;
}

.container-wa .mod-unit {
  display: block;
  padding-left: 3rem;
  margin: auto 0;
}

.container-wa .container-title-product {
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: left;
}

.container-wa .container-title-pre {
  color: rgba(255, 255, 255, 0.70);
  text-align: left;
}

.section-p-wa.bg-dark-green-img .container-title-product,
.section-p-wa.bg-dark-green-img .container-title-pre {
  color: #ffffff;
}

@media (max-width: 768px) {
  .container-wa {
    flex-direction: column;
    padding: 2rem 2rem;
  }

  .container-wa .mod-unit {
    padding: 2rem 0 0;
  }
}

.cell-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.cell-title {
  color: #002837;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 1.5rem auto 1rem;
}

.cell-desc {
  color: #616566;
  text-align: center;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.grid-module-a {
  display:grid;
  grid-template-columns: repeat(auto-fill, 30%);
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.grid-module-a .grid-cell,
.grid-module-a-bottom .grid-cell {
  height: 100%;
  border-radius: 12px;
  border: 1px solid #ECECEC;
  padding: 2rem 2.5rem 2rem;
}

.grid-module-a-bottom {
  display:grid;
  grid-template-columns: repeat(2, 30%);
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .grid-module-a,
    .grid-module-a-bottom {
    grid-template-columns: 1fr;
  }
}

.grid-module-b {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
}

.grid-module-b .grid-cell {
  display: flex;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: center;
  flex-direction: column;
  width: 150px;
}

.grid-module-b .grid-cell:nth-of-type(3) .cell-desc {
  max-width: 140px;
}

.grid-module-b .cell-line::after {
  content: ' ';
  width: 88px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  margin: 2rem 3rem 0;
}

.grid-module-b .cell-img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.grid-module-b .cell-desc {
  color: rgba(255, 255, 255, 0.70);
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .grid-module-b .grid-cell {
    width: 140px;
  }

  .grid-module-b .cell-img {
    width: 48px;
    height: 48px;
  }

  .grid-module-b .cell-line::after {
    width: 30px;
    margin: -1.5rem 0 0;
  }

  .grid-module-b .cell-desc {
    font-size: 14px;
  }
}

/*社媒 end*/

/*布局1*/

.mod-wrapper-a {
  display:flex;
  border-radius: 12px;
}

.mod-wrapper-a .mod-unit {
  padding: 120px 93px 120px 88px;
  padding: 5rem 93px 5rem 5rem;
  flex-direction: column;
  justify-content: center;
}

.mod-wrapper-a .unit-title {
  position: relative;
  text-align: left;
  margin-bottom: 3.375rem;
  font-size: 2.25rem;
  /* font-size: 36px; */
  font-weight: 500;
  line-height: 2.625rem;
  color: #ffffff;
}

.mod-wrapper-a .unit-desc {
  display: block;
  text-align: left;
  max-width: 26.25rem;
  font-size: 1rem;
  /* font-size: 16px; */
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 1.75rem;
}

.mod-wrapper-a .unit-img-box {
  overflow: hidden;
  height: 100%;
}

.mod-wrapper-a .unit-img {
  width: auto;
  float: right;
  /*border-radius: 0 12px 12px 0;*/
}

.mod-wrapper-a .btn-r:hover {
  color: var(--main-color);
  background: #ffffff;
}

@media (max-width: 768px) {
  .mod-wrapper-a {
    flex-direction: column-reverse;
  }

  .mod-wrapper-a .mod-unit {
    padding: 3.875rem 1rem;
  }

  .mod-wrapper-a .unit-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }

  .mod-wrapper-a .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .mod-wrapper-a .unit-img-box {
    width: 100%;
  }

  .mod-wrapper-a .unit-img {
    width: 100%;
    float: unset;
    border-radius: 12px 12px 0 0;
  }
}

/*布局 2*/

.mod-wrapper-b {
  margin-top: 80px;
}

.mod-wrapper-b .mod-tab {
}

.mod-wrapper-b .mod-unit {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.mod-wrapper-b .unit-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 0;
  /*transition: height 1s ease-out;*/
}

.mod-wrapper-b .unit-title {
  padding-top: 5.75rem;
  text-align: left;
}

.mod-wrapper-b .unit-desc {
  margin-top: 2rem;
  flex: 1 1 auto;
  /*    display: block;
        text-align: left;
        max-width: 26.25rem;
        font-size: 1rem;
        !* font-size: 16px; *!
        font-weight: 400;
        line-height: 1.75rem;*/
}

.mod-wrapper-b .unit-img {
  max-width: 400px;
  margin-right: 7.5rem;
}

@media (max-width: 768px) {
  .mod-wrapper-b {
    margin-top: 0;
    padding: 0 1rem;
  }

  .mod-wrapper-b .mod-unit {
    flex-direction: column-reverse;
  }

  .mod-wrapper-b .unit-title {
    padding-top: 0;
  }

  .mod-wrapper-b .unit-desc {
    margin-top: 1rem;
  }

  .mod-wrapper-b .unit-img {
    margin: 2.5rem auto 5rem;
  }
}

/*布局 3*/

.mod-wrapper-c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 2rem;
}

.mod-wrapper-c .mod-unit {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 1;
  padding: 1.5rem 0 1.5rem 2rem;
  border-radius: 12px;
  background: #3C6978;
}

.mod-wrapper-c .unit-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 0;
}

.mod-wrapper-c .unit-title {
  font-size: 36px;
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 42px;
  text-align: left;
}

.mod-wrapper-c .unit-desc {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  margin-top: 4px;
  flex: 1 1 auto;
}

.mod-wrapper-c .unit-img {
  max-width: 56px;
  margin: auto 0;
  margin-right: 1rem;
}

.mod-wrapper-c .btn-r:hover {
  background: var(--main-color);
  color: #ffffff;
}

.mod-wrapper-c6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 4.5rem;
}

.mod-wrapper-c6 .mod-unit {
  padding: 0;
  border-radius: 12px;
  background: unset;
}

.mod-wrapper-c6 .unit-title {
  border-bottom: 1px solid var(--main-color);
}

.mod-wrapper-c .unit-desc {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .mod-wrapper-c {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 2.125rem 2rem;
  }

  .mod-wrapper-c .mod-unit {
    padding: 1rem 0 1.5rem 2rem;
  }

  .mod-wrapper-c .unit-info {
    margin: 0;
  }

  .mod-wrapper-c6 .mod-unit {
    padding: 1rem 0 ;
  }
}

/*布局 4*/

.mod-wrapper-d {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 2rem;
  margin: auto;
}

/*首页news style*/

.container-news .mod-wrapper-d {
  margin: 0 auto;
}

.container-news .mod-wrapper-d .unit-info {
  height: auto;
}

.swiper-p .mod-wrapper-d {
  gap: 0;
}

.mod-wrapper-d .mod-unit a {
  display: grid;
}

.mod-wrapper-d .mod-unit {
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1rem 0;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.3);
  cursor: pointer;
  /*动画的过渡效果*/
  transition: all .2s  ease-in;
}

.mod-wrapper-d .unit-info {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 8px 2rem;
}

.mod-wrapper-d .unit-info>* {
  text-align: left;
}

.mod-wrapper-d .unit-date {
  width: 100%;
  display: inline-block;
  font-size: 0.75rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 0.875rem;
  /*margin-top: 1rem;*/
  color: #616566;
}

.mod-wrapper-d .unit-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 21px;
  color: #002837;
  text-align: left;
  flex: 1 1 auto;
  margin: 0.5rem auto 1rem;
}

.mod-wrapper-d .unit-desc {
  font-size: 14px;
  color: #616566;
  text-align: left;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分省略号 */
  /*word-break: break-all;  !* 设置省略字母数字 *!*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 2; !* 显示的行数 *!*/
}

.mod-wrapper-d .unit-img {
  margin: 0 auto;
  border-radius: 6px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.mod-wrapper-d .unit-report {
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 8px 1.5rem;
}

.mod-wrapper-d .unit-report .unit-title {
  margin: 0;
}

.mod-wrapper-d .unit-report .unit-date {
  margin: 1.5rem 0;
}

.mod-wrapper-d .unit-report .unit-more {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: var(--main-color);
  line-height: 25px;
  text-align: left;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .mod-wrapper-d .mod-unit:hover {
    transform: translateY(-8px);
  }

  .mod-wrapper-d .mod-unit:hover .unit-title {
    color: var(--main-color);
  }
}

@media (max-width: 768px) {
  .mod-wrapper-d {
    gap: 0;
    margin-bottom: 60px;
  }

  .mod-wrapper-d.report,
    .mod-wrapper-d.news {
    grid-template-rows: repeat(auto-fill, 1fr);
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .mod-wrapper-d.mod-about {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 1fr;
  }

  .mod-wrapper-d .mod-unit {
    padding: 1rem 1rem 0;
  }

  .mod-wrapper-d .unit-info {
    margin-top: 0;
  }
}

/*布局 5*/

.mod-wrapper-e {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 2rem;
  margin-top: 4rem;
}

.mod-wrapper-e .mod-unit {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 2rem 1.625rem;
  background: #FFFFFF;
  border-radius: 12px;
}

.mod-wrapper-e .unit-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /*padding-bottom: 1rem;*/
  border-bottom: 1px solid #F1F1F1;
}

.mod-wrapper-e .unit-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #002837;
  text-align: left;
  flex: 1 1 auto;
  min-height: 46px;
  max-height: 46px;
}

.mod-wrapper-e .unit-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 25px;
  margin: 1rem 0 1.5rem;
  flex: 1 1 auto;
}

.mod-wrapper-e .unit-title-pre {
  font-size: 14px;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: var(--main-color);
  line-height: 16px;
  display: block;
  margin: 1.5rem 0 .5rem;
}

.mod-wrapper-e .unit-img {
  max-width: 252px;
  margin: 0 auto;
  border-radius: 6px;
}

.mod-wrapper-e .mod-unit .view-unit {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-right: 8px;
  margin-top: 1.25rem;
}

.mod-wrapper-e .mod-unit .view-more {
  display: inline-block;
  width: 50%;
  color: var(--main-color);
  text-align: left;
  /*opacity: 0;*/
  /*transform: translateX(-100%);*/
}

/*.mod-wrapper-e .mod-unit:hover .view-more {*/

/*display: inline-block;*/

/*opacity: 1;*/

/*animation: view-left .6s ease-out 0s forwards;*/

/*}*/

.mod-wrapper-e .unit-btn {
  height: 24px;
  /*background-image: url(/public/svg/icon/to_right_g.svg);*/
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  /*transform: translateX(-50%);*/
}

/*.mod-wrapper-e .mod-unit:hover .unit-btn {
    background-image: url(/public/svg/icon/to_right.svg);
    transform: translate(calc(100% - 24px));
    animation: turn-left .3s ease-out 0s forwards;
}*/

@media (min-width: 769px) {
  .mod-wrapper-e .mod-unit .view-more {
    opacity: 0;
    transition: all .1s .15s ease-out;
  }

  .mod-wrapper-e .unit-btn {
    background-image: url(/public/svg/icon/to_right_g.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    transition: all .2s ease-in;
  }

  .mod-wrapper-e .mod-unit:hover .view-more {
    opacity: 1;
  }

  .mod-wrapper-e .mod-unit:hover .unit-btn {
    background-image: url(/public/svg/icon/to_right.svg);
    transform: translate(calc(100% - 24px));
    /*transition: ease-in-out .5s 0s ease-in-out;*/
    /*animation: turn-left .3s ease-in-out 0s forwards;*/
    /*animation: turn-left .3s ease-out 0s forwards;*/
  }
}

@media (max-width: 768px) {
  .mod-wrapper-e {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.5rem;
  }

  .mod-wrapper-e .unit-info {
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }

  .mod-wrapper-e .unit-title {
    min-height: unset;
    max-height: unset;
  }

  .mod-wrapper-e .unit-desc {
    margin: 1rem 0 0;
  }

  .mod-wrapper-e .btn-l, .mod-wrapper-e .btn-r  {
    margin-top: 1rem;
  }

  .mod-wrapper-e .mod-unit .view-more {
    display: inline-block;
    opacity: 1;
  }

  .mod-wrapper-e .unit-btn {
    background-image: url(/public/svg/icon/to_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
    transform: none;
    animation: none;
  }
}

@keyframes turn-left {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(calc(100% - 24px));
    opacity: 1;
  }
}

/*布局 6*/

.mod-wrapper-f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*grid-template-rows: repeat(2, 1fr);*/
  gap: 2rem;
  margin-top: 4rem;
}

.mod-wrapper-f .mod-unit {
  width:100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 1;
  padding: 25px 56px 25px 48px;
  border-radius: 12px;
  background: #ffffff;
}

.mod-wrapper-f .unit-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 0;
}

.mod-wrapper-f .unit-title {
  font-size: 20px;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 23px;
  text-align: left;
  margin-top: 11px;
}

.mod-wrapper-f .unit-desc {
  font-size: 14px;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 25px;
  margin-top: 1rem;
  /*flex: 1 1 auto;*/
}

.mod-wrapper-f .unit-img {
  max-width: 140px;
  margin: auto 0;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .mod-wrapper-f {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.5rem;
  }

  .mod-wrapper-f .mod-unit{
    flex-direction: column;
    padding: 2.5rem 1.25rem
  }

  .mod-wrapper-f .unit-info {
    margin: 2rem auto 0;
    justify-content: center;
  }

  .mod-wrapper-f .unit-title {
    margin-top: 0;
    text-align: center;
  }

  .mod-wrapper-f .unit-desc {
    text-align: center;
  }

  .mod-wrapper-f .unit-img {
    margin:auto;
  }
}

/*布局 7*/

.mod-wrapper-g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 2rem;
  margin-top: 4rem;
}

.mod-wrapper-g .mod-unit {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 38px 44px;
  background: #FFFFFF;
  border-radius: 12px;
}

.mod-wrapper-g .unit-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.mod-wrapper-g .unit-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #002837;
  text-align: center;
  margin: 2rem auto 1rem
}

.mod-wrapper-g.cps .unit-title {
  flex: 1 1 auto;
}

.mod-wrapper-g .unit-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 25px;
  text-align: center;
}

.mod-wrapper-g .unit-img {
  max-width: 140px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .mod-wrapper-g {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.5rem;
  }

  .mod-wrapper-g .mod-unit{
    width: 100%;
    padding: 2.5rem 1.25rem
  }

  .mod-wrapper-g .unit-info {
    margin: 2rem auto 0;
    justify-content: center;
  }

  .mod-wrapper-g .unit-title {
    margin-top: 0;
  }

  .mod-wrapper-g .unit-img {
    margin:auto;
  }
}

/*布局 8*/

.mod-wrapper-h {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 2rem;
  padding-top: 4rem;
}

.mod-wrapper-h .mod-unit {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin: auto;
  padding: 2.5rem 3rem 2.875rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.3);
  /*    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 38px 44px;
    background: #FFFFFF;
    border-radius: 12px;*/
}

.mod-wrapper-h .unit-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mod-wrapper-h .unit-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #002837;
  text-align: center;
  margin: 2rem 0 1rem;
}

.mod-wrapper-h .unit-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 25px;
  text-align: center;
  flex: 1 1 auto;
}

.mod-wrapper-h .unit-img {
  max-width: 8.75rem;
}

@media (max-width: 768px) {
  .mod-wrapper-h {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 2.5rem;
  }

  .mod-wrapper-h .mod-unit{
    padding: 2.5rem 1.25rem
  }

  .mod-wrapper-h .unit-info {
    margin: 2rem auto 0;
  }

  .mod-wrapper-h .unit-title {
    margin-top: 0;
  }
}

/*布局 9*/

.mod-wrapper-i {
  /*margin-top: 2.5rem;*/
}

.mod-wrapper-i .mod-unit {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.mod-wrapper-i.mod-solution .mod-unit:first-child {
  margin-top: 0;
}

/*.mod-wrapper-i 的最后一个.mod-unit的子级*/

.mod-wrapper-i .mod-unit:last-child {
  /*margin: 2.5rem auto 0;*/
}

.mod-wrapper-i.about .mod-unit {
  margin: 0 auto 2.5rem;
}

.mod-wrapper-i .unit-info {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.mod-wrapper-i .unit-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 2rem;
  color: #002837;
  text-align: left;
  margin-left: 0;
  position: relative;
}

.mod-wrapper-i .unit-desc {
  font-size: 16px;
  font-size: 1rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 25px;
  flex: 1 1 auto;
  margin-top: 2rem;
  text-align: left;
}

.mod-wrapper-i .unit-img img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7.5rem;
  width: 300px;
  max-width: 300px;
}

.mod-wrapper-i .unit-img-even img {
  margin-left: 7.5rem;
  margin-right: 0/**/;
}

.mod-wrapper-i .unit-img-box {
  width: 500px;
  position: relative;
  margin-right: 9.5rem;
}

.mod-wrapper-i .unit-img-box .unit-img {
  width: 500px;
  max-width: 500px;
}

.section-p-wa .mod-wrapper-i .container-title-pre {
  text-align: center;
}

.section-p-wa .mod-wrapper-i .mod-unit {
  margin: 1rem auto 2rem;
}

.section-p-wa .mod-wrapper-i .mod-unit:nth-of-type(1) {
  margin-top: 4rem;
}

.section-p-wa .mod-wrapper-i .unit-img {
  margin: 0;
}

@media (max-width: 768px) {
  .mod-wrapper-i {
    margin-top: 0;
  }

  .mod-wrapper-i .mod-unit {
    flex-direction: column;
    margin: 0;
  }

  .mod-wrapper-i .unit-info {
    /*margin: 2rem 0 2rem;*/
    margin: 1rem 0 3rem;
  }

  .mod-wrapper-i .mod-unit:nth-of-type(3) .unit-info{
    /*margin-bottom: 0;*/
  }

  .mod-wrapper-i .unit-desc {
    margin: 1rem 0 0;
  }

  .mod-wrapper-i .unit-desc li {
    margin-top: 1rem;
  }

  .mod-wrapper-i .unit-desc li:first-child {
    margin-top: 0;
  }

  .mod-wrapper-i .mod-unit.unit-img-even {
    flex-direction: column-reverse;
  }

  .mod-wrapper-i .unit-img img,
    .mod-wrapper-i .unit-img-even img {
    width: 64%;
    /*width: 70%;*/
    /*width: 100%;*/
    margin: auto;
  }

  .mod-wrapper-i.about .mod-unit {
    flex-direction: column-reverse;
  }
}

/*布局 10*/

.mod-wrapper-j {
  /*margin: 1.25rem auto;*/
  padding: 0
}

.mod-wrapper-j .mod-unit {
  display: flex;
  height: 100%;
  margin: auto;
  padding: 0 3.2%;
  position: relative;
  padding: 5rem 3.2%;
}

.mod-wrapper-j .unit-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40%;
  /*margin-left: 50%;*/
  padding: 0;
  /*padding: 2rem 0;*/
}

.mod-wrapper-j .unit-info-r {
  margin-left: 0;
  padding: 0;
  /*padding: 2rem 0;*/
}

.mod-wrapper-j .unit-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 2.625rem;
  color: #ffffff;
  position: relative;
  margin-bottom: 3.375rem;
  /*    color: #002837;
    text-align: center;
    flex: 1 1 auto;

    margin: 2rem 0 1rem;*/
}

.mod-wrapper-j .unit-desc {
  font-size: 1rem;
  /* font-size: 16px; */
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  line-height: 28px;
  color: #ffffff;
  text-align: left;
  flex: 1 1 auto;
}

.mod-wrapper-j .unit-img-l {
  width: 400px;
  position: absolute;
  top: 6rem;
  left: -2.25rem;
  z-index: 99;
}

.mod-wrapper-j .unit-img-r {
  width: 500px;
  position: absolute;
  right: -10px;
  bottom: -7.5rem;
  z-index: 99;
}

/*通知sms*/

.mod-wrapper-j .unit-info-p {
  padding: 0;
}

.mod-wrapper-j .unit-img-t {
  width: 500px;
  padding-top: 1.8rem;
  left: -7.5rem;
}

/*mail*/

.mod-wrapper-j .unit-img-l.unit-img-b {
  top: unset;
  left: -7.125rem;
  bottom: -7.5rem;
}

.mod-wrapper-j .unit-img {
  width: 525px;
  position: absolute;
  z-index: 99;
}

.mod-wrapper-j .unit-img-left {
  width: 400px;
  position: absolute;
  z-index: 99;
  left: -4.5rem;
  /*left: -7.5rem;*/
  bottom: 0;
}

.mod-wrapper-j .unit-img-right {
  width: 400px;
  position: absolute;
  z-index: 99;
  right: 18px;
  /*right: -10px;*/
  bottom: 0;
}

.mod-wrapper-j .unit-img-of {
  width: 500px;
  right: -10px;
  bottom: -7.5rem;
}

.mod-wrapper-j .unit-img img {
  /*position: absolute;*/
  /*bottom: 0;*/
}

@media (max-width: 768px) {
  .mod-wrapper-j {
    margin: 0;
  }

  .mod-wrapper-j .mod-unit {
    flex-direction: column;
    padding: 5rem 3.2% 0;
    /*padding: 7.5rem 3.2% 0;*/
  }

  .mod-wrapper-j .mod-unit-reverse {
    flex-direction: column-reverse;
  }

  .mod-wrapper-j .unit-info {
    margin: 0 0 2rem;
    padding: 0;
  }

  .mod-wrapper-j .unit-title {
    margin-bottom: 3.25rem;
  }

  .mod-wrapper-j .unit-img-l {
    width: 100%;
    position: static;
    z-index: 1;
    margin-bottom: -4rem;
  }

  .mod-wrapper-j .unit-img-t {
    padding-top: 0;
    margin-bottom: -3rem;
  }

  .mod-wrapper-j .unit-img-r.unit-img-b {
    margin-bottom: -5rem;
  }

  .mod-wrapper-j .unit-img-l.unit-img-b {
    margin-bottom: -5rem;
  }

  /*    .mod-wrapper-j .unit-img-l.unit-img-b {
        margin-bottom: -7.5rem;
    }*/

  .mod-wrapper-j .unit-img-r {
    width: 100%;
    position: static;
    z-index: 1;
  }

  .mod-wrapper-j .unit-btn {
    display: none;
  }

  .mod-wrapper-j .unit-img-left,
    .mod-wrapper-j .unit-img-right  {
    width: 100%;
    position: static;
    z-index: 1;
  }

  .mod-wrapper-j .mod-unit img {
    max-width: 280px;
    margin: 0 auto;
  }
}

/*布局 11*/

.mod-wrapper-k {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 2rem;
  margin: 4rem auto 0;
  padding: 0 2.5%;
}

.mod-wrapper-k .mod-unit {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  height: 100%;
  margin: auto;
  padding: 2rem 2.5rem 1.5rem;
  background: var(--main-color);
  border-radius: 12px;
}

.mod-wrapper-k .mod-unit:nth-of-type(2) {
  background: #1A4F60;
}

.mod-wrapper-k .unit-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  line-height: 1.75rem;
  text-align: left;
  position: relative;
}

.mod-wrapper-k .unit-desc,
.mod-wrapper-k .btn-l {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
}

.mod-wrapper-k .unit-desc {
  color: rgba(255,255,255,0.7);
  line-height: 25px;
  margin-top: 1rem;
  flex: 1 1 auto;
}

.mod-wrapper-k .btn-l {
  max-width: 8.75rem;
}

@media (max-width: 768px) {
  .mod-wrapper-k {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 2.5rem 0 0;
    padding: 0;
  }

  .mod-wrapper-k .mod-unit {
    padding: 2rem;
  }
}

/*布局 12*/

.mod-wrapper-l {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5rem;
}

.mod-wrapper-l .unit-img {
  max-width: 500px;
  margin-left: 2.75rem;
}

.mod-wrapper-l .layui-collapse {
  padding-left: 124px;
  padding-left: 7.75rem;
  margin: 0;
  border: none;
}

.mod-wrapper-l .layui-colla-item {
  border-top: 1px solid #E4E4E4;
  /*padding: 2rem 0;*/
}

.mod-wrapper-l .layui-colla-item:last-child {
  border-bottom: 1px solid #E4E4E4;
}

.mod-wrapper-l .layui-colla-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 88px;
  line-height: 1.5rem;
  text-align: left;
  position: relative;
  background-color: unset;
  height: auto;
  padding: 2rem 3rem 2rem 0;
}

.mod-wrapper-l .layui-colla-content {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 25px;
  text-align: left;
  margin-top: -1rem;
  margin-bottom: 2rem;
  padding:0;
  padding-right: 5rem;
  border: none;
}

.mod-wrapper-l .layui-show {
  display: block!important;
}

.layui-icon {
  font-family: layui-icon!important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.layui-colla-icon {
  position: absolute;
  top: 2rem;
  font-size: 14px;
  right: 15px;
  left: 90%;
}

@media (max-width: 768px) {
  .mod-wrapper-l {
    flex-direction: column-reverse;
    margin-top: 3rem;
  }

  .mod-wrapper-l .layui-collapse {
    padding: 0 .5rem;
  }

  .mod-wrapper-l .unit-img {
    margin: 3.5rem auto 0;
  }

  .mod-wrapper-l .layui-colla-content {
    padding-right: 3rem;
  }
}

/*布局13 只新闻页swiper 调用了*/

.mod-wrapper-m {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 12px;
  background: #ffffff;
}

.mod-wrapper-m .unit-img {
  border-radius: 12px 0 0 12px;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod-wrapper-m .mod-unit {
  display: flex;
  height: 100%;
  padding: 5rem 5.25rem;
  flex-direction: column;
  align-items: flex-start;
  /*background: #1A4F60;*/
  border-radius: 0 12px 12px 0;
}

.mod-wrapper-m .unit-img-box {
  background: #ffffff;
  height: 414px;
}

.mod-wrapper-m .unit-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mod-wrapper-m .unit-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  text-align:left;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分省略号 */
}

.mod-wrapper-m .unit-title-pre {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 14px;
  line-height: 0.875rem;
}

.mod-wrapper-m .unit-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 25px;
  line-height: 1.5rem;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分省略号 */
}

.mod-wrapper-m .swiper-container {
  margin-top: unset;
  padding-top: unset;
}

.mod-wrapper-m .swiper-pagination-bullet {
  background: #ffffff;
  opacity: .15;
}

.mod-wrapper-m .swiper-pagination-bullet-active {
  opacity: 1;
}

.mod-wrapper-m .swiper-container-horizontal>.swiper-pagination-bullets,
.mod-wrapper-m .swiper-pagination-custom,
.mod-wrapper-m .swiper-pagination-fraction {
  text-align: right;
  right: 5rem;
  left: unset;
  bottom: 5.25rem;
}

@media (max-width: 768px) {
  .mod-wrapper-m {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .mod-wrapper-m .mod-unit {
    height: auto;
    padding: 2rem 1.5rem;
    border-radius: 0 0 12px 12px;
  }

  .mod-wrapper-m .unit-img {
    border-radius: 12px 12px 0 0;
  }

  .mod-wrapper-m .btn-l {
    margin-top: 1rem;
  }

  .mod-wrapper-m .unit-desc {
    -webkit-line-clamp: 2;
    /*padding-bottom: 1.5rem;*/
  }

  .mod-wrapper-m .unit-img-box {
    height: 100%;
  }
}

/*布局 14*/

.mod-wrapper-n {
  display: flex;
  justify-content: flex-start;
  gap: 28px;
}

.mod-wrapper-n .mod-search-l input {
  cursor: pointer;
}

.mod-wrapper-n .mod-search-r {
  float: right;
}

.mod-wrapper-n .layui-inline {
  width: 100%;
  height: 48px;
  height: 2.5rem;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

.mod-wrapper-n .layui-inline button:hover {
  border-color: var(--main-color);
  background: var(--main-color);
  border: 1px solid var(--main-color);
  transition: all .5s ease;
}

.mod-wrapper-n .layui-inline button:hover .unit-title,
.mod-wrapper-n .layui-inline button:hover a {
  color: #ffffff;
}

.mod-wrapper-n .layui-inline input,
.mod-wrapper-n .layui-inline button {
  height: 100%;
}

.mod-wrapper-n-overflow {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 0!important;
  margin-bottom: 2rem;
}

/*mod-tab样式放在layui-inline后*/

.mod-wrapper-n .mod-tab {
  display: flex;
  /*display:grid;*/
  /*grid-template-columns: repeat(auto-fill, 108px);*/
  gap: 24px;
}

.mod-wrapper-n .mod-unit {
  display: block;
  width: auto;
  text-align: center;
  background: #ffffff;
  padding: 0 1rem;
  margin: unset;
  cursor: pointer;
  position: relative;
}

.mod-wrapper-n .mod-unit .unit-title {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #919799;
  line-height: 1;
  padding-bottom: 1rem;
  word-break: keep-all;
}

.mod-wrapper-n .mod-unit.active {
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
}

.mod-wrapper-n .mod-unit:hover .unit-title,
.mod-wrapper-n .mod-unit.active .unit-title,
.mod-wrapper-n .mod-unit.active span {
  color: var(--main-color);
}

.input-menu {
  display: none;
  position: absolute;
  flex-direction: column;
  z-index: 999;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #E7E7E7;
  height: auto;
}

.input-menu a{
  display: inline-block;
  padding: 12px 0;
  color: #616566;
  border-bottom: 1px solid #E7E7E7;
}

.input-menu a:last-child {
  border-bottom: 0;
}

@media (max-width: 768px) {
  .mod-wrapper-n {
    width: -moz-max-content;
    width: max-content;
    gap: 0;
    scroll-behavior: smooth;
  }

  .mod-wrapper-n .layui-inline {
    width: 100%;
  }

  .mod-wrapper-n .mod-unit {
    width: auto;
  }

  .mod-wrapper-n-overflow {
    overflow: auto;
    scroll-behavior: smooth;
  }

  .mod-wrapper-n-overflow::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
}

/*布局 15*/

.mod-wrapper-o {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.mod-wrapper-o .mod-unit {
  display: block;
  text-align: left;
  margin-bottom: 1.5rem;
}

.mod-wrapper-o .mod-unit:last-child {
  margin-bottom: 0;
}

.mod-wrapper-o .layui-form-item {
  max-width: 360px;
}

.mod-wrapper-o .layui-input {
  border: none;
}

.mod-wrapper-o .layui-inline {
  text-align: left;
  position: relative;
}

.mod-wrapper-o label {
  display: inline-block;
  font-size: 14px;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 8px;
}

.container-subscribe .mod-wrapper-o label {
  display: inline-block;
  text-align: left;
}

.mod-wrapper-o .input-country:focus {
}

@media (max-width: 768px) {
  .mod-wrapper-o .layui-inline {
    width: 100%;
  }
}

/*布局16 2-白皮书新闻详情*/

.mod-wrapper-p.press-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7.5rem;
}

.mod-wrapper-p.news-detail {
  margin: auto;
  margin-bottom: 5.5rem;
}

.mod-wrapper-p .mod-unit {
  display: block;
  text-align: left;
  margin: 0 auto;
  line-height: 2;
}

.mod-wrapper-p .title-pre {
}

.mod-wrapper-p .unit-info {
  display: block;
  text-align: left;
}

.mod-wrapper-p .unit-info .unit-img {
  margin-bottom: 4rem;
  border-radius: 14px;
  background: #F8F8F9;
}

.mod-wrapper-p .unit-info>* {
  text-align: left;
}

.mod-wrapper-p .unit-info * {
  text-align: left;
}

.mod-wrapper-p .unit-info strong {
  font-weight: bold;
}

.mod-wrapper-p .unit-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 42px;
  text-align:left;
}

.mod-wrapper-p .unit-date {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #616566;
  line-height: 16px;
  margin: 1rem 0 2rem;
}

.mod-wrapper-p .unit-text {
  text-align: left;
  font-size: 16px;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 28px;
  margin: 32px 0;
}

.mod-wrapper-p li.unit-text {
  margin: 0;
  margin-left: 1.25rem;
}

.mod-wrapper-p .mod-about ul {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}

/*.mod-wrapper-p .about-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 28px;
    line-height: 1.75rem;
    text-align: left;
    margin-bottom: 1rem;
 }*/

.mod-wrapper-p .mod-about li {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mod-wrapper-p .mod-about li a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height:  21px;
  text-align: left;
}

.mod-wrapper-p .mod-about li p {
  font-size: 12px;
  font-family: OPPOSans-Regular, OPPOSans;
  font-weight: 400;
  color: #616566;
  line-height: 14px;
  text-align: left;
  margin-top: 8px;
}

.mod-wrapper-p .mod-report {
  display: block;
  text-align: left;
  margin: 0;
  margin-right: 10%;
}

.mod-wrapper-p .mod-form {
  /*padding-left: 5%;*/
  padding: 3rem 3rem 4rem;
}

.mod-wrapper-p .mod-form form {
  text-align: left;
}

.mod-wrapper-p .unit-share {
  padding-right: 2rem;
}

.mod-wrapper-p .btn-l {
  width: 10rem;
}

.share-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 1.5rem;
  float: left;
}

.share-list {
  display: flex;
  float: right;
}

.share-icon {
  margin-left: 24px;
}

.mod-wrapper-p strong {
  font-weight: bold;
}

.mod-wrapper-p img {
  width: 100%!important;
  height: auto!important;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .mod-wrapper-p {
    flex-direction: column;
    margin-bottom: 0;
  }

  .mod-wrapper-p.press-detail {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .mod-wrapper-p .mod-about {
    display: flex;
    flex-direction: column-reverse;
  }

  .mod-wrapper-p .mod-form {
    padding: 2rem 1.5rem 4rem;
  }

  .mod-wrapper-p .unit-info {
    display: block;
    margin-top: 0;
  }

  .mod-wrapper-p .mod-about .unit-info {
    margin-top: 5rem;
  }

  .mod-wrapper-p .unit-share {
    border-top: 1px solid #F3F3F3;
    padding-top: 1rem;
  }

  .mod-wrapper-p.news-detail {
    padding: 0 1rem 5.5rem;
    margin: 0;
    width: 100%;
  }
}

/*布局 17*/

.mod-wrapper-q {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  position: relative;
  top: -58px;
  margin: auto;
}

.mod-wrapper-q .mod-unit {
  display: block;
  background: #FFFFFF;
  width: 25rem;
  height: 25rem;
  box-shadow: 0px 15px 40px 0px rgba(229,229,229,0.5);
  border-radius: 12px;
  margin: 0;
}

.mod-wrapper-q .mod-unit:first-child {
  padding: 2rem 0 2.125rem;
}

.mod-wrapper-q .mod-unit img {
  width: 10rem;
  height: 10rem;
  margin: 2rem auto;
}

.mod-wrapper-q .unit-title {
  font-size: 32px;
  font-size: 2rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 2.5rem;
  text-align: center;
}

.mod-wrapper-q .unit-desc {
  font-size: 16px;
  font-size: 1rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 19px;
  text-align: center;
  position: relative;
}

.mod-wrapper-q .mod-unit-r {
  display: flex;
  gap: 2rem 0;
  background: #FFFFFF;
  box-shadow: 0px 15px 40px 0px rgba(229,229,229,0.5);
  border-radius: 12px;
  text-align: left;
  margin: 0;
  padding: 3rem 3.5rem 4rem;
}

.mod-wrapper-q .mod-unit-r .unit-info {
  width: 87.5%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mod-wrapper-q .unit-info>* {
  text-align: left;
}

.mod-wrapper-q .mod-unit-r .unit-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 19px;
}

.mod-wrapper-q .mod-unit-r img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 1.5rem;
}

.mod-wrapper-q .mod-unit-r .unit-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 16px;
  margin-top: 10px;
}

.mod-wrapper-q .mod-unit-r .unit-note {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: OPPOSans-Regular, OPPOSans;
  font-weight: 400;
  color: #919799;
  line-height: 14px;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .mod-wrapper-q {
    grid-template-rows: repeat(auto-fill, 1fr);
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0;
    margin-top: -124px;
  }

  .mod-wrapper-q .mod-unit-r {
    flex-wrap: wrap;
  }

  .mod-wrapper-q .unit-img {
    max-width: 140px;
    margin: 0 auto;
  }

  .mod-wrapper-q .mod-unit-r img {
    width: 20%;
    height: auto;
  }

  .mod-wrapper-q .mod-unit-r .unit-info {
    margin: auto;
    padding-left: 8px;
  }
}

/*布局 联系我们 18*/

.mod-wrapper-r {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 5.375rem auto 5rem;
}

.mod-wrapper-r .mod-unit {
  height: 100%;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.5);
  border-radius: 8px;
  padding: 1.5rem;
}

.mod-wrapper-r .unit-info {
  margin: auto 2rem auto;
  height: auto;
}

.mod-wrapper-r .unit-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #002837;
  text-align: left;
  flex: 1 1 auto;
  margin: 0 0 .5rem;
}

.mod-wrapper-r picture {
  width: 100%;
}

.mod-wrapper-r .unit-img {
  margin: 0;
  width: 24%;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .mod-wrapper-r {
    margin: auto;
  }

  .mod-wrapper-r .mod-unit {
    flex-direction: column-reverse;
  }

  .mod-wrapper-r .unit-img {
    width: 100%;
  }

  .mod-wrapper-r .unit-info {
    margin: 2rem 1rem 1rem 0;
    height: auto;
  }
}

/*布局 19*/

.mod-wrapper-s {
  margin: 0 auto;
}

.mod-wrapper-s .mod-form {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.mod-wrapper-s .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
}

.mod-wrapper-s .layui-inline {
  width: 100%;
  position: relative;
}

.xm-icon-expand:before {
  content: none!important;
}

@media (max-width: 768px) {
  .mod-wrapper-s .form-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, 1fr);
  }

  .mod-wrapper-s .mod-form {
    padding: 2rem 0.75rem;
    margin: auto;
  }
}

/*布局 20*/

.mod-wrapper-t {
  background:url("/public/svg/bg_gl.svg");
  background-repeat: no-repeat;
  backgroud-size: cover;
  background-position: 0 100%;
  background-color: #1A4F60;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5.75rem 9rem;
}

.mod-wrapper-t .mod-unit {
  flex-direction: column;
  margin: 0;
  padding-right: 2rem;
}

.mod-wrapper-t .unit-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 2.625rem;
  color: #ffffff;
  position: relative;
  margin-bottom: 3.375rem;
}

.mod-wrapper-t .unit-desc {
  font-size: 1rem;
  /* font-size: 16px; */
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  line-height: 28px;
  color: rgba(255,255,255,0.7);
  text-align: left;
  flex: 1 1 auto;
}

.mod-wrapper-t .mod-unit-r {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 0 1rem;
}

.mod-wrapper-t .unit-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0.8rem;
  /*padding:0;*/
  background: #FFFFFF;
  border-radius: 12px;
}

.mod-wrapper-t .mod-unit-r .unit-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  line-height: 19px;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.mod-wrapper-t .unit-img {
  width: 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .mod-wrapper-t {
    height: auto;
    padding: 5rem 1rem 5rem;
    flex-direction: column;
    border-radius: 0;
  }

  .mod-wrapper-t .mod-unit-r {
    padding: 3rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }

  .mod-wrapper-t .mod-unit    {
    padding: 0;
    text-align: center;
  }

  .mod-wrapper-t .unit-title,
    .mod-wrapper-t .unit-desc {
    text-align: center;
  }

  .mod-wrapper-t .title-after-white-l::after {
    left: calc((100% - 3rem) / 2);
  }

  .mod-wrapper-t .unit-info {
    align-items: center;
    margin: 0;
    width: 140px;
  }
}

/*布局 加入我们招聘 21*/

.mod-wrapper-u {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}

.mod-wrapper-u .layui-form {
  position: relative;
}

.mod-wrapper-u .layui-input {
  height: 48px;
  padding-left: 50px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.5);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.mod-wrapper-u .job-thumb, .mod-wrapper-u .location-thumb {
  position: absolute;
  z-index: 9;
  left: 1rem;
  top: 15px;
}

.layui-form-select dl dd {
  text-align: left;
  font-size: 14px;
  line-height: 40px;
}

.mod-wrapper-u .mod-unit {
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.5);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  /*padding: 0.875rem 1rem;*/
  position: relative;
  cursor: pointer;
}

.mod-wrapper-u .mod-select-title {
  width: 100%;
  padding-left: 1rem;
}

.mod-wrapper-u .mod-unit.mod-unit-m,
.mod-wrapper-u .mod-unit.mod-unit-p {
  background: unset;
  box-shadow: unset;
}

.mod-wrapper-u .mod-unit.mod-unit-m{
  padding-left: 0;
}

.mod-wrapper-u .mod-unit.mod-unit-p {
  align-items: flex-end;
}

.mod-wrapper-u .iconfont-search {
  top: 1rem;
}

.mod-wrapper-u .unit-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 16px;
  padding-top: 1rem;
}

.mod-wrapper-u .unit-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #002837;
  text-align: left;
  line-height: 48px;
}

.mod-wrapper-u .unit-email {
  color: var(--main-color);
  margin-left: 1rem;
  text-decoration: underline;
}

.location-thumb {
  background-image: url("/public/svg/location.svg");
  margin-right: 1rem;
}

.job-thumb {
  background-image: url("/public/svg/job.svg");
  margin-right: 1rem;
}

@media (min-width: 769px) {
  .mod-wrapper-u .mod-unit-m {
    display: none;
  }
}

@media (max-width: 768px) {
  .mod-wrapper-u {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, 1fr);
    gap: 1rem;
    margin: 0;
  }

  .mod-wrapper-u .mod-unit-p {
    display: none;
  }
}

/*布局 22*/

.mod-wrapper-v {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  align-items: start;
}

.mod-wrapper-v .mod-unit {
  display: block;
  border-radius: 8px;
}

.mod-wrapper-v img {
  display: block;
}

@media (max-width: 768px) {
  .mod-wrapper-v {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .mod-wrapper-v .img-mh {
    display: none;
  }
}

/*布局 23*/

.mod-wrapper-w {
  background: #F8F8F9;
  padding: 5rem 8rem;
  position: relative;
  border-radius: 12px;
}

.mod-wrapper-w .mod-unit {
  flex-direction: column;
}

.mod-wrapper-w .container-title {
  margin-left: 0;
}

.mod-wrapper-w .container-title-pre {
  display: inline-block;
  /*width: 64%;*/
  text-align: left;
  margin-left: 0;
}

@media (min-width: 769px) {
  .mod-wrapper-w .unit-img {
    width: 400px;
    max-width: 400px;
    float: right;
    position: absolute;
    right: -200px;
    top: calc((100% - 400px) / 2);
    /*        width: 500px;
        max-width: 500px;
        float: right;
        position: absolute;
        right: -250px;
        top: calc((100% - 500px) / 2);*/
  }
}

@media (max-width: 768px) {
  .mod-wrapper-w {
    padding: 4rem 2rem 0;
    margin-bottom: 50vw;
    position: relative;
    padding-bottom: 50vw;
  }

  .mod-wrapper-w .unit-img {
    margin-top: 3rem;
    float: right;
  }
}

/*布局 24*/

.mod-wrapper-x {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 2rem;
  padding-top: 3rem;
}

.mod-x-3 {
  grid-template-columns: repeat(3, 1fr);
}

.mod-wrapper-x .mod-unit {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem 1rem 2.5rem;
}

.mod-wrapper-x .unit-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.mod-wrapper-x .unit-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #002837;
  text-align: center;
  flex: 1 1 auto;
  margin: 1.5rem auto 0;
}

.mod-wrapper-x .unit-img {
  width: 150px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .mod-wrapper-x {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fill, 1fr);
    gap:1rem;
    padding-top: 1rem;
  }

  .mod-x-3 {
    grid-template-columns: 1fr;
  }

  .mod-wrapper-x .mod-unit {
    padding: 2rem 1rem 1.5rem;
  }

  .mod-wrapper-x .unit-info {
    margin: auto;
  }

  .mod-wrapper-x .unit-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  }

  .mod-wrapper-x .unit-img {
    width: 88px;
  }

  .mod-wrapper-x.mod-x-3 .mod-unit {
    padding: 2rem 1rem 1.5rem;
  }

  .mod-wrapper-x.mod-x-3 .unit-img {
    width: 98px;
  }

  /*    .mod-wrapper-x {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        gap: 2rem;
        padding-top: 3rem;
    }
    .mod-x-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .mod-x-5 {
        grid-template-columns: repeat(5, 1fr);
    }*/
}

/*布局 25*/

.mod-wrapper-y {
}

.mod-wrapper-y .mod-unit {
  display: flex;
  height: 100%;
  margin: auto;
}

.mod-wrapper-y .unit-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.375rem;
  padding-left: 3.125rem;
  background: url("/public/svg/solution_l.svg") 0 0 no-repeat,
    url("/public/svg/solution_r.svg") 100% 100% no-repeat;
}

.mod-wrapper-y .unit-desc {
  font-size: 1rem;
  /* font-size: 16px; */
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  line-height: 32px;
  line-height: 2rem;
  color: #ffffff;
  text-align: left;
  margin-bottom: 2rem;
}

.mod-wrapper-y .unit-sign {
  font-size: 14px;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 25px;
  text-align: left;
}

.mod-wrapper-y .unit-img-l {
  width: 400px;
  margin-right: 15.625rem;
  border-radius: 12px
}

.mod-wrapper-y .unit-img-r {
  width: 500px;
  margin: auto;
  margin-left: 15.625rem;
  border-radius: 12px
}

.mod-wrapper-y .unit-img-r img {
  border-radius: 6px;
}

@media (max-width: 768px) {
  .mod-wrapper-y .mod-unit {
    flex-direction: column;
  }

  .mod-wrapper-y .unit-info {
    margin: auto;
    width: 100%;
    padding: 0 2rem;
  }

  .mod-wrapper-y .unit-img-r {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}

/*布局 26*/

.mod-wrapper-z {
  margin: auto;
}

.mod-wrapper-z .mod-unit {
  display: flex;
  height: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
  margin: 2.5rem auto;
}

.mod-wrapper-z.about .mod-unit {
  margin: 0 auto;
}

.mod-wrapper-z .unit-info {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  /*    display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;*/
  /*
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;*/
}

.mod-wrapper-z .unit-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #002837;
  text-align: left;
  position: relative;
}

.mod-wrapper-z .unit-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 25px;
  flex: 1 1 auto;
  margin-top: 2rem;
  text-align: left;
}

.mod-wrapper-z .unit-img-box {
  width: 500px;
  position: relative;
  margin-right: 7.5rem;
}

.mod-wrapper-z .unit-img img {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  max-width: 400px;
}

.mod-wrapper-z .container-title {
  margin-left: 0;
}

.mod-wrapper-z .container-title-pre {
  text-align: left;
}

.mod-wrapper-z .ball {
  width: 200px;
  height: 200px;
  background: var(--main-color);
  border-radius: 100px;
  margin: 16.75rem 0 2rem 18.75rem;
}

@media (max-width: 768px) {
  .mod-wrapper-z {
    margin-top: 0;
  }

  .mod-wrapper-z .mod-unit {
    flex-direction: column;
    margin: 0;
  }

  .mod-wrapper-z .unit-info {
    margin: 2rem 0 3em;
  }

  .mod-wrapper-z .unit-desc {
    margin: 1rem 0 0;
  }

  .mod-wrapper-z .unit-desc li {
    margin-top: 1rem;
  }

  .mod-wrapper-z .unit-img img{
    width: 100%;
    margin: auto;
  }

  .mod-wrapper-z.about .mod-unit {
    flex-direction: column-reverse;
    margin: 0;
  }

  .mod-wrapper-z .unit-img-box {
    width: 100%;
    margin: auto;
  }

  .mod-wrapper-z .ball {
    margin: 5rem 0 2rem auto;
  }

  .mod-wrapper-z .title-after-green-l::after {
    left: 0;
  }
}

/*分页*/

.pagination {
  display: none;
  margin-top: 5rem;
}

.pagination a {
  display: inline-block;
  color: #002837;
  line-height: 2.5rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.pagination a:last-child {
  margin-right: 0;
}

.pagination a.page:hover {
  color: var(--main-color);
}

.pagination .page-pre {
  background: url("/public/svg/pagination_l.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FAFAFA;
}

.pagination .page-next {
  background: url("/public/svg/pagination_r.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FAFAFA;
}

@media (min-width: 769px) {
  .pagination a {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #FAFAFA;
    border-radius: 6px;
  }

  .pagination .page-p {
    display: inline-block;
  }

  .pagination .page-m {
    display: none;
  }

  .pagination .page-this {
    background: var(--main-color);
    color: #ffffff;
  }
}

@media (max-width: 768px) {
  .pagination a {
    margin-right: .5rem;
  }

  .pagination .page-p {
    display: none;
  }

  .pagination .page-m {
    display: inline-block;
  }

  .pagination .page-pre,
    .pagination .page-next {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #FAFAFA;
    border-radius: 6px;
    line-height: 2.5rem;
    margin-right: 1rem;
    vertical-align: middle;
  }
}

/*分页*/

.mod-wrapper-d.news,
.paginate {
  display: none;
}

.paginate.active {
  display: block;
}

.mod-wrapper-d.news.active {
  display: grid;
}

.paginate {
  display: none;
  margin-top: 3rem;
}

.layui-laypage a, .layui-laypage span {
  display: inline-block;
  color: #002837!important;
  line-height: 2.5rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.paginate botton:last-child {
  margin-right: 0;
}

.paginate botton.page:hover {
  color: var(--main-color);
}

.layui-laypage-prev span {
  background: url("/public/svg/pagination_l.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FAFAFA;
}

.layui-laypage-next span {
  background: url("/public/svg/pagination_r.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FAFAFA;
}

.layui-laypage a, .layui-laypage span {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #FAFAFA!important;
  border-radius: 6px;
  padding: 0;
}

.layui-laypage .layui-laypage-curr {
  background: var(--main-color);
  color: #ffffff;
}

.layui-laypage>a:last-child, .layui-laypage>a:last-child em,
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  border-radius: 6px;
}

.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
  border: 0px;
}

@media (max-width: 768px) {
  .paginate {
    margin: 3rem auto 2rem;
  }
}

/*合作客户logo*/

.roll-block {
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
}

.roll-block-top {
  margin-top: 1rem;
}

.roll-block-group {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.move-left {
  animation: moveLeft 40s linear infinite;
}

.move-reverse {
  animation-direction: reverse
}

.roll-block-item {
  display: flex;
  flex: 1 0 100%;
}

.roll-block-images {
  padding: 0 2rem;
}

@keyframes moveLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    /*=一组logo的宽*/
    transform: translate3d(-1200px, 0, 0);
  }
}

@media (max-width: 768px) {
  .roll-block-item {
    /*flex: 1 0 auto;*/
  }

  .roll-block-images {
    padding: 0 1rem;
  }

  .roll-block-images img {
    width: 100px;
  }

  .roll-block-top {
    margin-top: 0;
  }

  .move-left {
    animation: moveLeft 24s linear infinite;
  }

  .move-reverse {
    animation-direction: reverse
  }

  @keyframes moveLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }

    100% {
      /*=一组logo的宽*/
      transform: translate3d(-850px, 0, 0);
    }
  }
}

/*合作客户logo end*/

/*tab 切换*/

.layui-tab-title {
  display: flex;
  position: relative;
  margin: 0 auto 5rem;
  left: 0;
  /*height: 2.5rem;*/
  white-space: nowrap;
  /*font-size: 0;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75rem;
  border-bottom-width: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.layui-tab-content {
  padding: 0;
}

.layui-tab-title li {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  transition: all .2s;
  -webkit-transition: all .2s;
  position: relative;
  line-height: 40px;
  min-width: 65px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #F1F1F1;
}

.layui-tab-title .layui-this {
  color: #000;
}

.layui-tab-brief>.layui-tab-title .layui-this {
  color: var(--main-color);
}

.layui-tab-title li {
  display: inline-block;
}

.layui-tab-title .layui-this:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 41px;
  border-bottom: 1px solid var(--main-color);
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none;
}

.layui-tab-item {
  display: none;
}

.layui-show {
  display: block!important;
}

.tab-thumb {
  display: block;
  margin: 0 auto;
  /*width: 64px;*/
  /*height: 64px;*/
  width: 86px;
  height: 86px;
  vertical-align: text-top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: 74px 74px;*/
}

.tab_thumb_s {
  /*background:-webkit-image-set(url('/public/images/img/tab_s.webp') 1x,url("/public/images/img/tab_s@2x.webp") 2x) center;*/
  background-image: -webkit-image-set(url(/public/images/img/tab_s.webp) 1x,url(/public/images/img/tab_s@2x.webp) 2x);
  /*background: -webkit-image-set(url(/public/images/img/tab_s.webp) 1x,url(/public/images/img/tab_s@2x.webp) 2x);*/
  /*background: -webkit-image-set(url(/public/images/img/tab_s.webp) 1x,url(/public/images/img/tab_s@2x.webp) 2x) center no-repeat;*/
}

.tab_thumb_v {
  /*background:-webkit-image-set(url('/public/images/img/tab_v.webp') 1x,url("/public/images/img/tab_v@2x.webp") 2x) center;*/
  /*background: -webkit-image-set(url(/public/images/img/tab_v.webp) 1x,url(/public/images/img/tab_e@2x.webp) 2x) center no-repeat;*/
  background-image: -webkit-image-set(url(/public/images/img/tab_v.webp) 1x,url(/public/images/img/tab_v@2x.webp) 2x);
}

.tab_thumb_e {
  /*background:-webkit-image-set(url('/public/images/img/tab_e.webp') 1x,url("/public/images/img/tab_e@2x.webp") 2x) center;*/
  /*background: -webkit-image-set(url(/public/images/img/tab_e.webp) 1x,url(/public/images/img/tab_e@2x.webp) 2x) center no-repeat;*/
  background-image: -webkit-image-set(url(/public/images/img/tab_e.webp) 1x,url(/public/images/img/tab_e@2x.webp) 2x);
}

.tab_thumb_wa {
  background-size: 90%;
  background-position-y: 0;
  background-image: -webkit-image-set(url(/public/images/img/tab_wa.png) 1x,url(/public/images/img/tab_wa@2x.png) 2x);
}

@media (min-width: 769px) {
  .layui-tab-title li:hover {
    color: var(--main-color);
  }
}

@media (max-width: 768px) {
  .layui-tab-title {
    margin: 0;
    padding: 40px 0 0;
  }

  .layui-tab-title li {
    line-height: 19px;
    padding-bottom: 9px;
  }

  .layui-tab-title .layui-this:after {
    height: 29px;
  }

  .tab-thumb {
    margin: 0 auto 6px;
    width: 48px;
    height: 48px;
  }
}

/*tab 切换 end*/

/*数字增长*/

.count-item {
  flex-shrink: 1;
  padding: 1.5rem 0 1.5rem 2rem;
  border-radius: 12px;
}

/*数字增长 end*/

/*联系我们*/

.container-connect .container-flex {
  justify-content: center;
}

.connect-title {
  font-size: 2.25rem;
  /* font-size: 36px; */
  font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  line-height: 42px;
  line-height: 2.625rem;
  position: relative;
  margin-bottom: 3.375rem;
}

.connect-desc {
  font-size: 1rem;
  /* font-size: 16px; */
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 1.75rem;
  /* line-height: 28px;*/
}

.container-connect-1 {
  /*86px*/
  padding: 5.375rem 0;
}

@media (max-width: 768px) {
  .connect-title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }

  .container-connect-index .connect-title {
    margin-bottom: 3.25rem;
  }

  .connect-desc {
    font-size: 14px;
  }

  .section-connect {
    background: url(/public/svg/bg_connect_p.svg) 0 100% no-repeat;
    background-color: var(--main-color);
  }
}

/*联系我们 end*/

/*swiper 样式覆盖*/

.swiper-container{
  --swiper-theme-color: #00A564;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #00A564;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
  padding-bottom: 2rem;
  /*padding-bottom: 70px;*/
  margin-top: -10%;
  padding-top: 10%;
}

.swiper-slide {
  /*overflow: auto;*/
  -webkit-overflow-scrolling: touch;
}

/*左右按钮样式*/

.swiper-button-prev:after,
.swiper-button-next:after {
  /*去掉默认CSS样式*/
  display: none;
  /*color: #919799;*/
  font-size: 12px;
}

.swiper-pagination-bullet {
  background: var(--main-color);
  opacity: .15;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-web .swiper-button-prev,
.swiper-web .swiper-button-next {
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  top: 6%;
  bottom: 10px;
  cursor: pointer;
  background-color: #F1F1F1;
  border-radius: 100px;
}

.swiper-web .swiper-button-prev {
  background: url("/public/svg/page_left.svg") center no-repeat ;
}

.swiper-web .swiper-button-next {
  background: url("/public/svg/page_right.svg") center no-repeat ;
}

.swiper-web .swiper-button-prev:hover {
  background: url("/public/svg/page_left_active.svg") center no-repeat ;
}

.swiper-web .swiper-button-next:hover {
  background: url("/public/svg/page_right_active.svg") center no-repeat ;
}

/*自身宽56+next button+间距 父级padding48*/

.swiper-web .swiper-button-prev {
  left: calc(100% - 128px - 48px);
}

/*自身宽56 父级padding48*/

.swiper-web .swiper-button-next {
  left: calc(100% - 56px - 48px);
}

/*分页圆点*/

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}

.swiper-web .swiper-slide .swiper-pagination,
.swiper-web .swiper-p .swiper-pagination {
  display: none;
}

.container-news .swiper-container {
  padding-left: 48px;
  margin-left: -48px;
  padding-right: 48px;
  margin-right: -48px;
}

.mod-wrapper-n-overflow.swiper-container {
  margin-top: 0;
  padding-top: 0;
}

/*新闻页swiper*/

.container.blog .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 6rem;
  text-align: right;
  padding-right: 5.25rem;
  /*left: calc(100% - 10.5rem);*/
  /*bottom: 6rem;*/
  /*width: auto;*/
}

/*解决方案客户案例*/

.section-client-case .swiper-container{
  margin-top: 0;
  padding-top: 0;
}

.section-client-case .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 18px;
}

/*.section-client-case .swiper-button-prev {
    top: 6%;
    left: calc((100% - 1200px) / 2);
    bottom: 10px;
    cursor: pointer;
}
.section-client-case .swiper-button-next {
    top: 6%;
    left: calc((100% - 1200px) / 2 + 1200px);
    bottom: 10px;
    cursor: pointer;
}*/

@media (min-width: 769px) {
  /*新闻页swiper*/

  .container.blog .swiper-container {
    /*padding: 0;*/
    padding-bottom: 3rem
  }
}

@media (max-width: 768px) {
  .swiper-slide.mod-wrapper-d, .swiper-web .swiper-pagination,
    .swiper-web .swiper-button-prev,
    .swiper-web .swiper-button-next {
    display: none;
  }

  .section-client-case .swiper-web .swiper-pagination {
    display: block;
  }

  .swiper-web .swiper-slide .swiper-pagination,
    .swiper-web .swiper-p .swiper-pagination {
    display: block;
  }

  .swiper-container {
    padding-bottom: 0;
  }

  .container.blog .swiper-container-horizontal>.swiper-pagination-bullets {
    display: block;
    bottom: 2rem;
    padding-right: 2rem;
  }
}

/*swiper 样式覆盖 end*/

/*产品视频*/

.video-iframe {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  background: rgb(0, 0, 0);
  z-index: 99999;
  will-change: auto;
}

.video-iframe.this-play {
  display: block;
}

.video-iframe .outer {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: visible;
  padding: 80px 0 32px;
}

.video-iframe .box {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-height: 1px;
  aspect-ratio: 1.77778 / 1;
  will-change: auto;
  margin: auto;
  align-self: center;
  display: flex;
  flex-direction: column;
  direction: ltr;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: static!important;
  box-sizing: border-box;
}

.video-iframe iframe {
  border-radius: 4px;
  display: block;
}

.video-iframe .video-close {
  position: absolute;
  top: 36px;
  left: calc(100vw - 46px - 32px);
  background: url(/public/images/icon/cl.svg) no-repeat center;
  background-size: cover;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.btn-play {
  position: relative;
  width: 3rem;
}

.btn-play:before {
  content: ' ';
  width: 20px;
  height: 20px;
  background: url("/public/images/icon/play.svg") no-repeat center;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-play:hover:before {
  filter: grayscale(100%) brightness(10000%);
}

@media (max-width: 768px) {
  .video-iframe .video-close {
    margin-top: 0;
    top: 16px;
    left: calc(100vw - 16px - 32px);
  }
}

.video-iframe.orient-y .video-close {
  top: 16px;
  left: calc(100vw - 16px - 32px);
}

.video-iframe.orient-y .outer {
  padding: 52px 0 20px;
}

.video-iframe.orient-x .box {
  margin-top: calc(50% - 80px);
}

.video-iframe.orient-pc .outer {
  padding: 80px 34px 32px 24px;
}

/*产品视频end*/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --color-main: 2, 30, 200;
  --height-header: 72px;
  --height-footer: 124px;
}

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

footer {
  width: 100%;
}

@media (min-width: 640px) {
  footer {
    height: 124px;
  }
}

footer {
  /* @apply absolute bottom-0 w-full; */
}

.h--vh {
  height: calc( 100vh - var(--height-header) - var(--height-footer));
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.btn-common {
  transition: all 0.3s ease;
}

.btn-common:hover {
  transform: translateY(-2px);
}

.btn-primary {
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-20 {
  z-index: 20;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-20 {
  height: 5rem;
}

.h-80 {
  height: 20rem;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[72px\] {
  height: 72px;
}

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-32 {
  width: 8rem;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[calc\(100\%_-_132px\)\] {
  width: calc(100% - 132px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[1536px\] {
  max-width: 1536px;
}

.max-w-\[1920px\] {
  max-width: 1920px;
}

.max-w-\[85rem\] {
  max-width: 85rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.bg-\[\#1576bd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 118 189 / var(--tw-bg-opacity, 1));
}

.bg-\[\#196193\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 97 147 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ea9f0e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 159 14 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-main\/70 {
  background-color: rgba(var(--color-main), 0.7);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-\[\#002837\] {
  --tw-text-opacity: 1;
  color: rgb(0 40 55 / var(--tw-text-opacity, 1));
}

.text-\[\#196193\] {
  --tw-text-opacity: 1;
  color: rgb(25 97 147 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.decoration-1 {
  text-decoration-thickness: 1px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.before\:me-6::before {
  content: var(--tw-content);
  margin-inline-end: 1.5rem;
}

.before\:flex-1::before {
  content: var(--tw-content);
  flex: 1 1 0%;
}

.before\:border-t::before {
  content: var(--tw-content);
  border-top-width: 1px;
}

.before\:border-gray-200::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.after\:ms-6::after {
  content: var(--tw-content);
  margin-inline-start: 1.5rem;
}

.after\:flex-1::after {
  content: var(--tw-content);
  flex: 1 1 0%;
}

.after\:border-t::after {
  content: var(--tw-content);
  border-top-width: 1px;
}

.after\:border-gray-200::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#1576bd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 118 189 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#196193\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 97 147 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-main\/80:hover {
  background-color: rgba(var(--color-main), 0.8);
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:text-\[\#196193\]:hover {
  --tw-text-opacity: 1;
  color: rgb(25 97 147 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-1:focus {
  outline-width: 1px;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-\[\#1576bd\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 118 189 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#196193\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(25 97 147 / var(--tw-ring-opacity, 1));
}

.focus\:ring-main\/60:focus {
  --tw-ring-color: rgba(var(--color-main), 0.6);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:text-main\/70 {
  color: rgba(var(--color-main), 0.7);
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group:hover .group-hover\:underline-offset-1 {
  text-underline-offset: 1px;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:h-20 {
    height: 5rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:max-h-\[600px\] {
    max-height: 600px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }
}