*{
  margin: 0;
  padding: 0;
}
p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.lxwm-c{
  width: 100%;
}
.lxwm-cont{
  width: 86%;
  margin: 3vw auto;
  display: flex;
  justify-content: space-between;
}
.lxwm-left{
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lxwm-item{
  display: flex;
}
.lxwm-item img{
  width: 3.6vw;
  height: 3.6vw;
  margin-right: 2vw;
}
.lxwm-js{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lxwm-js p:first-child{
  color: #151515;
  font-size: 1.3vw;
  font-weight: 580;
}
.lxwm-js p:last-child{
  color: #151515;
  font-size: 0.8vw;
}
.lxwm-item  .lxwm-code{
  width: 5vw;
  height: 5vw;
}
.lxwm-right{
  position: relative;
  width: 48%;
}
.lxwm-right img{
  width: 100%;
}
.img-addr{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  color: #151515;
  font-size: 0.8vw;
  padding: 0.5vw 2vw;
  border-radius: 50px;
  box-shadow: 0px 0px 5px rgba(170, 183, 188, 0.68);
}
@media screen and (max-width: 1920px){
  .lxwm-js p:last-child{
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px){

  .lxwm-cont{
    width: 92%;
    margin: 35px auto;
    flex-wrap: wrap;
  }
  .lxwm-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .lxwm-item{
    width: 48%;
    margin-bottom: 4vw;
  }
  .lxwm-item img {
    width: 6vw;
    height: 6vw;
    margin-right: 4vw;
  }
  .lxwm-js p:first-child{
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .lxwm-js p:last-child{
    font-size: 2.6vw;
    line-height: 4.8vw;
  }
  .lxwm-item .lxwm-code {
    width: 16vw;
    height: 16vw;
  }
  .lxwm-right{
    width: 100%;
  }
  .img-addr{
    font-size: 2.6vw;
    padding: 1vw 3vw;
  }
}
@media screen and (max-width: 767px){
  .info-title{
    margin-top: 14vw;
  }
  
  .lxwm-item{
    width: 100%;
  }
  .lxwm-item img{
    width: 10vw;
    height: 10vw;
  }
  .lxwm-js p:first-child{
    font-size: 4vw;
  }
  .lxwm-js p:last-child{
    font-size: 3.6vw;
    line-height: 6vw;
  }
  .lxwm-item .lxwm-code{
    width: 30vw;
    height: 30vw;
  }
  .img-addr{
    top: 55%;
    width: 56%;
    font-size: 3.6vw;
    padding: 2vw 5vw;
  }
}