.hover{
  display: inline-block;
  color: #438DF5 !important;
}
.app_ele{
  display: none;
}


.content{
  width: 100%;
  /* margin-top: 80px; */
  background: #F7F8FA;
  padding: 60px 0;
}
.content ul{
  padding: 30px 90px 100px 90px;
  margin: 0 auto;
  /* margin: 80px 0 30px 0; */
  background-color: #fff;
  width: 1180px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.content > ul > li{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #b3b3b3;
}
.content > ul > li > span:nth-of-type(1){
  font-size: 16px;
  color: #4d4d4d;
}
.content > ul > li > span:nth-of-type(2){
  font-size: 14px;
  margin-right: 10px;
}
.content > ul > li > span:nth-of-type(2) img{
  width: 25px;
  height: 25px;
}
.content > ul > h1{
  font-size: 25px;
  padding: 20px 0;
  border-bottom: 1px dashed #b3b3b3;
}
.content  > p{
  font-size: 14px;
  color: #b3b3b3;
  text-align: center;
  margin-bottom: 30px;
  line-height: 27px;
  margin-top: 60px;
}


@media screen and (max-width: 640px) {
  .pc_ele{
    display: none;
  }
  .app_ele{
    display: inline-block;
  }
  .content{
    width: 100%;
    /* margin-top: 45px; */
    background: #F7F8FA;
    padding: 0;
  }
  .content ul{
    width: 100%;
    margin: 0;
    background-color: #F6F8FA;
    padding: 20px;
  }
  .content > ul > h1{
    font-size: 20px;
    padding: 16px 0;
  }
  .content > ul > li > span{
    font-size: 14px;
    color: #4d4d4d;
  }
  .content > ul > li > span:nth-of-type(2) img{
    width: 10px;
    height: 17px;
  }
}
