.contactUs {
  overflow: hidden;
  width: 100%;
  color: #fff;
  background-color: #2B2B2B;
}
.contactUs .contact {
  width: 100%;
}
.contactUs .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.contactUs .link {
  width: 100%;
}
.contactUs .link_l {
  box-sizing: border-box;
  width: 49%;
  display: inline-block;
  padding-left: 15%;
}
.contactUs .definition {
  width: 100%;
  line-height: 50px;
  font-size: 22px;
  text-align: left;
}
.contactUs .telephone {
  display: flex;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  text-align: left;
}
.contactUs .telephone_l {
  width: 36px;
}
.contactUs .telephone_l img {
  width: 20px;
}
.contactUs .telephone_l .companyIcon {
  width: 25px;
}
.contactUs .telephone_r {
  width: calc(100% - 36px);
}
.contactUs .telephone_r_l {
  display: block;
}
.contactUs .telephone_r_m {
  display: none;
}
.contactUs .rights {
  padding: 60px 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  border: 1px solid #3D3D3D;
  font-size: 16px;
  line-height: 25px;
}
.contactUs .agree {
  width: 100%;
  line-height: 2em;
}
.contactUs .copy {
  margin-top: 20px;
  width: 100%;
}
.contactUs .copy div {
  margin: 0 8px;
}
.contactUs .outLink {
  margin-bottom: 20px;
}
.contactUs .outLink div {
  margin: 0 10px;
}
.contactUs .outLink a {
  color: #fff;
}
.wechatCodes {
  text-align: center;
  overflow: hidden;
  width: 600px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.lStyle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lStyle span {
  display: inline-block;
}
.lStyle .lSpace {
  display: flex;
}
.lStyle .sponsor {
  width: 250px;
  text-align: left;
}
.lStyle .prompt {
  width: 100px;
  padding:0px 18px;
  box-sizing: border-box;
  overflow: hidden;
}
.prompt i:first-child{
  float:left;
}
.prompt i:last-child{
  float:right;
}
@media (min-width: 900px) {
  .contactUs .telephone_r div {
    min-width: 870px;
  }
}
@media (max-width: 900px) {
  .contactUs .telephone_r_l {
    display: none;
  }
  .contactUs .telephone_r_m {
    display: flex;
  }
}
@media (min-width: 540px) {
  .contactUs .lStyle div {
    display: inline-block;
  }
  .contactUs .lSpace {
    margin-right: 10px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .contactUs .content {
    width: 900px;
  }
  .contactUs .link_l {
    padding-left: 20px;
  }
}
@media (min-width: 540px) and (max-width: 900px) {
  .contactUs .content {
    width: 540px;
  }
  .contactUs .link_l {
    width: 100%;
    padding-left: 20px;
  }
}
@media (max-width: 540px) {
  .contactUs .link {
    width: 320px;
  }
  .contactUs .link_l {
    width: 100%;
    padding-left: 20px;
  }
  .contactUs .telephone {
    font-size: 14px;
    line-height: 40px;
  }
  .contactUs .telephone_r_m {
    display: block;
  }
  .contactUs .agree div {
    display: block;
  }
  .contactUs .copy div {
    display: block;
  }
}
