.social-responsibility-page1 .page-main .text-box .btn-container {
  column-gap: 20px;
}

.btn-container .center-btn {
  justify-content: center;
  text-align: center;
}

.edit-social-responsibility-page1 {
  padding: 1.78rem 0 1.37rem;
}

.edit-social-responsibility-page1 .page-main .text-box .placeholder-text {
  font-weight: 500;
  font-size: var(--font30);
  color: #ffffff;
  margin-top: max(0.48rem, 20px);
  text-align: center;
}

.edit-social-responsibility-page2 {
  padding-top: 3.77rem;
  padding-bottom: 3.78rem;
}

.edit-social-responsibility-page2 .page-main .text-box {
  max-width: 550px;
  width: 55.35714286%;
}

.edit-social-responsibility-page2 .page-main .text-box .title {
  line-height: 1.37037037;
  overflow-wrap: break-word;
}

.edit-social-responsibility-page2 .page-main .text-box .text-body {
  line-height: 2;
  margin-top: 20px;
}

.edit-social-responsibility-page3 .page-main .page-down .social-responsibility-swiper3 .swiper-slide .item-box .public-img img {
  opacity: 1;
}

.add-section1 {
  width: 100%;
  background-color: #fff;
}

.add-section1 .section-panel1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.add-section1 .section-panel1 .section-title {
  font-weight: 500;
  font-size: var(--font54);
  color: #dbdbdb;
  line-height: 1.37037037;
  overflow-wrap: break-word;
  text-align: center;
}

.add-section1 .section-panel1 .section-title .text-item {
  position: relative;
}

.add-section1 .section-panel1 .section-title .text-item span {
  display: block;
}

.add-section1 .section-panel1 .section-title .text-item .source-text {
  color: #000000;
}

.add-section1 .section-panel1 .section-title .text-item .clone-text {
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  clip-path: inset(0 100% 0 0);
}

.add-section1 .section-panel2 {
  /* padding-top: 0.95rem; */
  padding-top: 0.75rem;
  z-index: 2;
  background-color: #fff;
}

.add-section1 .section-panel2 .title-area {
  overflow-wrap: break-word;
}

.add-section1 .section-panel2 .title-area .title {
  font-weight: 500;
  font-size: var(--font54);
  color: #000000;
  line-height: 1.37037037;
  text-align: center;
}

