.banner {
  position: relative;
  margin-top: 4.32292vw;
}

.banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 28.28125vw;
}

.banner .text {
  position: absolute;
  left: 0;
  top: 8.33333vw;
  width: 100%;
  text-align: center;
  color: #fff;
}

.banner .text .t {
  font-weight: 600;
  line-height: 1;
}

.banner .text .p1 {
  margin: 2.91667vw 0 0.41667vw;
  font-weight: 500;
  line-height: 1.4;
}

.banner .text .p2 {
  line-height: 1.625;
  opacity: .7;
}

.container {
  padding-bottom: 7.60417vw;
  position: relative;
  z-index: 10;
}

.container .sec1 {
  width: 46.875vw;
  margin: -6.19792vw auto 4.16667vw;
  border-radius: 0.83333vw;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-96, #F1F5F9);
  background: var(--color-white-solid, #FFF);
  box-shadow: 0 20px 25px -5px rgba(28, 57, 142, 0.05), 0 8px 10px -6px rgba(28, 57, 142, 0.05);
}

.container .sec1 .tabs {
  display: flex;
  padding: 0 5.72917vw;
  justify-content: space-between;
  border-bottom: var(--stroke-weight-1, 1px) solid var(--color-grey-96, #F1F5F9);
}

.container .sec1 .tabs span {
  display: block;
  padding: 1.30208vw 0;
  color: #99A1AF;
  font-weight: 700;
  cursor: pointer;
  transition: all 600ms;
  position: relative;
}

.container .sec1 .tabs span::after {
  content: '';
  display: block;
  height: 0.20833vw;
  background: #1C398E;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 600ms;
  width: 0;
}

.container .sec1 .tabs span.on {
  color: #1C398E;
}

.container .sec1 .tabs span.on::after {
  width: 14.34896vw;
}

.container .sec1 .content {
  padding: 1.66667vw;
}

.container .sec1 .content .scroll_box {
  max-height: 15.625vw;
  overflow-y: scroll;
  padding-right: 2.08333vw;
}

.container .sec1 .content .scroll_box::-webkit-scrollbar {
  width: 0.20833vw;
}

.container .sec1 .content .scroll_box::-webkit-scrollbar-thumb {
  background: #AAA;
}

.container .sec1 .content .scroll_box .item {
  border-top: 1px solid var(--color-grey-96, #F1F5F9);
}

.container .sec1 .content .scroll_box .item .d1 {
  padding: 1.25vw 1.04167vw 1.25vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.container .sec1 .content .scroll_box .item .d1 p {
  color: #1E2939;
  font-weight: 700;
  line-height: 1.56;
}

.container .sec1 .content .scroll_box .item .d1 .icon {
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
}

.container .sec1 .content .scroll_box .item .d1 .icon svg {
  display: block;
  width: 0.52083vw;
  height: auto;
  transition: all 600ms;
}

.container .sec1 .content .scroll_box .item .d2 {
  display: none;
}

.container .sec1 .content .scroll_box .item .d2 .nr {
  display: flex;
  gap: 0.41667vw;
  margin-bottom: 1.14583vw;
}

.container .sec1 .content .scroll_box .item .d2 .nr .p1 {
  color: #155DFC;
  line-height: 1.66;
  font-weight: 700;
}

.container .sec1 .content .scroll_box .item .d2 .nr .des {
  flex: 1;
  padding-right: 1.30208vw;
  color: #4A5565;
  line-height: 1.625;
}

.container .sec1 .content .scroll_box .item.active .d1 p {
  color: #1C398E;
}

.container .sec1 .content .scroll_box .item.active .d1 .icon {
  background: #EFF6FF;
}

.container .sec1 .content .scroll_box .item.active .d1 .icon svg {
  transform: rotate(-180deg);
}

.container .sec1 .content .scroll_box .item.active .d1 .icon svg path {
  stroke: #1C398E;
}

.container .sec2 {
  width: 63.80208vw;
  border-radius: 1.25vw;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-93, #DBEAFE);
  background: var(--color-white-solid, #FFF);
  box-shadow: 0 25px 50px -12px rgba(28, 57, 142, 0.05);
  margin: 0 auto;
  padding: 2.55208vw 2.55208vw 4.21875vw;
  position: relative;
  overflow: hidden;
}

.container .sec2::after {
  content: '';
  display: block;
  position: absolute;
  width: 13.33333vw;
  height: 13.33333vw;
  border-radius: 50%;
  opacity: var(--opacity-50, 0.5);
  background: var(--color-grey-97, #EFF6FF);
  right: 0;
  bottom: 0;
  transform: translate(100%, 100%);
  z-index: -1;
  transition: all 600ms;
}

.container .sec2 .online {
  display: flex;
  width: 6.51042vw;
  justify-content: center;
  align-items: center;
  gap: 0.41667vw;
  height: 1.45833vw;
  border-radius: 33554400px;
  background: var(--color-grey-96, #F1F5F9);
  margin-left: auto;
}

.container .sec2 .online span {
  width: 0.41667vw;
  height: 0.41667vw;
  border-radius: 50%;
  background: #00BC7D;
  transition: all 600ms;
}

.container .sec2 .online p {
  color: #0D9900;
  line-height: 1.43;
  transition: all 600ms;
}

.container .sec2 .offline {
  display: flex;
  width: 6.51042vw;
  justify-content: center;
  align-items: center;
  gap: 0.41667vw;
  height: 1.45833vw;
  border-radius: 33554400px;
  background: var(--color-grey-96, #F1F5F9);
  margin-left: auto;
}

.container .sec2 .offline span {
  width: 0.41667vw;
  height: 0.41667vw;
  border-radius: 50%;
  background: #FAA507;
  transition: all 600ms;
}

.container .sec2 .offline p {
  color: #FAA507;
  line-height: 1.43;
  transition: all 600ms;
}

.container .sec2 .text {
  margin-top: 0.20833vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.container .sec2 .text .lt .p1 {
  font-weight: 600;
  line-height: 1.2;
  color: #1C398E;
}

.container .sec2 .text .lt .des {
  margin-top: 0.83333vw;
  color: #4A5565;
  line-height: 1.5;
}

.container .sec2 .text a {
  display: flex;
  align-items: center;
  width: 14.42708vw;
  height: 2.91667vw;
  justify-content: center;
  gap: 0.57292vw;
  color: #033491;
  font-weight: 700;
  border-radius: 0.625vw;
  background: var(--color-azure-3310, rgba(30, 58, 138, 0.1));
  transition: all 600ms;
}

.container .sec2 .text a img {
  display: block;
  transition: all 600ms;
  width: 1.25vw;
}

.container .sec2:hover::after {
  transform: translate(30%, 30%);
}

.container .sec2:hover .text a {
  background: #1C398E;
  color: #fff;
}

.container .sec2:hover .text a img {
  filter: brightness(0) invert(1);
}

.dialog_form {
  position: fixed;
  inset: 0;
  background: rgba(27, 28, 29, 0.47);
  backdrop-filter: blur(5px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.dialog_form.show {
  display: flex;
}

.dialog_form .content {
  width: 36.14583vw;
  border-radius: 0.83333vw;
  background: var(--color-white-02, rgba(255, 255, 255, 0));
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 2.08333vw;
}

.dialog_form .content .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25vw 1.77083vw;
}

.dialog_form .content .form .item {
  width: 100%;
}

.dialog_form .content .form .item p {
  color: #364153;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 0.41667vw;
}

.dialog_form .content .form .item input,
.dialog_form .content .form .item textarea {
  width: 100%;
  border-radius: 8px;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-91, #E2E8F0);
  background: var(--color-grey-98, #F8FAFC);
  height: 2.60417vw;
  padding: 0 0.88542vw;
  color: #000;
  font-size: 0.83333vw;
}

.dialog_form .content .form .item input::placeholder,
.dialog_form .content .form .item textarea::placeholder {
  color: rgba(15, 23, 43, 0.5);
}

.dialog_form .content .form .item textarea {
  padding: 0.67708vw 0.88542vw;
  height: 6.35417vw;
  resize: none;
}

.dialog_form .content .form .item.full {
  grid-column: 2 span;
}

.dialog_form .content .btns {
  margin: 1.5625vw 0 1.25vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.08333vw;
}

.dialog_form .content .btns div {
  width: 100%;
  display: block;
  padding: 0.98958vw 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.41667vw;
  cursor: pointer;
  color: #033491;
  box-shadow: 0 10px 15px -3px rgba(0, 51, 102, 0.2), 0 4px 6px -4px rgba(0, 51, 102, 0.2);
}

.dialog_form .content .btns .submit {
  background: #033491;
  color: #fff;
}

.dialog_form .content .tip {
  text-align: center;
  color: #90A1B9;
  line-height: 1.33;
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }
  .banner img {
    height: 200px;
  }
  .banner .text {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%;
  }
  .banner .text .t {
    font-size: 24px;
    line-height: 1.5;
  }
  .banner .text .p1 {
    font-size: 16px;
    margin: 20px 0 4px;
  }
  .banner .text .p2 {
    font-size: 14px;
  }
  .container {
    padding-bottom: 40px;
  }
  .container .sec1 {
    width: 90%;
    margin: -20px auto 40px;
    border-radius: 16px;
  }
  .container .sec1 .tabs {
    padding: 0;
    flex-wrap: wrap;
  }
  .container .sec1 .tabs span {
    padding: 10px 0;
    font-size: 16px;
    display: block;
    width: 50%;
    text-align: center;
  }
  .container .sec1 .tabs span::after {
    height: 2px;
  }
  .container .sec1 .tabs span.on::after {
    width: 100%;
  }
  .container .sec1 .content {
    padding: 16px;
  }
  .container .sec1 .content .scroll_box {
    max-height: 230px;
    padding-right: 0;
  }
  .container .sec1 .content .scroll_box .item .d1 {
    padding: 15px 0;
    gap: 10px;
  }
  .container .sec1 .content .scroll_box .item .d1 p {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
  .container .sec1 .content .scroll_box .item .d1 .icon {
    width: 20px;
    height: 20px;
  }
  .container .sec1 .content .scroll_box .item .d1 .icon svg {
    width: 8px;
  }
  .container .sec1 .content .scroll_box .item .d2 .nr {
    gap: 10px;
    margin-bottom: 15px;
  }
  .container .sec1 .content .scroll_box .item .d2 .nr .p1 {
    font-size: 14px;
  }
  .container .sec1 .content .scroll_box .item .d2 .nr .des {
    padding-right: 10px;
    font-size: 14px;
  }
  .container .sec2 {
    width: 90%;
    border-radius: 16px;
    padding: 20px 20px 40px;
  }
  .container .sec2::after {
    width: 150px;
    height: 150px;
  }
  .container .sec2 .online {
    width: 120px;
    height: 28px;
    gap: 8px;
  }
  .container .sec2 .online span {
    width: 6px;
    height: 6px;
  }
  .container .sec2 .online p {
    font-size: 14px;
  }
  .container .sec2 .text {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 10px;
  }
  .container .sec2 .text .lt .p1 {
    font-size: 20px;
  }
  .container .sec2 .text .lt .des {
    margin-top: 10px;
    font-size: 14px;
  }
  .container .sec2 .text a {
    width: 100%;
    height: 50px;
    font-size: 16px;
    border-radius: 12px;
  }
  .container .sec2 .text a img {
    width: 20px;
  }
  .dialog_form .content {
    width: 90%;
    padding: 20px;
    border-radius: 12px;
  }
  .dialog_form .content .form {
    gap: 20px;
  }
  .dialog_form .content .form .item input,
  .dialog_form .content .form .item textarea {
    height: 45px;
    font-size: 14px;
    padding: 0 10px;
  }
  .dialog_form .content .form .item textarea {
    height: 100px;
    padding: 10px;
  }
  .dialog_form .content .form .item p {
    margin-bottom: 8px;
  }
  .dialog_form .content .btns {
    margin: 20px 0 15px;
    gap: 15px;
  }
  .dialog_form .content .btns div {
    padding: 12px 0;
    border-radius: 8px;
  }
  .dialog_form .content .tip {
    font-size: 12px;
  }
}
