
.ctc-1 .box {
  display: flex;
}
.ctc-1 .le {
  width: 50%;
  padding: 2rem 1.2rem;
}
.ctc-1 .list {
  margin-top: 0.56rem;
}
.ctc-1 .li {
  margin-bottom: 0.3rem;
}
.ctc-1 .dd {
  position: relative;
  display: flex;
  align-items: center;
}
.ctc-1 .icon {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #007bff;
  margin-right: 0.2rem;
  position: relative;
  flex-shrink: 0;
}
.ctc-1 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ctc-1 .maps {
  width: 50%;
}
.ctc-1 .map {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 900px) {
  .ctc-1 .box {
    flex-wrap: wrap;
  }
  .ctc-1 .le {
    width: 100%;
    padding: 0.5rem 3%;
  }
  .ctc-1 .maps {
    width: 100%;
  }
  .ctc-1 .map {
    padding-top: 72.9166666667%;
  }
}

.ctc-2 {
  padding-top: 1.2rem;
  padding-bottom: 1.4rem;
  background-image: url(/static/home/images/ctc2_bg.jpg);
}
.ctc-2 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctc-2 .le {
  width: 41.6666666667%;
}
.ctc-2 .te {
  line-height: 1.7222222222;
  color: #666;
  margin-top: 0.28rem;
}
.ctc-2 .form {
  width: 55.9523809524%;
}
.ctc-2 .fbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctc-2 .fi {
  width: 48.9361702128%;
  margin-bottom: 0.2rem;
  position: relative;
}
.ctc-2 .fi .ip {
  width: 100%;
  height: 0.6rem;
  min-height: 40px;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  border: none;
}
.ctc-2 .fi .ta {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
  border: none;
}
.ctc-2 .fi .code {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: auto;
}
.ctc-2 .ww100 {
  width: 100%;
}
.ctc-2 .btns {
  margin-top: 0.2rem;
}
.ctc-2 .btn {
  height: 0.5rem;
  min-height: 36px;
  border: 1px solid #007bff;
  background-color: transparent;
  color: #007bff;
  border-radius: 1rem;
  padding: 0 0.42rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.ctc-2 .btn:hover {
  background-color: #007bff;
  color: #fff;
}
.ctc-2 .btn:hover .ic {
  background-image: url(/static/home/images/icon-2.png);
}
.ctc-2 .btn .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 900px) {
  .ctc-2 .le {
    width: 100%;
  }
  .ctc-2 .form {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 900px) {
  .ctc-2 .fi {
    width: 100%;
  }
}