.add-section1 .section-panel2 .title-area .desc {
  font-weight: 500;
  font-size: var(--font25);
  color: #000000;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}

.add-section1 .section-panel2 .pic-main {
  position: relative;
  margin-top: max(0.42rem, 20px);
}

.add-section1 .section-panel2 .pic-main .pic {
  width: 100%;
  height: 72vh;
}

.add-section1 .section-panel2 .pic-main .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.add-section1 .section-panel2 .pic-main .pic .pc-img {
  display: block;
}

.add-section1 .section-panel2 .pic-main .pic .phone-img {
  display: none;
}

.add-section1 .section-panel2 .pic-main .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.add-section1 .section-panel2 .pic-main .text .text-main {
  max-width: 835px;
  width: 59.64285714%;
  overflow-wrap: break-word;
}

.add-section1 .section-panel2 .pic-main .text .text-title {
  font-weight: 500;
  font-size: var(--font54);
  color: #ffffff;
  line-height: 1.37037037;
}

.add-section1 .section-panel2 .pic-main .text .text-sub-title {
  font-weight: 500;
  font-size: var(--font30);
  color: #ffffff;
  margin-top: max(0.24rem, 10px);
}

.add-section1 .section-panel2 .pic-main .text .text-desc {
  font-weight: 500;
  font-size: var(--font25);
  color: #ffffff;
  /* line-height: 2; */
  line-height: 1.5;
  margin-top: 20px;
}

.add-section1 .section-panel2 .pic-main .text .text-btn {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  cursor: pointer;
  min-width: 3rem;
  min-height: 0.8rem;
  background: #0073e6;
  border-radius: 40px;
  font-weight: 500;
  font-size: var(--font22);
  color: #ffffff;
  width: fit-content;
  padding: 10px max(0.4rem, 20px);
  margin-top: max(0.35rem, 20px);
}

.add-section2 {
  /* padding-top: max(1.1rem, 45px); */
  /* padding-bottom: max(1.64rem, 45px); */
  padding-top: max(0.8rem, 45px);
  padding-bottom: max(0.8rem, 45px);
}

.add-section2 .section-intro-area:not(:last-child) {
  margin-bottom: max(0.9rem, 45px);
}

.add-section2 .section-intro-area .intro-title {
  font-weight: 500;
  font-size: var(--font54);
  color: #000000;
  line-height: 1.37037037;
  overflow-wrap: break-word;
  text-align: center;
}

.add-section2 .section-intro-area .list {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.add-section2 .section-intro-area .list .item {
  flex: 1;
  min-width: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: max(0.3rem, 20px) max(0.2rem, 15px);
}

.add-section2 .section-intro-area .list .item .item-icon {
  height: max(0.56rem, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-section2 .section-intro-area .list .item .item-icon img {
  display: block;
  max-height: 100%;
  width: auto;
}

.add-section2 .section-intro-area .list .item .item-text {
  text-align: center;
  font-weight: 500;
  font-size: var(--font30);
  color: #000000;
  /* padding-top: max(0.6rem, 20px); */
  padding-top: 20px;
}

.add-section2 .section-intro-main {
  display: flex;
  align-items: flex-start;
  margin-top: max(1.54rem, 45px);
}

.add-section2 .section-intro-main .pic {
  width: 49.28571429%;
  flex-shrink: 0;
}

.add-section2 .section-intro-main .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.add-section2 .section-intro-main .text {
  width: 44.28571429%;
  flex-shrink: 0;
  margin-left: auto;
  align-self: center;
}

.add-section2 .section-intro-main .text .text-title {
  font-weight: 500;
  font-size: var(--font54);
  color: #000000;
  line-height: 1.37037037;
  overflow-wrap: break-word;
}

.add-section2 .section-intro-main .text .text-desc {
  font-weight: 500;
  font-size: var(--font25);
  color: #000000;
  line-height: 1.7;
  overflow-wrap: break-word;
  margin-top: 4px;
  width: 92%;
}

.add-page-banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.add-page-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 0.85rem);
  object-fit: cover;
}

.add-page-banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  overflow-wrap: break-word;
}

.add-page-banner .text .text-title {
  font-weight: 500;
  font-size: var(--font54);
  color: #ffffff;
  line-height: 1.37037037;
}

.add-page-banner .text .text-sub-title {
  font-weight: 500;
  font-size: var(--font30);
  color: #ffffff;
  line-height: 1.53333333;
  margin-top: 5px;
}

.add-page-banner .text .text-desc {
  font-weight: 500;
  font-size: var(--font25);
  color: #ffffff;
  line-height: 1.84;
  margin-top: max(0.255rem, 20px);
}

.add-page-title {
  font-weight: 500;
  font-size: var(--font54);
  color: #000000;
  line-height: 1;
  text-align: center;
}

.add-page-power {
  padding-top: max(1.21rem, 45px);
  padding-bottom: max(0.5rem, 35px);
}

.add-page-power .power-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 20px;
  margin-top: max(0.4rem, 30px);
}

.add-page-power .power-list .power-item {
  background: #f7f8fb;
  border-radius: 20px;
  overflow: hidden;
}

.add-page-power .power-list .power-item:hover .pic img {
  transform: scale(1.05);
}

.add-page-power .power-list .power-item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.add-page-power .power-list .power-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 82.01754386%;
}

.add-page-power .power-list .power-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.45s ease;
}

