.DaoHang-right .adiv {
  color: #fff;
}

#app {
  padding: 0 6%;
}

.tabs-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 600px;
  margin: 20px auto 0;
  border-bottom: 1px solid #f0f0f0;
}

.tabs-box li {
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 100px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  letter-spacing: 2px;
}

.tabs-box .selected {
  color: #fe6700;
}

.tabs-box .selected::before {
  content: '';
  width: 70%;
  height: 2px;
  background-color: #fe6700;
  position: absolute;
  bottom: 0;
}

.block2 .title {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 70px;
}

.block2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.block2 ul li {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
}

.block2 ul li h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-bottom: 25px;
}

.block2 ul li h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 25px;
  background-color: #fe6700;
}

.block2 ul li p {
  width: 99%;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 32px;
  margin-top: 35px;
}

.block2 ul li img {
  width: 40%;
  margin-left: 5px;
}

.crmSystem {
  display: flex;
}

.crmSystem .theSidebar {
  width: 140px;
  min-width: 140px;
  border-right: 1px solid #fe6700;
  position: relative;
  background-color: #f5f5f5;
}

.crmSystem .theSidebar li {
  font-weight: 500;
  color: #000;
  font-size: 30px;
  margin-bottom: 55px;
  cursor: pointer;
}

.crmSystem .theSidebar .now {
  position: relative;
}

.crmSystem .theSidebar .now::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #fe6700;
  position: absolute;
  right: -15px;
}

.crmSystem .theSidebar .now::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #f5f5f5;
  position: absolute;
  top: 2px;
  right: -13px;
}

.crmSystem .content {
  display: flex;
}

.crmSystem .content .content-text {
  padding: 0 115px 0 77px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 32px;
}

.crmSystem .content .content-img {
  width: 55%;
  border-radius: 20px;
  object-fit: cover;
}

.tabs {
  width: 748px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
}

.tabs .tabs-item {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #666;
  line-height: 86px;
  cursor: pointer;
}

.tabs .tabs-item-this {
  position: relative;
  color: #fff;
}

.tabs .tabs-item-this::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 7%;
  right: 7%;
  height: 100%;
  background-color: #fe6700;
  border-radius: 200px;
}

.businessEnabling {
  display: flex;
  margin: 80px 0 50px;
}

.businessEnabling .img-business {
  width: 45%;
  object-fit: cover;
  border-radius: 30px;
}

.businessEnabling .business-info {
  padding: 104px 61px 0 139px;
  width: 55%;
}

.businessEnabling .business-info .info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.businessEnabling .business-info .info .info-item {
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 24px;
}

.partners {
  margin-top: 171px;
}

.partners .top {
  display: flex;
  justify-content: space-between;
}

.partners .top .img-partners {
  width: 130px;
  height: 70px;
  object-fit: contain;
}

.partners .top .img-partners2 {
  width: 70px;
  height: 70px;
}

.partners .button {
  align-items: center;
  margin-top: 20px;
}

.businessCooperation {
  padding: 0 6% 100px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 50px;
}

.businessCooperation .title-h2 {
  font-size: 40px;
  text-align: center;
  padding: 100px 0 30px 0;
}

.businessCooperation .input-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}

.businessCooperation .input-box .input {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  border: 2px solid #f5f5f5;
  font-size: 20px;
  transition: all 0.2s ease;
}

.businessCooperation .input-box .input:focus {
  border: 2px solid #c9e1f7;
}

.businessCooperation .input-box .input::placeholder {
  color: #bfbfc5;
}

.businessCooperation .input-box .input:hover {
  border-color: #c0c4cc;
}

