.part-one {
  width: 100vw;
  height: 13.125rem;
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden;
}
.part-one video {
  position: absolute;
  width: 100%;
  min-height: 13.125rem;
  z-index: 1;
  top: 0;
}
.part-one .container {
  position: absolute;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part-one .container .peng {
  height: 1.5rem;
  width: 6.75rem;
  margin-bottom: 0.625rem;
}
.part-one .container .tip {
  font-weight: bold;
  font-size: 0.8125rem;
  color: #ffffff;
  margin-bottom: 0.8125rem;
}
.part-one .container .image-list {
  display: flex;
  align-items: center;
}
.part-one .container .image-list .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.875rem;
}
.part-one .container .image-list .image img {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 0.25rem;
}
.part-one .container .image-list .image span {
  font-size: 0.75rem;
  color: #ffffff;
}

.part-other {
  width: 100vw;
  height: 17rem;
   padding: 1.25rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #011124 0%, #000000 100%);
}
.part-other .container {
  /*position: absolute;*/
  /*z-index: 2;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part-other .container .peng {
  height: 1.5rem;
  width: 6.75rem;
  margin-bottom: 1rem;
}
.part-other .container .tip {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
  line-height: 1.5625rem;
}
.part-other .container .image-list {
  display: flex;
  align-items: center;
}
.part-other .container .image-list .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.875rem;
}
.part-other .container .image-list .image img {
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0.25rem;
}
.part-other .container .image-list .image span {
  font-size: 0.875rem;
  color: #ffffff;
}
.part-other .container .contact {
  margin-top: 1.5rem;
  width: 8.375rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0);
  border-radius: 1.25rem;
  border: 0.0625rem solid #ffffff;
  font-size: 0.875rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part-two {
  width: 100vw;
  background: #ffffff;
  padding: 1.875rem 0;
}
.part-two .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part-two .container .title {
  position: relative;
  width: 11.875rem;
  height: 1.75rem;
  margin-bottom: 1.125rem;
}
.part-two .container .title span {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
  position: absolute;
  z-index: 1;
}
.part-two .container .title .line {
  width: 3rem;
  height: 0.375rem;
  position: absolute;
  bottom: -0.5rem;
  background: linear-gradient(270deg, #38d4ff 0%, #1e80ff 100%);
  border-radius: 0.1875rem;
  left: 50%;
  transform: translateX(-50%);
}
.part-two .container .tip-one {
  font-size: 0.875rem;
  color: #333333;
  margin-bottom: 0.4375rem;
}
.part-two .container .tip-one:last-child {
  margin-bottom: 0;
}

.part-two .container .introduce {
  display: flex;
  flex-direction: column;
  width: 20.9375rem;
  height: 27.5625rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.625rem 0.0625rem rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 1.875rem;
}
.part-two .container .introduce .introduce-title {
  font-weight: bold;
  font-size: 1.125rem;
  color: #010913;
  margin-bottom: 0.875rem;
  padding-left: 1.5rem;
}
.part-two .container .introduce .top-image {
  width: 100%;
  margin-bottom: 24px;
}
.part-two .container .introduce .message-list {
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
}
.part-two .container .introduce .message-list .message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.625rem;
}
.part-two .container .introduce .message-list .message img {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
  margin-top: 0.125rem;
}
.part-two .container .introduce .message-list .message .right {
  display: flex;
  flex-direction: column;
}
.part-two .container .introduce .message-list .message .right .message-title {
  font-weight: bold;
  font-size: 1rem;
  color: #3169f8;
  margin-bottom: 0.375rem;
}

.part-two .container .introduce .message-list .message .right .message-tip {
  font-size: 0.875rem;
  color: #666566;
}
.part-two .container .center-image {
  margin-top: 1.875rem;
  width: 21rem;
  box-shadow: 0px 0px 0.625rem 0.0625rem rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
}

.part-three {
  width: 100vw;
  padding: 1.875rem 0;
  background: linear-gradient(135deg, #011124 0%, #000000 100%);
}
.part-three .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
.part-three .container .title {
  position: relative;
  width: 13.75rem;
  height: 1.75rem;
  margin-bottom: 1.125rem;
}
.part-three .container .title span {
  font-weight: bold;
  font-size: 1.25rem;
  color: #ffffff;
  position: absolute;
  z-index: 1;
}
.part-three .container .title .line {
  width: 13.75rem;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  background: #ff9a22;
}
.part-three .container .tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.part-three .container .tip span {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.5625rem;
}

.part-three .container .image-list {
  display: flex;
  flex-direction: column;
}

.part-three .container .image-list .list {
  display: flex;
  width: 20.9375rem;
  height: 10rem;
  background: #ccced0;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.part-three .container .image-list .list:last-child {
  margin-bottom: 0;
}
.part-three .container .image-list .list .left-image {
  height: 100%;
}
.part-three .container .image-list .list .right {
  display: flex;
  flex-direction: column;
  margin-left: 1.125rem;
  align-items: center;
  justify-content: center;
}
.part-three .container .image-list .list .right .list-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.6875rem;
}
.part-three .container .image-list .list .right .list-title img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.375rem;
}
.part-three .container .image-list .list .right .list-message {
  display: flex;
  flex-direction: column;
}
.part-three .container .image-list .list .right .list-message span {
  font-size: 0.875rem;
  color: #010913;
}
.part-four {
  width: 100vw;
  background-color: #000000;
  padding: 2.5rem 0;
}
.part-four .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.part-four .container .title {
  position: relative;
  width: 12.5rem;
  height: 1.75rem;
  margin-bottom: 1.125rem;
}
.part-four .container .title span {
  font-weight: bold;
  font-size: 1.25rem;
  color: #ffffff;
  position: absolute;
  z-index: 1;
}
.part-four .container .title .line {
  width: 12.5rem;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  background: #ff9a22;
}
.part-four .container .tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.part-four .container .tip span {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.5625rem;
}

.part-four .container .image-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-four .container .image-list .image {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.part-four .container .image-list .image:last-child {
  margin-bottom: 0;
}
.part-four .container .image-list .image .top-image {
  height: 14.875rem;
  width: 100%;
}
.part-four .container .image-list .image .center-message {
  background: #ffffff;
  padding: 1.625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
}
.part-four .container .image-list .image .center-message .message-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #010913;
  margin-bottom: 0.375rem;
}
.part-four .container .image-list .image .center-message .message-tip {
  font-weight: bold;
  font-size: 0.875rem;
  color: #010913;
  margin-bottom: 1rem;
}
.part-four .container .image-list .image .center-message .message-list {
  display: flex;
  flex-direction: column;
}
.part-four .container .image-list .image .center-message .message-list .one {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
.part-four
  .container
  .image-list
  .image
  .center-message
  .message-list
  .one:last-child {
  margin-bottom: 0;
}
.part-four
  .container
  .image-list
  .image
  .center-message
  .message-list
  .one
  img {
  height: 1rem;
  width: 1rem;
  margin-right: 0.375rem;
}
.part-four
  .container
  .image-list
  .image
  .center-message
  .message-list
  .one
  span {
  font-size: 0.875rem;
  color: #010913;
  white-space: nowrap;
}

.applicable-range.all {
  padding: 2.5rem 0 !important;
}

.applicable-range.all .container .title .line {
  width: 3rem;
  height: 0.375rem;
  background: linear-gradient(270deg, #38d4ff 0%, #1e80ff 100%);
  border-radius: 0.1875rem;
}
.applicable-range.all .container .tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.applicable-range.all .container .tip span {
  font-size: 0.875rem;
  color: #616161;
  line-height: 1.5625rem;
}

.part-six {
  width: 100vw;
  background: #ffffff;
  /*height: 36.8125rem;*/
  padding: 2.5rem 0;
}
.part-six .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /*padding-top: 2.5rem;*/
}
.part-six .container .title {
  position: relative;
  width: 15.625rem;
  height: 1.75rem;
  margin-bottom: 1.125rem;
}
.part-six .container .title span {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
  position: absolute;
  z-index: 1;
}
.part-six .container .title .line {
  width: 3rem;
  height: 0.375rem;
  background: linear-gradient(270deg, #38d4ff 0%, #1e80ff 100%);
  border-radius: 0.1875rem;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.part-six .container .tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.part-six .container .tip span {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.5625rem;
}

.part-six .container .image-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.part-six .container .image-list .list {
  display: flex;
  margin-bottom: 0.9375rem;
  width: 100%;
  justify-content: space-between;
}
.part-six .container .image-list .list:last-child {
  margin-bottom: 0;
}
.part-six .container .image-list .list .one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 12.375rem;
  background: #f8f9f9;
  border-radius: 0.375rem;
}

.part-six .container .image-list .list .one img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
}
.part-six .container .image-list .list .one .list-title {
  font-weight: bold;
  font-size: 0.875rem;
  color: #333333;
  margin-bottom: 0.625rem;
}
.part-six .container .image-list .list .one .list-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part-six .container .image-list .list .one .list-tip span {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5625rem;
}