.add-page-power .power-list .power-item .item-text {
  padding-top: max(0.34rem, 20px);
  padding-left: max(0.61rem, 15px);
  padding-right: max(0.61rem, 15px);
  padding-bottom: 23px;
}

.add-page-power .power-list .power-item .item-text .text-title {
  font-weight: 500;
  font-size: var(--font30);
  color: #000000;
  line-height: 1.66666667;
  overflow-wrap: break-word;
  text-align: center;
}

.add-page-power .power-list .power-item .item-text .text-desc {
  font-weight: 500;
  font-size: var(--font25);
  color: #000000;
  line-height: 1.44;
  text-align: center;
  overflow-wrap: break-word;
  margin-top: 14px;
}

.add-page-support {
  padding-top: max(0.5rem, 35px);
}

.add-page-support .support-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: max(0.4rem, 30px);
}

.add-page-support .support-list .support-item {
  overflow: hidden;
  background: #f7f8fb;
  border-radius: 20px;
}

.add-page-support .support-list .support-item:hover .item-pic img {
  transform: scale(1.05);
}

.add-page-support .support-list .support-item .item-pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.add-page-support .support-list .support-item .item-pic::after {
  content: "";
  display: block;
  padding-bottom: 57.97101449%;
}

.add-page-support .support-list .support-item .item-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.45s ease;
}

.add-page-support .support-list .support-item .item-text {
  padding-top: max(0.42rem, 20px);
  padding-bottom: max(0.52rem, 20px);
  padding-left: 20px;
  padding-right: 20px;
  overflow-wrap: break-word;
  text-align: center;
}

.add-page-support .support-list .support-item .item-text .text-title {
  font-weight: normal;
  font-size: var(--font30);
  color: #000000;
  line-height: 1.66666667;
}

.add-page-support .support-list .support-item .item-text .text-desc {
  font-weight: 500;
  font-size: var(--font25);
  color: #000000;
  line-height: 1.84;
  margin-top: 10px;
}

.add-page-form {
  padding-top: max(1rem, 45px);
  padding-bottom: max(1.15rem, 45px);
}

.add-page-form .form-area {
  margin-top: max(0.46rem, 30px);
  border-radius: 20px;
  background: #f7f8fb;
  padding-top: max(0.6rem, 30px);
  padding-left: max(0.28rem, 20px);
  padding-right: max(0.28rem, 20px);
  padding-bottom: max(0.5rem, 30px);
  --unit: max(0.8rem, 45px);
}

.add-page-form .form-area .input-line {
  display: flex;
  justify-content: space-between;
}

.add-page-form .form-area .input-line .select-item {
  position: relative;
  z-index: 2;
}

.add-page-form .form-area .input-line .input-item {
  width: 32.73809524%;
  flex-shrink: 0;
  margin-bottom: 13px;
}

.add-page-form .form-area .input-line .input-item:focus-within input {
  border-color: #0073e6;
}

.add-page-form .form-area .input-line .input-item.full-item {
  width: 100%;
}

.add-page-form .form-area .input-line .input-item input {
  display: block;
  width: 100%;
  height: var(--unit);
  background: #ffffff;
  border-radius: 10px;
  outline: none;
  font-weight: 500;
  font-size: var(--font25);
  color: #000000;
  padding-left: max(0.31rem, 15px);
  padding-right: 15px;
  border: 1px solid transparent;
  transition: 0.45s ease;
}

.add-page-form .form-area .input-line .input-item input::placeholder {
  color: #86868c;
}

.add-page-form .form-area .input-line .input-item .layui-form-select .layui-edge {
  width: auto;
  height: auto;
  background-image: none;
  background-size: initial;
  border: 7px solid transparent;
  border-top: 7px solid #86868c;
  right: max(0.31rem, 20px);
  top: 50%;
  margin-top: -3.5px;
  transform-origin: center center;
}

.add-page-form .form-area .input-line .input-item .layui-form-select.layui-form-selected .layui-edge {
  margin-top: -10.5px;
}