.businessCooperation .input-box .captcha {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.businessCooperation .input-box .captcha .input-captcha {
  width: 100%;
  border: none;
  padding: 20px 0;
}

.businessCooperation .input-box .captcha .input-captcha::placeholder {
  color: #bfbfc5;
}

.businessCooperation .input-box .captcha .sent {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  cursor: pointer;
  width: 130px;
  color: #fe6700;
}

.businessCooperation .input-box .captchaFocus {
  border: 2px solid #c9e1f7;
}

.businessCooperation .agreement {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 60px;
}

.businessCooperation .agreement .check {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.businessCooperation .agreement .check:hover {
  border-color: #1c92ff;
}

.businessCooperation .agreement .check::before {
  content: '';
  width: 0;
  height: 0;
  background-color: #1c92ff;
  border-radius: 50%;
  transition: all 0.1s ease;
}

.businessCooperation .agreement .checks {
  border-color: #1c92ff;
  box-shadow: 0 0 3px 1px rgba(28, 146, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.businessCooperation .agreement .checks::before {
  width: 8px;
  height: 8px;
}

.businessCooperation .agreement a {
  color: #fe6700;
}

.businessCooperation .btn-application-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.businessCooperation .btn-application-box .btn-application {
  width: 350px;
  line-height: 65px;
  margin: 60px 0 0;
  font-size: 28px;
  font-weight: bold;
  background-color: #fe6700;
  border: none;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

@media (min-width: 751px) {
  .mobile_partners {
    display: none;
  }
}

@media (max-width: 750px) {
  #app {
    padding: 0 4%;
  }
  .tabs-box {
    gap: 1vw;
    width: 80%;
    margin: 5vw auto 0;
  }
  .tabs-box li {
    line-height: 15vw;
    font-size: 3vw;
    letter-spacing: 2px;
  }
  .tabs-box .selected::before {
    width: 60%;
    height: 2px;
  }
  .block2 .title {
    font-size: 4.8vw;
    font-weight: 700;
    color: #333;
    line-height: 5.33333vw;
    text-align: center;
    margin-top: 5.33333vw;
    margin-bottom: 9.33333vw;
  }
  .block2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .block2 ul li {
    padding: 5vw 2vw;
    border-radius: 5px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  }
  .block2 ul li h3 {
    font-size: 4vw;
    padding-bottom: 20px;
  }
  .block2 ul li h3::before {
    width: 4vw;
  }
  .block2 ul li p {
    font-size: 2.13333vw;
    line-height: 4.26667vw;
    padding-right: 2.13333vw;
    margin-top: 5vw;
  }
  .block2 ul li img {
    width: 40%;
    margin-left: 5px;
  }
  .crmSystem {
    display: flex;
  }
  .crmSystem .theSidebar {
    width: 15vw;
    min-width: 15vw;
  }
  .crmSystem .theSidebar li {
    font-weight: 500;
    color: #000;
    font-size: 3vw;
    margin-bottom: 55px;
    cursor: pointer;
  }
  .crmSystem .theSidebar .now {
    position: relative;
  }
  .crmSystem .theSidebar .now::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fe6700;
    position: absolute;
    right: -10px;
  }
  .crmSystem .theSidebar .now::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #f5f5f5;
    position: absolute;
    top: 2px;
    right: -8px;
  }
  .crmSystem .content {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    align-items: center;
    padding: 0 3vw 0 13vw;
  }
  .crmSystem .content .content-text {
    padding: 0;
    font-size: 3vw;
    font-weight: 400;
    color: #666;
    line-height: 25px;
  }
  .crmSystem .content .content-img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 5vw;
  }
  .tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
  }
  .tabs .tabs-item {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    color: #666;
    line-height: 40px;
    cursor: pointer;
  }
  .tabs .tabs-item-this {
    position: relative;
    color: #fff;
  }
  .tabs .tabs-item-this::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 7%;
    right: 7%;
    height: 100%;
    background-color: #fe6700;
    border-radius: 200px;
  }
  .businessEnabling {
    display: flex;
    margin: 50px 0 0;
    width: 100%;
  }
  .businessEnabling .img-business {
    width: 50%;
    object-fit: cover;
    border-radius: 15px;
  }
  .businessEnabling .business-info {
    padding: 0;
    width: 50%;
    padding-left: 8vw;
  }
  .businessEnabling .business-info .info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .businessEnabling .business-info .info .info-item {
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 3vw;
  }
  .businessEnabling .business-info .partners {
    display: none;
  }
  .partners {
    margin: 40px 0 50px;
  }
  .partners .top {
    display: flex;
    justify-content: space-between;
  }
  .partners .top .img-partners {
    width: 17vw;
    height: 9vw;
    object-fit: contain;
  }
  .partners .top .img-partners2 {
    width: 9vw;
    height: 9vw;
  }
  .partners .button {
    align-items: center;
    margin-top: 10vw;
  }
  .businessCooperation {
    padding: 0 6%;
    background-color: transparent;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .businessCooperation .title-h2 {
    font-size: 6vw;
    text-align: center;
    padding: 0 0 30px 0;
  }
  .businessCooperation .input-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw 0;
  }
  .businessCooperation .input-box .input {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
    font-size: 3vw;
    transition: all 0.2s ease;
  }
  .businessCooperation .input-box .input:focus {
    border: 2px solid #c9e1f7;
  }
  .businessCooperation .input-box .input::placeholder {
    color: #bfbfc5;
  }
  .businessCooperation .input-box .input:hover {
    border-color: #c0c4cc;
  }
  .businessCooperation .input-box .captcha {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .businessCooperation .input-box .captcha .input-captcha {
    width: 100%;
    border: none;
    padding: 20px 0;
  }
  .businessCooperation .input-box .captcha .input-captcha::placeholder {
    color: #bfbfc5;
  }
  .businessCooperation .input-box .captcha .sent {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 14px;
    cursor: pointer;
    width: 130px;
    color: #fe6700;
  }
  .businessCooperation .input-box .captchaFocus {
    border: 2px solid #c9e1f7;
  }
  .businessCooperation .agreement {
    display: flex;
    align-items: center;
    font-size: 3vw;
    margin-top: 60px;
  }
  .businessCooperation .btn-application-box {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .businessCooperation .btn-application-box .btn-application {
    width: 350px;
    line-height: 55px;
    margin: 60px 0 0;
    font-size: 4vw;
    font-weight: bold;
    background-color: #fe6700;
    border: none;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
  }
}
