.contact {
  position: relative;
}

.contact::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.08rem;
  background-image: url(../images/coop_bg_f.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.contact_ways {
  position: relative;
  display: flex;
}

.cw_left,
.cw_right {
  width: 50%;
  font-size: 0;
}

.cw_left {
  background-color: #f2f2f2;
}

.cwl_panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12.46rem;
  margin: 0 auto;
}

.cw_right img {
  width: 100%;
}

.contact_join {
  padding: 0.4rem 0;
}

.cwl_list {
  position: relative;
  width: 7.58rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0.3rem -0.2rem;
}

.cwl_list li {
  width: 50%;
}

.cwl_list li:last-child {
  width: 100%;
  margin-top: 0.3rem;
}

.cwl_list li dl {
  margin: 0 0.2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0;
}

.cwl_list li dt {
  width: 0.54rem;
  margin: 0 auto;
}

.cwl_list li dt img {
  width: 0.54rem;
  width: 0.54rem;
  display: block;
}

.cwl_list li dd {
  font-size: 0.23rem;
  padding-top: 0.08rem;
}

.cwl_list li dd span {
  font-size: 0.23rem;
}

.cwl_list li:first-child dl {
  margin: 0 0.2rem;
  background-color: #dec6a1;
}

.cwl_list li:first-child dl {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact::after {
    display: none;
  }

  .contact_ways {
    flex-direction: column;
  }

  .cw_left,
  .cw_right {
    width: 100%;
  }

  .cw_left {
    height: 3rem;
    background-color: #efefef;
  }

  .cwl_panel {
    position: static;
    top: 0;
    transform: translateY(0);
    width: auto;
    margin: 0 0.18rem;
    padding: 0.28rem 0;
  }

  .cwl_list {
    width: auto;
    margin: 0.24rem -0.1rem;
  }

  .cwl_list li:last-child {
    margin-top: 0.18rem;
  }

  .cwl_list li dl {
    margin: 0 0.1rem;
    padding: 0.2rem 0.12rem;
  }

  .cwl_list li dt {
    width: 0.44rem;
  }

  .cwl_list li dt img {
    width: 0.44rem;
    width: 0.44rem;
  }

  .cwl_list li dd,
  .cwl_list li dd span {
    font-size: 0.14rem;
    padding-top: 0.07rem;
  }

  .cwl_list li:first-child dl {
    margin: 0 0.1rem;
  }

  .cwl_list li:last-child dl {
    flex-direction: row;
    padding: 0.12rem 0.24rem;
  }

  .cwl_list li:last-child dd {
    margin-left: 0.12rem;
  }

}

.contact_map dt {
  position: relative;
  font-size: 0;
}

.contact_map dt img {
  width: 100%;
}

.contact_join {
  padding: 0.4rem 0 1.8rem;
  background-color: #f2f2f2;
}

.cj_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.44rem -0.35rem;
}

.cj_list li {
  width: 33.33%;
}

.cj_list li dl {
  margin: 0 0.35rem;
}

.cj_list li dt img {
  width: 100%;
  height: 1.72rem;
  display: block;
}

.cj_list li dd {
  height: 1.7rem;
  padding: 0.18rem 0.24rem;
  background-color: #fff;
  box-sizing: border-box;
}

.cj_list li dd h3 {
  font-size: 0.24rem;
}

.cj_list li dd h6 {
  font-size: 0.16rem;
  padding: 0.08rem 0;
}

.cj_list li dd h4 {
  font-size: 0.25rem;
  color: #cc9966;
}

.cj_list li dd p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cj_list li dd p span {
  position: relative;
  width: 50%;
  padding-left: 0.17rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  margin: 0.08rem 0;
}

.cj_list li dd p span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #cc9966;
}

@media screen and (max-width: 768px) {
  .contact_join {
    padding: 0.2rem 0;
  }

  .contact_map dt s {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
    background-image: url(../images/point.png);
  }

  .cj_list {
    flex-direction: column;
    margin: 0;
  }

  .cj_list li {
    width: 100%;
  }

  .cj_list li dl {
    margin: 0.2rem 0;
  }

  .cj_list li dt img {
    height: auto;
  }

  .cj_list li dd {
    height: auto;
    padding: 0.18rem 0.12rem;
  }

  .cj_list li dd h3 {
    font-size: 0.18rem;
  }

  .cj_list li dd h6 {
    font-size: 0.15rem;
  }

  .cj_list li dd h4 {
    font-size: 0.2rem;
  }

  .cj_list li dd p {
    margin-top: 0.08rem;
  }

  .cj_list li dd p span {
    padding-left: 0.14rem;
    font-size: 0.15rem;
    margin: 0.05rem 0;
  }

  .cj_list li dd p span::before {
    width: 0.04rem;
    height: 0.04rem;
  }
}