.all {
  background-image: url(../img/zjq.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.all .title {
  text-align: center;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.all .title::after {
  content: "";
  display: block;
  margin: 18px auto 22px;
  height: 1px;
  width: 58px;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
}
.all .content {
  text-align: center;
  color: #737373;
  line-height: 1.875;
}
.all .content>*{
    text-align: center;
}
.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
}
.second div {
  padding: 8px 40px;
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #D9D9D9;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
}
.second div:hover:not(.act) {
  color: #f06330;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.second div.act {
  border-color: transparent;
  color: #fff;
}
.second div.act::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.second div span {
  position: relative;
  z-index: 2;
}
.second div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-102%);
      -ms-transform: translateX(-102%);
          transform: translateX(-102%);
}
.doctor_list .item .tag{
    display: none;
}
@media screen and (max-width:1700px){
    
    .second div {
    padding: 8px 30px;
            margin-right: 15px;
    }
    
}
@media screen and (max-width:768px){
    .common_search2>div{
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
    }
    .second div {
            margin:0 12px 0 0;
            width: calc((100% - 24px)/3);
                    padding: 8px 10px;
                    text-align: center;
    }
    .second div:nth-child(3n){
        margin-right: 0;
    }
    .second div:nth-child(n+4){
        margin-top: 12px;
    }
    .doctor_list .item .tag{
    display: flex;
}
}
@media screen and (max-width:600px){
    .second{
            justify-content: space-between;
    }
    .second div{
        margin: 0;
        width: calc((100% - 15px) / 2);
    }
        .second div:nth-child(n+3) {
        margin-top: 10px;
    }
}
