.i-active {
  color: #0665B2 !important;
  font-weight: bold;
}

.i-active::after {
  width: 81rem !important;
}

.contentBox {
  padding-bottom: 69rem;
}

.breadcrumbBox {
  padding: 18rem 0;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 41rem;
}

.breadcrumbBox .breadcrumb-f,
.breadcrumbBox .breadcrumb-t {
  font-size: 16px;
  color: #999;
}

.breadcrumbBox .breadcrumb-t {
  color: #0665B2;
  cursor: auto;
}

.leavewordBox {
  margin-top: 65rem;
}

.leavewordBox .ip1 {
  display: flex;
  gap: 40rem;
  margin-bottom: 42rem;
}

.leavewordBox .ip1 .inp {
  flex: 1;
  outline: none;
  border-radius: 12px;
  border: 1px solid #DFDFDF;
  resize: none;
  height: 96rem !important;
  padding-left: 39rem;
}

.inp1 {
  width: 100%;
  outline: none;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #DFDFDF;
  resize: none;
  height: 305rem !important;
  margin-bottom: 42rem;
  padding-left: 39rem;
  padding-top: 34rem;
}

.leavewordBox p {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 65rem;
}

.codeBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26rem;
  width: 100%;
}

.codeBox-l {
  display: flex;
  width: 80%;
}

.code-inp {
  width: 80%;
  outline: none;
  border-radius: 6px;
  border: 1px solid #DFDFDF;
  resize: none;
  height: 64px !important;
  padding-left: 23rem;
  margin-right: 22rem;
}

.subBtn {
  width: 180px;
  height: 64px;
  background: #0665B2;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
}

.companyInfo {
  width: 484rem;
  position: absolute;
  z-index: 9;
  padding: 46rem 33rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20rem;
  top: 50%;
  transform: translateY(-50%);
  right: 241rem;
}

.companyName {
  font-weight: bold;
  font-size: 24rem;
  color: #333333;
  margin-bottom: 30rem;
}

.companyNameLine {
  width: 39rem;
  height: 4px;
  background: #0665B2;
}

.l-item {
  display: flex;
  margin-top: 41rem;
}

.l-itemImg {
  width: 57rem;
  height: 57rem;
  background: rgba(6, 101, 178, 0.1);
  border-radius: 50%;
  margin-right: 20rem;
}


.l-itemText {
  width: calc(100% - 90rem);
}

.l-itemText-p1 {
  font-size: 24rem;
  color: #666666;
}

.l-itemText-p2 {
  font-size: 16rem;
  font-weight: bold;
  color: #333;
}

.amap-logo {
  display: none !important;
  visibility: hidden !important;
}

.amap-copyright {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (max-width: 750px) {

  .leavewordBox .ip1,
  .codeBox {
    flex-direction: column;
  }

  .leavewordBox .ip1 .inp {
    padding-left: 20rem;
    flex: auto;
  }

  .inp1 {
    padding-left: 20rem;
    padding-top: 20rem;
  }

  .subBtn {
    margin-top: 20rem;
  }

  .companyInfo {
    width: 100%;
    position: initial;
    padding: 46rem 33rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20rem;
    transform: none;
    margin-bottom: 20rem;
  }

  .companyName {
    font-size: 30rem;
  }
  
  
  
  .l-itemImg {
    width: 67rem;
    height: 67rem;
  }
  
  
  .l-itemText {
    width: calc(100% - 90rem);
  }
  
  .l-itemText-p1 {
    font-size: 28rem;
    color: #666666;
  }
  
  .l-itemText-p2 {
    font-size: 24rem;
    font-weight: bold;
    color: #333;
  }

  #ditu {
    height: 600rem !important;
  }
}