.banner-section {
  height: 648px;
  margin-top: 90.8px;
  background: url(../img/service-partner/DM_20250612093638_006.PNG) no-repeat center center;
  background-size: cover;
}

.banner-section .title-area {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  gap: 10px;
}

.banner-section .title-area .title-s1 {
  font-size: 38px;
}

.banner-section .title-area .title-s2 {
  font-size: 15px;
}

.partner-type-section {
  padding: 100px 0;
  background-color: #f3f5fc;
}

.partner-type-section .main-title {
  width: 252px;
  margin: 0 auto;
  font-size: 42px;
  color: #000;
  position: relative;
}

.partner-type-section .main-title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #1966ff;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.partner-type-section .main-title::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #1966ff;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.partner-type-section .type-list .item {
  flex: 0 0 32.2%;
  padding: 80px 30px;
  margin-top: 50px;
  background: url(../img/service-partner/DM_20250612093638_007.PNG) #fff no-repeat;
  background-position: bottom;
}

.partner-type-section .type-list .item .img {
  width: 81px;
  object-fit: cover;
}

.partner-type-section .type-list .item .title {
  font-size: 30px;
  color: #000;
  margin-top: 40px;
}

.partner-type-section .type-list .item .desc {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.partner-type-section .type-list .item .btn {
  width: auto;
  padding: 7px 20px;
  color: #335efb;
  border-color: #335efb;
  font-size: 15px;
  letter-spacing: normal;
}

.partner-type-section .type-list .item:hover {
  background: url(../img/service-partner/DM_20250612093638_009.JPEG) no-repeat center center;
  background-size: cover;
  transform: translateY(-20px);
  animation: uping 0.5s ease-in-out;
}

.partner-type-section .type-list .item:hover .title,
.partner-type-section .type-list .item:hover .desc {
  color: #fff;
}

.partner-type-section .type-list .item:hover .btn {
  color: #fff;
  border-color: #fff;
}

.partner-type-section .type-list .item:hover .btn:hover {
  background-color: #fff;
  color: #335efb;
}

.partner-type-section .form-area {
  width: 100%;
  height: 600px;
  margin-top: 120px;
  background-color: #fff;
}

.partner-type-section .form-area .left {
  flex: 1;
  padding-left: 80px;
}

.partner-type-section .form-area .left .title {
  font-size: 26px;
  color: #000;
}

.partner-type-section .form-area .left .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #a0a0a0;
}

.partner-type-section .form-area .left .info-form {
  width: 90%;
  margin-top: 50px;
}

.partner-type-section .form-area .left .info-form .form-item {
  margin-top: 10px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.partner-type-section .form-area .left .info-form .form-item input[type='text'] {
  border: none;
  width: 100%;
  padding: 10px 0 10px 15px;
  line-height: 25px;
  font-size: 13px;
  color: #000;
}

.partner-type-section .form-area .left .info-form .form-item input[type='text']::placeholder {
  color: #a0a0a0;
  font-size: 13px;
}

.partner-type-section .form-area .left .info-form .form-item.required::before {
  content: '*';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #ff0000;
  margin-right: 5px;
}

.partner-type-section .form-area .left .info-form .form-item-type {
  margin-top: 25px;
  gap: 50px;
}

.partner-type-section .form-area .left .info-form .form-item-type input[type='radio'] {
  appearance: auto;
  width: 18px;
  height: 18px;
}

.partner-type-section .form-area .left .info-form .form-item-type input[type='radio'] + label {
  margin-left: 5px;
  cursor: pointer;
}

.partner-type-section .form-area .left .info-form .form-tools {
  margin-top: 40px;
}

.partner-type-section .form-area .left .info-form .form-tools .btn {
  width: 187px;
  height: 44px;
  background-color: #3651ca;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}

.partner-type-section .form-area .right {
  box-sizing: border-box;
  width: 520px;
  height: 100%;
  padding-left: 50px;
  padding-top: 100px;
  background: url(../img/service-partner/DM_20250612093638_009.JPEG) no-repeat center center;
  background-size: cover;
}

.partner-type-section .form-area .right .icon {
  width: 37px;
}

.partner-type-section .form-area .right .tel {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
}

.partner-type-section .form-area .right .qrcode-img {
  width: 138px;
  margin-top: 30px;
}

.container-fluid {
  width: 1500px !important;
  margin: 0 auto;
  height: 100%;
}

.tools {
  margin-top: 30px;
}

.tools .btn {
  width: 100px;
  padding: 7px 10px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 10px;
  border-radius: 30px;
}

.tools .btn .img {
  width: 15px;
  height: 15px;
}

.tools .btn:hover {
  opacity: 0.8;
}

.page-footer {
  width: 1440px !important;
}

@keyframes uping {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

.blob {
  background: rgba(122, 122, 122, 0.151);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.089);
  height: 2px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zoomInOut {
  animation: zoomInOut 0.5s linear 0s;
}

@keyframes zoomInOut {
  0% {
    transform: scale(0.95);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(100);
    opacity: 0;
    box-shadow: 0 0 0 0 transparent;
  }
}

.nav-item .J_nav_item_name {
  color: #2e4fc3 !important;
}

.nav-item .J_nav_item_name::after {
  width: 90px;
}
