@charset "utf-8";
:root {
  --color: #FF6E00;
  --color2: #0E1A36;
  --vh: 100vh;
}
@font-face {
  font-family: "Fontke";
  src: url("Fontke.woff2") format("woff2"), url("Fontke.woff") format("woff"), url("Fontke.ttf") format("truetype"), url("Fontke.eot") format("embedded-opentype"), url("Fontke.svg") format("svg"), url("Fontke.otf") format("opentype");
}
@font-face {
  font-family: 'blc-m';
  font-display: swap;
  src: url(../fonts/BarlowCondensed-Medium.ttf);
}
.font-blc-m {
  font-family: 'blc-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-shuzi {
  font-family: 'blc-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 991px) {
  .g_banner .x-con .container .x-title br {
    display: none;
  }
}
.g_banner .x-mbx {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.g_banner .x-mbx a {
  color: #fff;
}
.g_banner .x-mbx a:hover {
  color: var(--color);
}
.g_banner .x-mbx a:last-child {
  color: #fff;
}
.g_banner .x-mbx a i {
  color: #fff;
}
.g_banner .x-mbx .x-i {
  color: #fff;
}
.g_banner .x-con .public-img::before {
  padding-top: 44.58333333%;
}
@media (max-width: 991px) {
  .g_banner .x-con .public-img::before {
    padding-top: 56.25%;
  }
}
@media (max-width: 767px) {
  .g_banner .x-con .public-img::before {
    padding-top: 84.25%;
  }
}
.public-img > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.paron {
  margin: 0.9rem 0;
}
.paron .box {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .paron .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .paron .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.paron .box .item {
  border-radius: 10px;
  background: #F8F9FD;
  padding: 0.6rem 1.25rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .paron .box .item {
    padding: 0.6rem 0.5rem;
  }
}
.paron .box .item .icon {
  height: 0.5rem;
}
@media (max-width: 1580px) {
  .paron .box .item .icon {
    height: 0.6rem;
  }
}
.paron .box .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.paron .box .item .txt {
  margin-top: 0.16rem;
}
.paron .box .item .txt h3 {
  font-weight: bold;
}
.paron .box .item .txt p {
  color: #777;
  margin-top: 0.16rem;
}
.partw {
  padding: 1.1rem 0;
  background: #F8F9FD;
}
.partw .box {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .partw .box {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.partw .box .item {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0.8rem 0.77rem;
}
@media (max-width: 767px) {
  .partw .box .item {
    padding: 0.4rem 0.3rem;
  }
}
.partw .box .item .g_tit {
  padding-bottom: 0.24rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.partw .box .item .g_tit h3 {
  font-weight: bold;
}
.partw .box .item .g_tit p {
  color: #777;
  margin-top: 0.2rem;
}
.partw .box .item .gb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 991px) {
  .partw .box .item .gb {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.partw .box .item .gb .g_li {
  border-radius: 4px;
  border: 1px solid #EFF2FD;
}
.partw .box .item .gb .g_li .g_h4 {
  padding: 0.05rem 0.2rem;
  min-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F9FD;
}
.partw .box .item .gb .g_li .g_h4 img,
.partw .box .item .gb .g_li .g_h4 svg {
  width: 18px;
  margin-right: 6px;
}
@media (max-width: 991px) {
  .partw .box .item .gb .g_li .g_h4 img,
  .partw .box .item .gb .g_li .g_h4 svg {
    width: 15px;
  }
}
.partw .box .item .gb .g_li .g_h4 h4 {
  font-weight: bold;
}
.partw .box .item .gb .g_li .g_p {
  text-align: center;
  padding: 0.2rem 0.2rem 1px;
}
.partw .box .item .gb .g_li .g_p p {
  margin-bottom: 0.15rem;
}
.parth {
  padding: 1.1rem 0;
}
.parth .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
@media (max-width: 1260px) {
  .parth .box {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .parth .box {
    flex-direction: column;
  }
}
.parth .box .gl {
  width: 50%;
}
@media (max-width: 767px) {
  .parth .box .gl {
    width: 100%;
  }
}
.parth .box .gl .public-img {
  border-radius: 0.1rem;
}
.parth .box .gl .public-img:before {
  padding-top: 62.375%;
}
.parth .box .gr {
  width: 45.625%;
}
@media (max-width: 767px) {
  .parth .box .gr {
    width: 100%;
  }
}
.parth .box .gr .item {
  display: block;
  padding: 0.33rem 0;
  border-bottom: 1px solid #eee;
}
.parth .box .gr .item.on h3 {
  font-size: 30px;
  overflow: hidden;
  white-space: initial;
  text-overflow: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
}
@media (max-width: 1580px) {
  .parth .box .gr .item.on h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .parth .box .gr .item.on h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .parth .box .gr .item.on h3 {
    font-size: 18px;
  }
}
.parth .box .gr .item:first-child {
  border-top: 1px solid #eee;
}
.parth .box .gr .item h3 {
  line-height: 1.3;
  /* transition: all 0.4s; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #777;
  font-weight: bold;
}
.parth .box .gr .item .txt {
  display: none;
  margin-top: 0.24rem;
}
.parth .box .gr .item .txt p {
  color: #777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.parth .box .gr .item .txt .public-btn {
  margin-top: 0.24rem;
}
.parth .g_tc {
  margin-top: 0.47rem;
  text-align: center;
}
.dh {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.parfo {
  position: relative;
}
.parfo .imgbj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.parfo .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parfo .box {
  position: relative;
  z-index: 10;
}
.parfo .box .container {
  padding: 1.5rem 0 1.25rem;
}
.parfo .box .container .x-public-top .x-title {
  color: #fff;
}
.parfo .box .container .x-public-top .x-p {
  margin-top: 0.1rem;
  color: #fff;
}
.parfi {
  background: #F8F9FD;
  padding: 1.1rem 0;
}
.parfi .container {
  background: #fff;
  padding: 0.8rem 3.39rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 1260px) {
  .parfi .container {
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 767px) {
  .parfi .container {
    padding: 0.4rem 0.3rem;
  }
}
.parfi form {
  margin-top: 0.35rem;
}
.parfi form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .parfi form .inp {
    flex-direction: column;
  }
}
.parfi form .inp .inp_box {
  width: calc(50% - 0.14rem);
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .parfi form .inp .inp_box {
    width: 100% !important;
    margin-bottom: 0.2rem;
  }
}
.parfi form .inp .inp_box .inp_txt {
  margin-bottom: 0.11rem;
}
.parfi form .inp .inp_box .inp_txt p {
  color: #999;
  font-weight: bold;
}
.parfi form .inp .inp_box .inp_txt p span {
  color: var(--color);
}
.parfi form .inp .inp_box input {
  padding: 0 0.15rem;
  width: 100%;
  height: 0.52rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.06rem;
}
@media (max-width: 767px) {
  .parfi form .inp .inp_box input {
    height: 0.8rem;
  }
}
.parfi form .inp .inp_box .sot_select_nr .sel_text_x {
  height: 0.5rem;
}
@media (max-width: 767px) {
  .parfi form .inp .inp_box .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.parfi form .inp .inp_box .layui-input-block {
  margin-left: 0;
  margin-right: 0;
}
.parfi form .inp .inp_box .layui-form-select dl {
  top: 100%;
  bottom: auto;
  padding: 0;
}
.parfi form .inp .inp_box .layui-form-select dl dd.layui-this {
  background: var(--color);
  color: #fff;
}
.parfi form .inp .inp_box .layui-form-select .layui-input {
  height: 0.52rem;
  border: 1px solid #D9D9D9;
  color: #444;
  padding: 0 0.15rem;
  border-radius: 0.06rem;
}
@media (max-width: 767px) {
  .parfi form .inp .inp_box .layui-form-select .layui-input {
    height: 0.8rem;
  }
}
.parfi form .inp .inp_box .layui-form-select .layui-edge {
  right: 0.15rem;
  background: url(../images/gb.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.parfi form .inp .g_josn .input {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  cursor: pointer;
}
.parfi form .inp .g_josn .input .inputName {
  width: 100%;
  height: 56px;
  padding: 0 30px 0 1em;
  border-radius: 0.1rem;
  border: 1px solid #E1E3E8;
  font-size: var(--font16);
  color: #000000;
  pointer-events: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.parfi form .inp .g_josn .input .inputName::placeholder {
  color: #999999;
}
.parfi form .inp .g_josn .input .inputName:focus {
  box-shadow: none;
}
.parfi form .inp .g_josn .input .worldCode {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.parfi form .inp .g_josn .input::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  margin: 0;
  background: url(../images/select-down.svg) no-repeat center / cover;
  border: 0;
  filter: brightness(0) invert(0.8);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.parfi form .inp .g_josn .select-active {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  border-radius: 0.1rem;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.parfi form .inp .g_josn .select-active .filter-word {
  width: 100%;
  height: auto;
  padding: 20px 20px 15px;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
}
.parfi form .inp .g_josn .select-active .filter-word a {
  font-size: var(--font14);
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.parfi form .inp .g_josn .select-active .filter-word a.active,
.parfi form .inp .g_josn .select-active .filter-word a:hover {
  color: var(--color);
}
.parfi form .inp .g_josn .select-active .filter-data {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 20px;
  overflow: hidden;
}
.parfi form .inp .g_josn .select-active .filter-data .data-active {
  width: 100%;
  height: auto;
  max-height: 240px;
  display: none;
  padding-right: 10px;
  overflow-y: auto;
}
.parfi form .inp .g_josn .select-active .filter-data .data-active .data-box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 10px;
}
.parfi form .inp .g_josn .select-active .filter-data .data-active .data-box span {
  padding: 0.5em;
  border-radius: 3px;
  font-size: var(--font14);
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.parfi form .inp .g_josn .select-active .filter-data .data-active .data-box span.active,
.parfi form .inp .g_josn .select-active .filter-data .data-active .data-box span:hover {
  background: rgba(255, 0, 0, 0.05);
  color: var(--color);
}
.parfi form .inp .g_josn .select-active .filter-data .data-menu {
  width: 100%;
  height: auto;
  max-height: 240px;
  display: none;
  padding-right: 10px;
  overflow-y: auto;
}
.parfi form .inp .g_josn .select-active .filter-data .data-menu .option-item {
  width: 100%;
  height: auto;
}
.parfi form .inp .g_josn .select-active .filter-data .data-menu .option-item .letter {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font14);
  color: #222222;
}
.parfi form .inp .g_josn .select-active .filter-data .data-menu .option-item .menu {
  width: 100%;
  height: auto;
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 10px;
}
.parfi form .inp .g_josn .select-active .filter-data .data-menu .option-item .menu span {
  padding: 0.5em;
  border-radius: 3px;
  font-size: var(--font14);
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.parfi form .inp .g_josn .select-active .filter-data .data-menu .option-item .menu span.active,
.parfi form .inp .g_josn .select-active .filter-data .data-menu .option-item .menu span:hover {
  background: rgba(255, 0, 0, 0.05);
  color: var(--color);
}
.parfi form .inp .g_josn .select-active .filter-data .data-menu .option-item + .option-item {
  margin-top: 0.2rem;
}
.parfi form .inp .g_josn .select-active .filter-data .data-search {
  width: 100%;
  height: auto;
  max-height: 240px;
  display: none;
  padding-right: 10px;
  overflow-y: auto;
}
.parfi form .inp .g_josn .select-active .filter-data .data-search .menu {
  width: 100%;
  height: auto;
  margin-top: 5px;
  display: grid;
  grid-gap: 0 10px;
}
.parfi form .inp .g_josn .select-active .filter-data .data-search .menu span {
  padding: 0.5em;
  border-radius: 3px;
  font-size: var(--font14);
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.parfi form .inp .g_josn .select-active .filter-data .data-search .menu span.active,
.parfi form .inp .g_josn .select-active .filter-data .data-search .menu span:hover {
  background: rgba(255, 0, 0, 0.05);
  color: var(--color);
}
.parfi form .inp .g_josn .select-active .filter-data .data-item.active {
  display: block;
}
.parfi form .inp .g_josn.active .input input {
  border-color: var(--color) !important;
}
.parfi form .inp .g_josn.active .input::after {
  transform: translateY(-50%) rotate(180deg);
  filter: invert(0);
}
.parfi form .inp .g_josn.active .drop-down {
  opacity: 1;
  transform: translateZ(0);
  visibility: visible;
}
.parfi form .inp .g_josn:hover .input input {
  border-color: rgba(0, 0, 0, 0.4);
}
.parfi form .inp2 .inp_box {
  width: 100%;
}
.parfi form .inptext .inp_box textarea {
  border: 1px solid #eeeeee;
  border-radius: 0.1rem;
  width: 100%;
  height: 1.02rem;
  padding: 0.13rem 0.18rem;
}
@media (max-width: 767px) {
  .parfi form .inptext .inp_box textarea {
    height: 2.2rem;
  }
}
.parfi form .g_lab {
  margin-bottom: 0.2rem;
  color: #999999;
}
.parfi form .g_tc {
  text-align: center;
}
@media (max-width: 767px) {
  .parfi form .g_tc {
    margin-top: 0.5rem;
  }
  .parfi form .g_tc .public-btn span {
    font-size: 14px;
  }
}
.parse {
  text-align: center;
  padding: 0.8rem 5% 0.75rem;
}
.parse a {
  display: block;
  text-decoration: underline;
  transition: all 0.4s;
}
.parse a:hover {
  color: var(--color);
}
/* 暂停合作供应商 */
.pauon {
  padding: 0.14rem 0 1.1rem;
}
.pauon .x-public-top .x-p {
  margin-top: 0.3rem;
}
.pauon .box {
  margin-top: 0.54rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .pauon .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .pauon .box {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.pauon .box .item {
  border-radius: 0.1rem;
  background: #F8F9FD;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 1rem; */
  padding: 0.1rem 0.2rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .pauon .box .item {
    /* min-height: 1.6rem; */
  }
}
.pauon .g_lab {
  margin-top: 0.6rem;
  color: #999;
  text-align: center;
}
/* 联系东集 */
.gpub_about {
  position: relative;
  z-index: 10;
}
.gpub_about .container {
  position: relative;
}
.gpub_about .box {
  position: absolute;
  width: 100%;
  height: 1rem;
  z-index: 30;
  transform: translateY(-50%);
  display: flex;
  border-radius: 0.1rem;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
}
.gpub_about .box a {
  white-space: nowrap;
  cursor: pointer;
  color: #666;
  margin-left: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gpub_about .box a {
    margin-left: 0.2rem;
    font-size: 14px;
  }
}
.gpub_about .box a:hover {
  color: #0E1A36;
}
.gpub_about .box a.on {
  color: #0E1A36;
}
.gpub_about .box a.on::after {
  opacity: 1;
}
.gpub_about .box a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0E1A36;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gpub_about .box a::after {
    height: 1px;
  }
}
.conon {
  background: url(../images/contact2.png) no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 1.4rem 0 1.1rem;
}
.conon .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .conon .box {
    flex-direction: column;
  }
}
.conon .box .gl {
  width: calc(750/1600*100%);
}
@media (max-width: 991px) {
  .conon .box .gl {
    width: 100%;
  }
}
.conon .box .gl .g_tit {
  padding-bottom: 0.27rem;
  border-bottom: 1px solid #eee;
}
.conon .box .gl .g_tit p {
  font-weight: bold;
}
@media (max-width: 767px) {
  .conon .box .gl .g_tit p {
    font-size: 18px;
  }
}
.conon .box .gl .gadd {
  padding-bottom: 0.34rem;
  border-bottom: 1px solid #eee;
  margin-top: 0.32rem;
}
.conon .box .gl .gadd .add_li {
  margin-top: 0.24rem;
}
.conon .box .gl .gadd .add_li .p1 {
  color: #777;
}
.conon .box .gl .gadd .add_li .p2 {
  font-weight: bold;
  color: #222;
  margin-top: 0.12rem;
}
@media (max-width: 767px) {
  .conon .box .gl .gadd .add_li .p2 {
    font-size: 16px;
  }
}
.conon .box .gl .gb .p1 {
  margin: 0.27rem 0 0.24rem;
  color: #777;
}
.conon .box .gl .gb .c-ico {
  display: flex;
  align-items: center;
}
.conon .box .gl .gb .c-ico a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 46px;
  height: 46px;
  transition: 0.4s;
  color: #000;
  border-radius: 50%;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .conon .box .gl .gb .c-ico a {
    width: 36px;
    height: 36px;
  }
}
.conon .box .gl .gb .c-ico a > img,
.conon .box .gl .gb .c-ico a > svg {
  width: 34.7826087%;
  height: 34.7826087%;
}
.conon .box .gl .gb .c-ico a:hover {
  color: #fff;
  background: #0E1A36;
}
.conon .box .gl .gb .c-ico a .c-img {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: calc(100% + 15px);
  left: -10px;
  width: 1.2rem;
  padding: 10px;
  border-radius: 0.1rem;
  background: #fff;
  transition: all 0.4s;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.12));
}
@media (max-width: 767px) {
  .conon .box .gl .gb .c-ico a .c-img {
    width: 2rem;
  }
}
.conon .box .gl .gb .c-ico a .c-img::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 14px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.conon .box .gl .gb .c-ico a .c-img img {
  width: 100%;
}
.conon .box .gl .gb .c-ico a:hover .c-img {
  opacity: 1;
  pointer-events: auto;
}
.conon .box .gr {
  width: calc(750/1600*100%);
}
@media (max-width: 991px) {
  .conon .box .gr {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.conon .box .gr .g_tit {
  padding-bottom: 0.27rem;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .conon .box .gr .g_tit p {
    font-size: 18px;
  }
}
.conon .box .gr form {
  margin-top: 0.35rem;
}
.conon .box .gr form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .conon .box .gr form .inp {
    flex-direction: column;
  }
}
.conon .box .gr form .inp .inp_box {
  width: calc(50% - 0.14rem);
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .conon .box .gr form .inp .inp_box {
    width: 100% !important;
    margin-bottom: 0.2rem;
  }
}
.conon .box .gr form .inp .inp_box .inp_txt {
  margin-bottom: 0.11rem;
}
.conon .box .gr form .inp .inp_box .inp_txt p {
  color: #0C0C0C;
  font-weight: bold;
}
.conon .box .gr form .inp .inp_box .inp_txt p span {
  color: var(--color);
}
.conon .box .gr form .inp .inp_box input {
  padding: 0 0.15rem;
  width: 100%;
  height: 0.52rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.06rem;
}
.conon .box .gr form .inp .inp_box input::-webkit-input-placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .conon .box .gr form .inp .inp_box input {
    height: 0.8rem;
  }
}
.conon .box .gr form .inp .inp_box .sot_select_nr .sel_text_x {
  height: 0.5rem;
}
@media (max-width: 767px) {
  .conon .box .gr form .inp .inp_box .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.conon .box .gr form .inp .inp_box .layui-input-block {
  margin-left: 0;
  margin-right: 0;
}
.conon .box .gr form .inp .inp_box .layui-form-select dl {
  top: 100%;
  bottom: auto;
  padding: 0;
}
.conon .box .gr form .inp .inp_box .layui-form-select dl dd.layui-this {
  background: var(--color);
  color: #fff;
}
.conon .box .gr form .inp .inp_box .layui-form-select .layui-input {
  height: 0.52rem;
  border: 1px solid #D9D9D9;
  color: #444;
  padding: 0 0.15rem;
  border-radius: 0.06rem;
}
@media (max-width: 767px) {
  .conon .box .gr form .inp .inp_box .layui-form-select .layui-input {
    height: 0.8rem;
  }
}
.conon .box .gr form .inp .inp_box .layui-form-select .layui-edge {
  right: 0.15rem;
  background: url(../images/gb.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.conon .box .gr form .inp2 .inp_box {
  width: 100%;
}
.conon .box .gr form .inptext .inp_box textarea {
  border: 1px solid #D9D9D9;
  border-radius: 0.1rem;
  width: 100%;
  height: 1.2rem;
  padding: 0.13rem 0.18rem;
}
.conon .box .gr form .inptext .inp_box textarea::-webkit-input-placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .conon .box .gr form .inptext .inp_box textarea {
    height: 2.2rem;
  }
}
.conon .box .gr form .g_lab {
  margin-bottom: 0.4rem;
  margin-top: -0.1rem;
  color: #999999;
}
@media (max-width: 767px) {
  .conon .box .gr form .g_tc {
    margin-top: 0.5rem;
  }
  .conon .box .gr form .g_tc .public-btn span {
    font-size: 14px;
  }
}
/* 加入东集 */
.joinon {
  background: #F8F9FD;
  padding: 1.4rem 0 0.7rem;
}
.joinon .box {
  margin-top: 0.6rem;
}
.joinon .box .item {
  margin-bottom: 0.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.joinon .box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .joinon .box .item {
    flex-direction: column-reverse !important;
  }
}
.joinon .box .item .txt {
  width: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.4rem 0.8rem;
}
@media (max-width: 767px) {
  .joinon .box .item .txt {
    width: 100%;
    padding: 0.3rem;
  }
}
.joinon .box .item .txt h3 {
  font-weight: bold;
}
.joinon .box .item .txt p {
  margin-top: 0.3rem;
  color: #777;
}
@media (max-width: 767px) {
  .joinon .box .item .txt p {
    font-size: 14px;
  }
}
.joinon .box .item .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .joinon .box .item .public-img {
    width: 100%;
  }
}
.joinon .box .item .public-img:before {
  padding-top: 55%;
}
.jointw {
  padding: 1.1rem 0;
}
.jointw .box {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .jointw .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .jointw .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jointw .box .item {
  background: #F8F9FD;
  border-radius: 0.1rem;
  overflow: hidden;
}
.jointw .box .item:hover img {
  transform: scale(1.05);
}
.jointw .box .item .txt {
  padding: 0.3rem 0.3rem 0.24rem;
}
.jointw .box .item .txt h3 {
  line-height: 1;
  color: #0E1A36;
  text-align: center;
  font-weight: bold;
}
.jointw .box .item .txt p {
  margin-top: 0.16rem;
  color: #777;
}
.jointw .box .item .public-img:before {
  padding-top: 68.78306878%;
}
.jointh {
  background: #0E1A36;
  padding: 0.9rem 0;
}
@media (max-width: 767px) {
  .jointh {
    padding: 0.9rem 0 0.4rem;
  }
}
.jointh .x-public-top h2 {
  color: #fff;
}
.jointh .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .jointh .box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.jointh .box .item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .jointh .box .item {
    width: 50%;
    padding-right: 0.2rem;
    margin-bottom: 0.5rem;
  }
}
.jointh .box .item .gicon {
  width: 0.5rem;
  height: auto;
  margin-right: 0.13rem;
}
.jointh .box .item h3 {
  color: #fff;
}
.joinfo {
  background: #F8F9FD;
  padding: 0.9rem 0 0.8rem;
}
.joinfo .box {
  position: relative;
  padding: 0.6rem 0;
  /* overflow: hidden; */
  margin-top: 0.3rem;
}
.joinfo .box .swiper {
  /* overflow: initial; */
}
.joinfo .box .swiper .swiper-slide .public-img {
  transition: all 0.4s;
  border-radius: 0.18rem;
}
.joinfo .box .swiper .swiper-slide .public-img:before {
  padding-top: 68.78306878%;
}
.joinfo .box .swiper .swiper-slide-active .public-img {
  /* transform: scale(1.11); */
}
@media (max-width: 767px) {
  .joinfo .box .g_qie {
    display: none;
  }
}
.joinfo .box .g_qie .public-prev {
  position: absolute;
  left: -0.8rem;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: rgba(14, 26, 54, 0.4);
}
.joinfo .box .g_qie .public-prev:hover {
  background: var(--color);
}
.joinfo .box .g_qie .public-prev:hover .c-svg {
  color: #fff;
}
.joinfo .box .g_qie .public-prev .c-svg {
  transform: rotate(180deg);
}
.joinfo .box .g_qie .public-next {
  position: absolute;
  right: -0.8rem;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: rgba(14, 26, 54, 0.4);
}
.joinfo .box .g_qie .public-next:hover {
  background: var(--color);
}
.joinfo .box .g_qie .public-next:hover .c-svg {
  color: #fff;
}
.joinfi {
  padding: 1.1rem 0;
}
.joinfi .box {
  margin-top: 0.55rem;
}
.joinfi .box > form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .joinfi .box > form {
    flex-direction: column-reverse;
  }
}
.joinfi .box > form .gl {
  display: flex;
}
@media (max-width: 767px) {
  .joinfi .box > form .gl {
    flex-direction: column;
  }
}
.joinfi .box > form .gl .layui-input:focus,
.joinfi .box > form .gl .layui-textarea:focus {
  border-color: var(--color) !important;
}
.joinfi .box > form .gl .layui-input-block {
  margin-left: 0;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .joinfi .box > form .gl .layui-input-block {
    margin: 0.2rem 0 0 0;
  }
}
.joinfi .box > form .gl .layui-form-select dl {
  top: 100%;
  bottom: auto;
  padding: 0;
}
.joinfi .box > form .gl .layui-form-select dl dd.layui-this {
  background: var(--color);
  color: #fff;
}
.joinfi .box > form .gl .layui-form-select .layui-input {
  height: 0.52rem;
  min-width: 3rem;
  color: #000;
  background: #F8F9FD;
  border: none;
  padding: 0 0.2rem;
  border-radius: 100px;
}
.joinfi .box > form .gl .layui-form-select .layui-input::-webkit-input-placeholder {
  color: #000;
}
@media (max-width: 767px) {
  .joinfi .box > form .gl .layui-form-select .layui-input {
    height: 0.8rem;
  }
}
.joinfi .box > form .gl .layui-form-select .layui-edge {
  right: 0.24rem;
  background: url(../images/gb.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.joinfi .box > form .search_box {
  width: 5rem;
  height: 0.52rem;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .joinfi .box > form .search_box {
    height: 0.8rem;
    width: 100%;
  }
}
.joinfi .box > form .search_box input {
  padding: 0 0.3rem;
  width: 100%;
  color: #333;
}
.joinfi .box > form .search_box button {
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.2rem;
  width: 0.18rem;
  height: auto;
}
@media (max-width: 767px) {
  .joinfi .box > form .search_box button {
    width: 0.26rem;
  }
}
.joinfi .box > form .search_box button svg {
  width: 100%;
  height: auto;
}
.joinfi .box > form .search_box button svg path {
  fill: #9a9a9a;
}
.joinfi .box .join_jy_box {
  margin-top: 0.4rem;
}
.joinfi .box .join_jy_box ul li {
  transition: all 0.4s;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  border: 1px solid transparent;
}
.joinfi .box .join_jy_box ul li.on {
  border: 1px solid #EEE;
}
.joinfi .box .join_jy_box ul li.on .g_top {
  color: #fff;
  background: #102851;
}
.joinfi .box .join_jy_box ul li.on .g_top .joingl h3 {
  font-weight: bold;
}
.joinfi .box .join_jy_box ul li.on .g_top .joingr .g_lab .g_it p {
  color: #fff;
}
.joinfi .box .join_jy_box ul li.on .g_top .joingr .g_gb i {
  background: #fff;
}
.joinfi .box .join_jy_box ul li.on .g_top .joingr .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.joinfi .box .join_jy_box ul li .g_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #F8F9FD;
  border-radius: 0.1rem;
  padding: 0.36rem 0.58rem 0.36rem 0.28rem;
  position: relative;
  cursor: pointer;
}
.joinfi .box .join_jy_box ul li .g_top .joingl {
  flex-shrink: 0;
  width: 34.72527473%;
}
@media (max-width: 1260px) {
  .joinfi .box .join_jy_box ul li .g_top .joingl {
    width: 27.47252747%;
  }
}
@media (max-width: 767px) {
  .joinfi .box .join_jy_box ul li .g_top .joingl {
    width: 50%;
  }
}
.joinfi .box .join_jy_box ul li .g_top .joingl h3 {
  transition: all 0.4s;
}
.joinfi .box .join_jy_box ul li .g_top .joingr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .joinfi .box .join_jy_box ul li .g_top .joingr {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .joinfi .box .join_jy_box ul li .g_top .joingr {
    justify-content: flex-end;
  }
}
.joinfi .box .join_jy_box ul li .g_top .joingr .g_lab {
  margin-right: 0.1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .joinfi .box .join_jy_box ul li .g_top .joingr .g_lab {
    display: none;
  }
}
@media (max-width: 767px) {
  .joinfi .box .join_jy_box ul li .g_top .joingr .g_lab {
    display: none;
  }
}
.joinfi .box .join_jy_box ul li .g_top .joingr .g_lab .g_it {
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
}
.joinfi .box .join_jy_box ul li .g_top .joingr .g_lab .g_it:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .joinfi .box .join_jy_box ul li .g_top .joingr .g_lab .g_it {
    width: 50%;
    margin: 0.1rem 0;
  }
}
.joinfi .box .join_jy_box ul li .g_top .joingr .g_lab .g_it i {
  margin-right: 0.08rem;
  flex-shrink: 0;
  display: flex;
  width: auto;
  height: 0.2rem;
}
.joinfi .box .join_jy_box ul li .g_top .joingr .g_lab .g_it i svg,
.joinfi .box .join_jy_box ul li .g_top .joingr .g_lab .g_it i img {
  width: 100%;
  height: auto;
}
.joinfi .box .join_jy_box ul li .g_top .joingr .g_lab .g_it i svg path,
.joinfi .box .join_jy_box ul li .g_top .joingr .g_lab .g_it i img path {
  transition: all 0.4s;
  fill: #666;
}
.joinfi .box .join_jy_box ul li .g_top .joingr .g_lab .g_it p {
  flex-shrink: 0;
  transition: all 0.4s;
  color: #000;
}
.joinfi .box .join_jy_box ul li .g_top .joingr .g_gb {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.joinfi .box .join_jy_box ul li .g_top .joingr .g_gb i {
  width: 0.16rem;
  height: 2px;
  border-radius: 10px;
  background: #000;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .joinfi .box .join_jy_box ul li .g_top .joingr .g_gb i {
    width: 12px;
    height: 1px;
  }
}
.joinfi .box .join_jy_box ul li .g_top .joingr .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.joinfi .box .join_jy_box ul li .g_xia {
  display: none;
}
.joinfi .box .join_jy_box ul li .g_xia .g_bjq {
  padding: 0.6rem 0.4rem 0.4rem;
}
@media (max-width: 767px) {
  .joinfi .box .join_jy_box ul li .g_xia .g_bjq {
    max-height: initial;
    overflow-y: initial;
  }
  .joinfi .box .join_jy_box ul li .g_xia .g_bjq p {
    font-size: 0.28rem !important;
  }
  .joinfi .box .join_jy_box ul li .g_xia .g_bjq span {
    font-size: 0.28rem !important;
  }
  .joinfi .box .join_jy_box ul li .g_xia .g_bjq h1,
  .joinfi .box .join_jy_box ul li .g_xia .g_bjq h2,
  .joinfi .box .join_jy_box ul li .g_xia .g_bjq h3,
  .joinfi .box .join_jy_box ul li .g_xia .g_bjq h4,
  .joinfi .box .join_jy_box ul li .g_xia .g_bjq h5,
  .joinfi .box .join_jy_box ul li .g_xia .g_bjq h6 {
    font-size: 0.32rem !important;
  }
}
.joinfi .box .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar {
  width: 3px;
}
.joinfi .box .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.joinfi .box .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-thumb {
  background: #339cd8;
  border-radius: 25px;
}
.joinfi .box .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-corner {
  background: #339cd8;
}
.joinfi .box .join_jy_box ul li .g_xia .public-btn {
  margin-top: 0.4rem;
}
/* 东集实力 */
.stron {
  padding: 1.4rem 0 1.1rem;
}
.stron .g_num {
  margin-top: 0.54rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .stron .g_num {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.stron .g_num .item {
  position: relative;
  padding: 0 0.6rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .stron .g_num .item {
    width: 50%;
    margin-bottom: 0.6rem;
    padding: 0 0.4rem 0 0;
  }
}
@media (max-width: 767px) {
  .stron .g_num .item {
    width: 100%;
    justify-content: space-between;
  }
}
.stron .g_num .item:last-child::after {
  display: none;
}
.stron .g_num .item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #C2C2C2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .stron .g_num .item::after {
    display: none;
  }
}
.stron .g_num .item .item_t {
  margin-right: 0.3rem;
  align-items: flex-end;
  display: flex;
}
.stron .g_num .item .item_t p {
  line-height: 0.9;
  font-size: 0.7rem;
  color: ;
  background: linear-gradient(270deg, #0E1A36 3.8%, #102851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'blc-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.stron .g_num .item .item_t span {
  margin-left: 0.07rem;
  font-weight: bold;
  line-height: 1;
}
.stron .box {
  margin-top: 0.58rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .stron .box {
    margin-top: 0.1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .stron .box {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.stron .box .item {
  position: relative;
  border-radius: 0.1rem;
  border: 1px solid #EEEFF4;
  background: #F8F9FD;
}
.stron .box .item:hover {
  border: 1px solid transparent;
}
.stron .box .item:hover .imgbj {
  opacity: 1;
}
.stron .box .item .imgbj {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.1rem;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
  overflow: hidden;
}
.stron .box .item .imgbj img {
  width: 100%;
  height: 100%;
}
.stron .box .item .gcon {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  padding: 0.3rem;
}
.stron .box .item .gcon .txt h3 {
  font-weight: bold;
}
.stron .box .item .gcon .txt p {
  color: #777;
  margin-top: 0.12rem;
}
.stron .box .item .gcon .gicon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.34rem;
}
.stron .box .item .gcon .gicon .gicon_li {
  margin-right: 0.1rem;
  border-radius: 10px;
  border: 1px solid #0E1A36;
  width: 0.5rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .stron .box .item .gcon .gicon .gicon_li {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.stron .box .item .gcon .gicon .gicon_li img {
  max-height: 100%;
}
.stron .box .itemfirst .imgbj {
  opacity: 1 !important;
}
.stron .box .itemfirst .imgbj .img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .stron .box .item50 {
    grid-column: span 2;
  }
}
.g_title2 .x-p {
  margin-top: 0.18rem;
}
.strtw {
  background: #F8F9FD;
  padding: 1.1rem 0;
}
.strtw .box {
  margin-top: 0.54rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .strtw .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .strtw .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.strtw .box .item {
  overflow: hidden;
  border-radius: 0.1rem;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.strtw .box .item:hover img {
  transform: scale(1.05);
}
.strtw .box .item .txt {
  padding: 0.3rem 0.3rem 0.24rem;
}
.strtw .box .item .txt h3 {
  line-height: 1;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.strtw .box .item .txt p {
  margin-top: 0.16rem;
  color: #777;
}
.strtw .box .item .public-img:before {
  padding-top: 62.37816764%;
}
.strth {
  padding: 1.1rem 0;
}
.strth .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.54rem;
}
.strth .box .item {
  margin: -1px 0 0 -1px;
  width: 25%;
  padding: 0.4rem;
  border: 1px solid #EEE;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .strth .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .strth .box .item {
    width: 100% !important;
  }
}
.strth .box .item:hover {
  background: #0E1A36;
}
.strth .box .item:hover .gt i .img1 {
  opacity: 0;
}
.strth .box .item:hover .gt i .img2 {
  opacity: 1;
}
.strth .box .item:hover .gt h3 {
  color: #fff;
}
.strth .box .item:hover .g_p p {
  color: #fff;
}
.strth .box .item .gt i {
  transition: all 0.4s;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.53rem;
  height: 0.53rem;
  position: relative;
  color: #000;
}
@media (max-width: 1260px) {
  .strth .box .item .gt i {
    width: 0.63rem;
    height: 0.63rem;
  }
}
@media (max-width: 767px) {
  .strth .box .item .gt i {
    width: 0.73rem;
    height: 0.73rem;
  }
}
.strth .box .item .gt i svg,
.strth .box .item .gt i img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.strth .box .item .gt i svg path,
.strth .box .item .gt i img path {
  fill: var(--color);
}
.strth .box .item .gt i .img1 {
  opacity: 1;
}
.strth .box .item .gt i .img2 {
  opacity: 0;
}
.strth .box .item .gt h3 {
  margin-top: 0.12rem;
  transition: all 0.4s;
}
.strth .box .item .g_p {
  margin-top: 0.7rem;
}
@media (max-width: 1260px) {
  .strth .box .item .g_p br {
    display: none;
  }
}
.strth .box .item .g_p p {
  transition: all 0.4s;
  color: #777;
}
.strth .box .item2 {
  width: calc(100%/3);
}
.strfo {
  padding: 1.1rem 0 0.33rem;
  background: #F8F9FD;
}
.strfo .box {
  margin-top: 0.6rem;
  position: relative;
}
.strfo .box .bj1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 2rem;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #F8F9FD 0%, rgba(248, 249, 253, 0) 91.25%);
}
@media (max-width: 1260px) {
  .strfo .box .bj1 {
    width: 3rem;
  }
}
@media (max-width: 767px) {
  .strfo .box .bj1 {
    width: 1rem;
  }
}
.strfo .box .bj2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #F8F9FD 0%, rgba(248, 249, 253, 0) 91.25%);
}
@media (max-width: 1260px) {
  .strfo .box .bj2 {
    width: 3rem;
  }
}
@media (max-width: 767px) {
  .strfo .box .bj2 {
    width: 1rem;
  }
}
.strfo .box .item {
  margin-bottom: 0.66rem;
  display: flex;
  white-space: initial;
  line-height: 1.5;
}
.strfo .box .item .str_move {
  display: flex;
  align-items: center;
}
.strfo .box .item .img {
  width: auto;
  height: 56px;
  display: inline-flex;
  align-items: center;
  margin-right: 0.47rem;
}
@media (max-width: 1260px) {
  .strfo .box .item .img {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .strfo .box .item .img {
    height: 40px;
  }
}
.strfo .box .item .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  max-height: 100%;
}
.strfo .box .str_static {
  /* justify-content: center; */
}
.strfo .box .str_static .str_move {
  position: initial;
}
/* 关于东集 */
.seuon {
  padding: 1.4rem 0 1.1rem;
}
.seuon .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .seuon .box {
    flex-direction: column-reverse;
  }
}
.seuon .box .txt {
  width: 43.75%;
}
@media (max-width: 767px) {
  .seuon .box .txt {
    width: 100%;
  }
}
.seuon .box .txt h2 {
  font-weight: bold;
}
.seuon .box .txt .g_lab_p {
  color: #666;
  margin-top: 0.14rem;
}
.seuon .box .txt .g_p {
  margin-top: 0.24rem;
}
.seuon .box .txt .g_p p {
  color: #777;
  margin-bottom: 0.1rem;
}
.seuon .box .gr {
  position: relative;
  width: 50%;
  overflow: hidden;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .seuon .box .gr {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.seuon .box .gr .public-img:before {
  padding-top: 62.5%;
}
.seuon .box .gr img,
.seuon .box .gr video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seuon .box .gr .vid_on {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seuon .box .gr .vid_on .vid_on_box {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.6;
  backdrop-filter: blur(10px);
}
.seuon .box .gr .vid_on svg {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 23.75%;
  height: auto;
}
.seuon .box .gr .vid_on svg path {
  fill: #fff;
}
.seuon .gb {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .seuon .gb {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .seuon .gb {
    grid-template-columns: repeat(1, 1fr);
  }
}
.seuon .gb .item {
  padding: 0.6rem 0.2rem;
  border-radius: 0.1rem;
  background: #F8F9FD;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.seuon .gb .item .icon {
  border-radius: 0.1rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #0E1A36;
}
@media (max-width: 767px) {
  .seuon .gb .item .icon {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.seuon .gb .item .txt {
  margin-top: 0.54rem;
}
.seuon .gb .item .txt h3 {
  font-weight: bold;
}
.seuon .gb .item .txt p {
  margin-top: 0.14rem;
}
.seutw {
  padding: 1.1rem 0 0;
  position: relative;
  display: flex;
}
.seutw .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.seutw .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seutw .x-public-top {
  position: relative;
  z-index: 10;
}
.seutw .x-public-top h2 {
  color: #fff;
}
.seutw .box {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .seutw .box {
    padding: 0 5%;
  }
}
.seutw .box .g_con {
  overflow: hidden;
  position: relative;
  margin-top: 0.52rem;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .seutw .box .g_con {
    padding-bottom: 1rem;
  }
}
.seutw .box .g_con .g_line {
  pointer-events: none;
  position: absolute;
  left: 50%;
  width: 100vw;
  top: 35%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1940px) {
  .seutw .box .g_con .g_line {
    top: 30%;
  }
}
@media (max-width: 1260px) {
  .seutw .box .g_con .g_line {
    top: 40%;
    display: none;
  }
}
.seutw .box .g_con .g_line img {
  width: 100%;
}
@media (max-width: 767px) {
  .seutw .box .g_con .container {
    padding-bottom: 0.3rem;
  }
}
.seutw .box .g_con .container .swiper {
  padding: 4.84rem 0 5.63rem;
}
@media (max-width: 1580px) {
  .seutw .box .g_con .container .swiper {
    padding: 4.84rem 0 5.23rem;
  }
}
@media (max-width: 1260px) {
  .seutw .box .g_con .container .swiper {
    padding: 0;
  }
}
.seutw .box .g_con .container .swiper .swiper-slide {
  transition: all 0.4s;
  position: relative;
}
@media screen and (min-width: 1260px) {
  .seutw .box .g_con .container .swiper .swiper-slide:nth-child(2n) .txt {
    top: 0.6rem;
    bottom: auto;
  }
}
@media (max-width: 1260px) {
  .seutw .box .g_con .container .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.seutw .box .g_con .container .swiper .swiper-slide .g_icon {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1260px) {
  .seutw .box .g_con .container .swiper .swiper-slide .g_icon {
    margin-bottom: 0.4rem;
    position: initial;
    transform: translate(0%, 0%);
  }
}
@media (max-width: 767px) {
  .seutw .box .g_con .container .swiper .swiper-slide .g_icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.seutw .box .g_con .container .swiper .swiper-slide .g_icon img,
.seutw .box .g_con .container .swiper .swiper-slide .g_icon svg {
  width: 100%;
  height: 100%;
}
.seutw .box .g_con .container .swiper .swiper-slide .txt {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
@media (max-width: 1260px) {
  .seutw .box .g_con .container .swiper .swiper-slide .txt {
    position: initial;
    transform: translate(0%, 0%);
    width: 100%;
  }
}
.seutw .box .g_con .container .swiper .swiper-slide .txt .year {
  font-weight: bold;
}
.seutw .box .g_con .container .swiper .swiper-slide .txt .txt_box {
  margin-top: 0.18rem;
}
.seutw .box .g_con .container .swiper .swiper-slide .txt .txt_box h3 {
  color: var(--color);
  margin-bottom: 0.14rem;
}
@media screen and (min-width: 1260px) {
  .seutw .box .g_con .container .swiper .swiper-slide-active {
    transform: translateY(1.15rem);
  }
}
@media screen and (min-width: 1940px) {
  .seutw .box .g_con .container .swiper .swiper-slide-active {
    transform: translateY(0.85rem);
  }
}
@media screen and (min-width: 1260px) {
  .seutw .box .g_con .container .swiper .next-1 {
    transform: translateY(0.15rem);
  }
}
@media screen and (min-width: 1940px) {
  .seutw .box .g_con .container .swiper .next-1 {
    transform: translateY(-0.15rem);
  }
}
@media screen and (min-width: 1940px) {
  .seutw .box .g_con .container .swiper .next-2 {
    transform: translateY(-0.25rem);
  }
}
@media screen and (min-width: 1260px) {
  .seutw .box .g_con .container .swiper .next-3 {
    transform: translateY(-1.25rem);
  }
}
@media screen and (min-width: 1940px) {
  .seutw .box .g_con .container .swiper .next-3 {
    transform: translateY(-1.55rem);
  }
}
@media screen and (min-width: 1260px) {
  .seutw .box .g_con .container .swiper .next-4 {
    transform: translateY(-1.15rem);
  }
}
@media screen and (min-width: 1940px) {
  .seutw .box .g_con .container .swiper .next-4 {
    transform: translateY(-1.5rem);
  }
}
.seutw .box .g_con .container .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .seutw .box .g_con .container .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 25px;
  }
}
.hi-mouse1 {
  pointer-events: none;
}
.hi-mouse1 .c-btn {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: none;
  pointer-events: none;
  z-index: 10000;
}
.hi-mouse1 .c-btn .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0);
  transition: all 0.6s;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
}
.hi-mouse1 .c-btn .c-btn-box span {
  margin: 0 0.16rem;
}
.hi-mouse1 .c-btn .c-btn-box .img1 {
  transform: rotate(180deg);
}
.hi-mouse1 .c-btn .c-btn-box .img1,
.hi-mouse1 .c-btn .c-btn-box .img2 {
  width: 24%;
  margin: 0 0.04rem;
  color: #fff;
}
.hi-mouse1 .c-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-align: center;
  line-height: 1.2;
  pointer-events: none;
}
.hi-mouse1.show .c-btn {
  cursor: pointer;
}
.hi-mouse1.show .c-btn .c-btn-box {
  transform: scale(1);
}
.seuth {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .seuth {
    padding: 1.2rem 0 0;
    flex-direction: column;
  }
}
.seuth .gl {
  padding: 1.1rem 0 0.54rem 5vw;
}
@media (max-width: 767px) {
  .seuth .gl {
    padding: 0 5%;
  }
}
.seuth .gl .x-public-top {
  text-align: left;
}
.seuth .gl .num {
  width: 20.83333333vw;
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .seuth .gl .num {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.seuth .gl .num .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.44rem;
  padding-bottom: 0.34rem;
  border-bottom: 1px solid #eee;
}
.seuth .gl .num .item .item_t {
  align-items: flex-end;
  display: flex;
  position: relative;
}
.seuth .gl .num .item .item_t::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  bottom: 0;
  left: 0;
  background: #0E1A36;
}
.seuth .gl .num .item .item_t p {
  padding-left: 0.3rem;
  font-family: 'blc-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1;
  background: linear-gradient(270deg, #0E1A36 3.8%, #102851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-weight: bold; */
  font-size: 0.88rem;
}
.seuth .gl .num .item .item_t span {
  margin-left: 0.1rem;
  margin-bottom: 0.07rem;
  font-weight: bold;
  line-height: 1;
}
.seuth .gl .num .item .item_b {
  margin-top: 0.1rem;
}
.seuth .gr {
  display: flex;
  position: relative;
  width: 61.97916667%;
  padding: 0 0.55rem;
  height: 9.7rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .seuth .gr {
    width: 100%;
    height: 7rem;
    padding: 0 5%;
  }
}
.seuth .gr .item {
  margin-right: 0.6rem;
  height: 100%;
}
@media (max-width: 767px) {
  .seuth .gr .item {
    margin: 0 0.1rem;
  }
}
.seuth .gr .item .swiper {
  height: 100%;
  overflow: initial;
}
.seuth .gr .item .swiper .swiper-wrapper {
  /* 重要 */
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.seuth .gr .item .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.seuth .gr .item .swiper .swiper-wrapper .swiper-slide .img {
  padding: 0.3rem;
  background: #F8F9FD;
  box-shadow: 0 329px 92px 0 rgba(0, 0, 0, 0), 0 210px 84px 0 rgba(0, 0, 0, 0.01), 0 118px 71px 0 rgba(0, 0, 0, 0.03), 0 53px 53px 0 rgba(0, 0, 0, 0.05), 0 13px 29px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .seuth .gr .item .swiper .swiper-wrapper .swiper-slide .img {
    padding: 0.2rem;
  }
}
.public-windows99 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  /* display: block !important; */
  display: none;
}
.public-windows99.shenqingggangwei .cn41 {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.public-windows99.shenqingggangwei .cn41 .public-more .more {
  min-width: 1.52rem;
}
.public-windows99.shenqingggangwei .cn41 .public-more .more:hover {
  opacity: 0.8;
}
.public-windows99.shenqingggangwei .box10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.public-windows99.shenqingggangwei .box10 .box2 {
  width: calc(50% - 0.12rem);
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .box2 {
    width: 100%;
  }
}
.public-windows99.shenqingggangwei .box10 .box2 .g_top {
  margin-bottom: 0.08rem;
  display: flex;
  align-items: center;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_top span {
  color: var(--color);
  margin-left: 0.06rem;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel {
  display: flex;
  align-items: center;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-input:focus,
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-textarea:focus {
  border-color: var(--color) !important;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-input-block {
  margin-left: 0;
  margin-right: 0.1rem;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select {
  width: 1rem;
}
@media (max-width: 1260px) {
  .public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select {
    width: 80px;
  }
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select dl {
  top: 100%;
  bottom: auto;
  padding: 0;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select dl dd.layui-this {
  background: var(--color);
  color: #fff;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select .layui-input {
  height: 0.52rem;
  border: 1px solid #ddd;
  color: #666;
  padding: 0 0.2rem;
  border-radius: 0.06rem;
}
@media (max-width: 991px) {
  .public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select .layui-input {
    line-height: 0.76rem;
    height: 0.76rem;
  }
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select .layui-edge {
  right: 0.24rem;
  background: url(../images/b2.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.public-windows99.shenqingggangwei .box10 .box2.box12 {
  width: 100%;
}
.public-windows99.shenqingggangwei .box10 .cn13 {
  margin-left: 0.12rem;
  font-size: 12px;
  color: #c7c5c5;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .cn13 {
    display: none;
  }
}
.public-windows99.shenqingggangwei .box10 .box11 {
  width: 100%;
}
.public-windows99.shenqingggangwei .box10 .box11 .p1 {
  color: #000;
  margin-bottom: 0.08rem;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_con {
  padding: 0.46rem 0.3rem;
  border: 1px solid #ddd;
  border-radius: 0.06rem;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .g_p {
  margin-top: 0.2rem;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .g_p .p2 {
  color: #999;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp {
  position: relative;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp:hover .cn4 {
  background: var(--color);
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp:hover .cn4 p {
  color: #fff;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp:hover .cn4 i {
  color: #fff;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp:hover .cn4 i path {
  stroke: #fff;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  min-width: 2rem;
  padding: 0 0.3rem;
  margin-top: 0.15rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #f8f8f8;
  position: relative;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b p {
  color: #999;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_del {
  cursor: pointer;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
  position: absolute;
  flex-shrink: 0;
  display: none;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #007f41;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i svg,
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i img {
  width: 30%;
  height: auto;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i svg path,
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i img path {
  fill: #c5e2d4;
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 {
  padding: 0 0.23rem;
  min-width: 1rem;
  height: 0.4rem;
  color: var(--color);
  border: 1px solid var(--color);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .box11 .cn4 {
    height: 0.7rem;
    padding: 0 0.4rem;
    white-space: nowrap;
  }
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 i {
  transition: all 0.4s;
  margin-left: 0.08rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .public-windows99.shenqingggangwei .box10 .box11 .cn4 i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .box11 .cn4 i {
    width: 0.26rem;
  }
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 i svg,
.public-windows99.shenqingggangwei .box10 .box11 .cn4 i img {
  width: 100%;
  height: auto;
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 p {
  transition: all 0.4s;
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 input {
  pointer-events: none;
}
.public-windows99.shenqingggangwei .box10 .box11 .box12 {
  width: 100%;
  border-radius: 6px;
  position: relative;
  padding: 0.28rem 0.2rem 0.24rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .public-windows99.shenqingggangwei .box10 .box11 .box12 {
    height: auto;
  }
}
.public-windows99 .g_pop {
  width: 9.6rem;
  border-radius: 0.12rem;
  background-color: #Fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0.68rem rgba(0, 0, 0, 0.18);
  padding: 0.6rem 1rem 0.8rem;
  overflow: auto;
  max-height: 94vh;
}
@media (max-width: 1580px) {
  .public-windows99 .g_pop {
    width: 11rem;
  }
}
@media (max-width: 991px) {
  .public-windows99 .g_pop {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .public-windows99 .g_pop {
    width: 90%;
  }
}
.public-windows99 .g_pop .cnclose {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-windows99 .g_pop .cnclose {
    right: 0.36rem;
    top: 0.36rem;
    width: 22px;
    height: 22px;
  }
}
.public-windows99 .g_pop .cnclose span {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #999999;
  transform: translate(-50%, -50%);
}
.public-windows99 .g_pop .cnclose span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.public-windows99 .g_pop .cnclose span:nth-child(2) {
  width: 2px;
  height: 100%;
}
@media (max-width: 767px) {
  .public-windows99 .g_pop .cnclose span {
    background-color: #021e4a;
  }
}
.public-windows99 .g_pop .cnclose:hover span {
  background-color: var(--color);
}
.public-windows99 .box {
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media (max-width: 991px) {
  .public-windows99 .box {
    padding: 0.5rem 0.3rem;
  }
}
.public-windows99 .box .cn1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.32rem;
}
.public-windows99 .box .cn1 .cn2 {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.06rem;
  background-color: #e5f4fb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.2rem;
}
.public-windows99 .box .cn1 .cn2 img {
  width: 0.19rem;
}
.public-windows99 .box .cn1 .cn3 {
  font-weight: bold;
  color: #333333;
  line-height: 1.1;
}
.public-windows99 .box .cn1 .cn3a {
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 0.16rem;
  color: #666;
}
.public-windows99 .box .cn1 .cn3a em {
  margin-left: 5px;
  font-style: normal;
  /* color: @color1; */
  /* text-decoration: underline; */
}
.public-windows99 .box .g_box2 {
  margin-top: 0.3rem;
  width: 100%;
}
.public-windows99 .box .g_box2 .g_box2_con {
  border: 1px solid #ddd;
  border-radius: 0.06rem;
  padding: 0.2rem;
}
.public-windows99 .box .g_box2 .g_box2_con textarea {
  width: 100%;
  height: 1.12rem;
  color: #666;
}
@media (max-width: 767px) {
  .public-windows99 .box .g_box2 .g_box2_con textarea {
    height: 0.8rem;
  }
}
.public-windows99 .box .g_box2 .g_box2_con textarea::-webkit-input-placeholder {
  color: #999;
}
.public-windows99 .box .g_box2 .p1 {
  margin-top: 0.1rem;
  color: #000;
}
.public-windows99 .box .g_box2 .p2 {
  color: #999;
  margin: 3px 0 0.16rem;
}
.public-windows99 .box .box2 {
  width: 100%;
}
.public-windows99 .box .box2 .cn4 {
  color: #222222;
  line-height: 0.5rem;
}
@media (max-width: 991px) {
  .public-windows99 .box .box2 .cn4 {
    line-height: 0.6rem;
  }
}
.public-windows99 .box .box2 .cn4 .cn5 {
  color: #ff0000;
  margin-right: 5px;
}
.public-windows99 .box .box2 .cn6 {
  width: 100%;
}
.public-windows99 .box .box2 .cn6.on input,
.public-windows99 .box .box2 .cn6.on textarea {
  border: 1px solid var(--color);
}
.public-windows99 .box .box2 .cn6.on input::placeholder,
.public-windows99 .box .box2 .cn6.on textarea::placeholder {
  color: var(--color);
}
.public-windows99 .box .box2 .cn6 input {
  padding: 0 0.18rem;
  width: 100%;
  line-height: 0.52rem;
  height: 0.52rem;
  border-radius: 0.06rem;
  border: 1px solid #ddd;
  color: #999999;
}
@media (max-width: 991px) {
  .public-windows99 .box .box2 .cn6 input {
    line-height: 0.76rem;
    height: 0.76rem;
  }
}
.public-windows99 .box .box2 .cn6 input::placeholder {
  color: #b6b6b6;
}
.public-windows99 .box .box2 .cn6 textarea {
  padding: 0 0.2rem;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  height: 1.3rem;
  background-color: #fafafa;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  color: #999;
}
@media (max-width: 991px) {
  .public-windows99 .box .box2 .cn6 textarea {
    line-height: 0.76rem;
    height: 0.76rem;
  }
}
.public-windows99 .box .box2 .cn6 textarea::placeholder {
  color: #999;
}