.add-page-form .form-area .input-line .input-item .layui-form-select dl {
  top: 100%;
  margin-top: 0;
}

.add-page-form .form-area .text-area {
  padding-top: 28px;
  padding-left: max(0.31rem, 15px);
  padding-right: max(0.31rem, 15px);
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 10px;
}

.add-page-form .form-area .text-area .left {
  flex-shrink: 0;
}

.add-page-form .form-area .text-area .left .left-text {
  white-space: nowrap;
  font-weight: 500;
  font-size: var(--font25);
  color: #86868c;
  line-height: 1;
  padding-top: 0.1em;
}

.add-page-form .form-area .text-area .right {
  flex: 1;
  min-width: 0;
  margin-left: 30px;
}

.add-page-form .form-area .text-area .right .check-line {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: max(0.48rem, 20px);
}

.add-page-form .form-area .text-area .right .check-line .layui-form-checkbox[lay-skin="primary"] i {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #86868c;
}

.add-page-form .form-area .text-area .right .check-line .layui-form-checkbox[lay-skin="primary"] {
  padding-left: 34px;
}

.add-page-form .form-area .text-area .right .check-line .layui-form-checkbox i {
  top: 50%;
  transform: translateY(-50%);
}

.add-page-form .form-area .text-area .right .check-line .layui-form-checked[lay-skin="primary"] i {
  background-color: #0073e6;
  border-color: #0073e6 !important;
}

.add-page-form .form-area .text-area .right .check-line .layui-form-checkbox[lay-skin="primary"] span {
  font-weight: 500;
  font-size: var(--font22);
  color: #86868c;
  line-height: 1.5;
  padding-right: 0;
}

.add-page-form .form-area .text-area .right .text-box {
  display: flex;
  align-items: flex-start;
  margin-top: max(0.3rem, 20px);
  line-height: 1.5;
}

.add-page-form .form-area .text-area .right .text-box textarea {
  display: block;
  resize: none;
  flex: 1;
  min-width: 0;
  height: 145px;
  font-size: var(--font22);
  color: #000000;
  line-height: 1.5;
  font-weight: 500;
  padding: 10px 15px;
  border: 1px solid transparent;
  transition: 0.45s ease;
  border-radius: 10px;
}

.add-page-form .form-area .text-area .right .text-box textarea::placeholder {
  color: #86868c;
}

.add-page-form .form-area .text-area .right .text-box textarea:focus {
  border-color: #0073e6;
}

.add-page-form .form-area .submit-btn {
  min-width: 2rem;
  min-height: 0.8rem;
  background: #0073e6;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 50px;
  font-weight: 500;
  font-size: var(--font22);
  color: #ffffff;
  margin-top: 36px;
}

.add-page-form .form-placeholder-text {
  font-weight: 500;
  font-size: var(--font16);
  color: #86868c;
  line-height: 1.875;
  text-align: center;
  overflow-wrap: break-word;
  margin-top: max(0.27rem, 20px);
}

