
.app_ele{
  display: none;
}

.w100 {
  width: 100%;
}

.grey {
  background-color: #F7F8FA;
}

.topSearcch{
  width: 100%;
  height: 370px;
  /* margin-top: 80px; */
  text-align: center;
  color: #fff;
  /* background: #212338; */
}
.topSearcch h1{
  /* height: 146px; */
  width: 90%;
  margin: 0 auto;
  font-size: 50px;
  padding-top: 80px;
  vertical-align: bottom;
}
.topSearcch h3{
  /* height: 84px; */
  width: 70%;
  margin: 0 auto;
  padding: 10px 0 50px 0;
  font-size: 18px;
}
.topSearcch .zpInput {
  width: 500px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}

.topSearcch .zpInput input{
  color: black;
  border: 0;
  width: 500px;
  height: 50px;
  border-radius: 3px;
  padding-left: 55px;
}
.topSearcch .zpInput img{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  left: 20px;
}

.w100 .safe {
  width: 1180px;
  margin: 0 auto;
}

.topNav {
  font-size: 14px;
  color: #4d4d4d;
  padding: 30px 0;
}
.hover {
  display: inline-block;
  color: #438DF5 !important;
}
.topNav > a {
  text-decoration: none;
}


/* 主要内容 */
.safe .content{
  min-height: 320px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 100px 0;
}
.safe .content .leftNav > span > a{
  display: block;
}
.safe .content .leftNav > span > h3:hover{
  color: #438DF5 !important;
  cursor: pointer;
}
.safe .content .leftNav{
  width: 17%;
  border-right: 1px solid #b3b3b3;
}
.safe .content .rightData{
  width: 83%;
  padding: 0 30px;
  font-family: "PingFang SC";
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

@media screen and (max-width: 640px) {
  .pc_ele{
    display: none;
  }
  .app_ele{
    display: inline-block;
  }
  .hover {
    color: #fff !important;
    background: #438DF5 !important;
  }
  .w100 .safe {
    width: 92%;
  }
  .topSearcch{
    height: 250px;
  }
  .topSearcch h1{
    font-size: 20px;
    padding-top: 60px;
    width: 100%;
  }
  .topSearcch h3{
    font-size: 12px;
    padding: 10px 0 30px 0;
  }
  .topSearcch .zpInput{
    width: 75%;
  }
  .topSearcch .zpInput input{
    width: 75%;
    height: 40px;
    line-height: 40px;
  }
  .topSearcch .zpInput img{
    top: 12px;
    left: 30px;
  }
  .service_detail_page .content{
    display: block;
  }
  .safe .content .leftNav{
    width: 100%;
    border: 0;
  }
  .safe .content .rightData{
    width: 100%;
  }
  .service_detail_page .content .leftNav > span:first-child{
    display: flex;
    flex-direction: row;
  }
  .service_detail_page .content .leftNav > span:first-child > h2{
    display: inline-block;
  }
  .service_detail_page .content .leftNav > span:first-child img{
    width: 33px;
    height: 28px;
    margin-right: 10px;
    display: inline-block;
  }
  .service_detail_page .content .app_title{
    width: 100%;
    font-size: 18px;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #cccccc;
  }
  .service_detail_page .content .leftNav > span:last-child h3{
    display: inline-block;
    width: 30%;
    margin: 10px 1%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 15px;
    border-radius: 10px;
    font-size: 13px;
    background-color: #ebebeb;
    text-align: center;
  }
  .service_detail_page .content .rightData{
    padding: 0;
  }

}