.part-seven {
  width: 100vw;
  background: #f3f8fc;
  height: 48.5rem;
}
.part-seven .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 2.5rem;
}
.part-seven .container .title {
  position: relative;
  width: 9.0625rem;
  height: 1.75rem;
  margin-bottom: 1.125rem;
}
.part-seven .container .title span {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
  position: absolute;
  z-index: 1;
}
.part-seven .container .title .line {
  width: 3rem;
  height: 0.375rem;
  background: linear-gradient(270deg, #38d4ff 0%, #1e80ff 100%);
  border-radius: 0.1875rem;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.part-seven .container .tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.part-seven .container .tip span {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.5625rem;
}

.part-seven .container .image-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.part-seven .container .image-list .list {
  display: flex;
  margin-bottom: 0.9375rem;
  width: 100%;
  justify-content: space-between;
}
.part-seven .container .image-list .list:last-child {
  margin-bottom: 0;
}
.part-seven .container .image-list .list .one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1.25rem;
  width: 48%;
  height: 12.375rem;
  background: #ffffff;
  border-radius: 0.375rem;
}

.part-seven .container .image-list .list .one img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
}
.part-seven .container .image-list .list .one .list-title {
  font-weight: bold;
  font-size: 0.875rem;
  color: #333333;
  margin-bottom: 0.625rem;
}
.part-seven .container .image-list .list .one .list-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part-seven .container .image-list .list .one .list-tip span {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5625rem;
}

.part-eight {
  width: 100vw;
  height: 24.875rem;
  position: relative;
}
.part-eight img {
  height: 100%;
  width: 100%;
}
.part-eight button {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 6.25rem;
  height: 1.875rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid #ffffff;
  font-size: 0.8175rem;
  color: #ffffff;
}

.footer-line {
  width: 100vw;
  height: 12rem;
  background: #1a1a1a;
}
.footer-line .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-line .container img {
  width: 20.3125rem;
}