@media (max-width: 768px) {
  .add-page-power .power-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .add-page-form .form-area .input-line {
    flex-wrap: wrap;
  }

  .add-page-form .form-area .input-line .input-item {
    width: 100%;
  }

  .add-page-form .form-area .text-area {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .add-page-form .form-area .text-area .left {
    width: 100%;
  }

  .add-page-form .form-area .text-area .right {
    margin-left: 0;
    flex: none;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .add-page-banner .pic img {
    max-height: none;
    min-height: 50vh;
  }

  .add-page-banner .text .text-title {
    font-size: 24px;
  }

  .add-page-banner .text .text-sub-title {
    font-size: 18px;
  }

  .add-page-banner .text .text-desc {
    font-size: 16px;
  }

  .add-page-title {
    font-size: 24px;
  }

  .add-page-power .power-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .add-page-power .power-list .power-item .item-text .text-title {
    font-size: 20px;
  }

  .add-page-power .power-list .power-item .item-text .text-desc {
    font-size: 14px;
  }

  .add-page-support .support-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .add-page-support .support-list .support-item .item-text .text-title {
    font-size: 20px;
  }

  .add-page-support .support-list .support-item .item-text .text-desc {
    font-size: 14px;
  }

  .add-page-form .form-area .text-area .right .check-line .layui-form-checkbox[lay-skin="primary"] span {
    font-size: 14px;
  }
}

@media (max-width: 1350px) {
  .edit-social-responsibility-page1 .page-main .text-box .btn-container {
    margin-top: 0.5rem;
  }

  .edit-social-responsibility-page1 {
    padding: 1.2rem 0 1.2rem;
  }
}

@media (max-width: 992px) {
  .add-section1 {
    height: auto;
  }

  .add-section1 .section-panel1 {
    height: auto;
  }

  .add-section1 .section-panel1 .section-title .text-item .clone-text {
    clip-path: initial;
  }

  .add-section1 .section-panel2 {
    position: static;
    height: auto;
  }

  .add-section1 .section-panel2 .pic-main .pic {
    height: 92vh;
  }

  .add-section1 .section-panel2 .pic-main .text .text-main {
    width: 72%;
  }
}

@media (max-width: 768px) {
  .add-section1 .section-panel2 .pic-main {
    display: grid;
  }

  .add-section1 .section-panel2 .pic-main .pic {
    height: 65vh;
  }

  .add-section1 .section-panel2 .pic-main .text .text-main {
    width: 100%;
  }

  .add-section2 .section-intro-main {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .add-section2 .section-intro-main .pic {
    width: 100%;
  }

  .add-section2 .section-intro-main .text {
    width: 100%;
  }

  .add-section2 .section-intro-main .text .text-desc {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .add-section1 .section-panel2 .pic-main .pic .pc-img {
    display: none;
  }

  .add-section1 .section-panel2 .pic-main .pic .phone-img {
    display: block;
  }
}

@media (max-width: 576px) {
  .edit-social-responsibility-page2 .page-main .text-box {
    max-width: none;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .edit-social-responsibility-page2 .page-main .text-box .title {
    font-size: 24px;
  }

  .edit-social-responsibility-page2 .page-main .text-box .text-body {
    font-size: 16px;
  }

  .social-responsibility-page4 .page-main .page-up .text-box .text-body {
    font-size: 16px;
  }

  .add-section1 .section-panel1 .section-title {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .add-section1 .section-panel2 .title-area {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .add-section1 .section-panel2 .title-area .title {
    font-size: 20px;
  }

  .add-section1 .section-panel2 .title-area .desc {
    font-size: 16px;
  }

  .add-section1 .section-panel2 .pic-main .text .text-title {
    font-size: 22px;
  }

  .add-section1 .section-panel2 .pic-main .text .text-sub-title {
    font-size: 16px;
  }

  .add-section1 .section-panel2 .pic-main .text .text-desc {
    font-size: 14px;
  }

  .add-section1 .section-panel2 .pic-main .text {
    transform: translateX(-50%);
    top: auto;
    bottom: 5%;
  }

  .add-section1 .section-panel2 .pic-main .text .text-btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .add-section2 .section-intro-area .intro-title {
    font-size: 24px;
  }

  .add-section2 .section-intro-area .list {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 0;
    justify-content: space-between;
  }

  .add-section2 .section-intro-area .list .item {
    width: 47.5%;
    flex-shrink: 0;
    flex: none;
  }

  .add-section2 .section-intro-area .list .item .item-text {
    font-size: 18px;
  }

  .add-section2 .section-intro-main .text .text-title {
    font-size: 24px;
  }

  .add-section2 .section-intro-main .text .text-desc {
    font-size: 16px;
  }
}

.edit-social-responsibility-page3,
.edit-social-responsibility-page4 {
  padding: max(0.8rem, 35px) 0;
}
