.c-header{
  background: #36bbf5;
}
.search-wrap {
  position: relative;
  padding: 2.5333vw 3.0667vw;
  
}
.search-input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 7.3333vw;
  line-height: 7.3333vw;
  padding: 0 6.9333vw;
  border: none;
  border-radius: 2vw;
  background: #f8f8f8;
  font-size: 3.4667vw;
  font-family: "PingFang SC";
  color: #adadad;
  

}

.search-input::-webkit-input-placeholder {
  color: #adadad;
}
.search-input:-moz-placeholder {
  color: #adadad;
}
.search-input:-ms-input-placeholder {
  color: #adadad;
}
.classify-wrap{
  height: 7.3333vw;
  box-sizing: border-box;
  padding: 0 14.1333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 4.1333vw;
  
 
}
.classify-wrap p{
  height: 7.3333vw;
}
.search-icon {
  position: absolute;
  top: 4.2vw;
  left: 5.6vw;

  display: inline-block;
  width: 3.3333vw;
  height: 3.4667vw;
  background: url(../images/zhiyuanzhe.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.list-item a {
  display: block;
  position: relative;
  width: 26.6667vw;
  height: 26.6667vw;
  position: relative;
  width: 26.6667vw;
  height: 26.6667vw;
  background: #ffffff;
  border-radius: 0.6667vw;
  background-color: rgb(255, 255, 255);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* justify-content: center; */
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin-bottom: 3.3333vw;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.classify-item-active{
  position: relative;
  color: #36bdf5;
}
.classify-item-active::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.9333vw;
  background: #50c6f6;
  border-radius: 1.3333vw;
}
.container {
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.2vw;
  padding-top: 2.6667vw;
}
.container-active{
  display: block !important;
}
.phone-wrap {
  margin-top: 2.1333vw;
  position: relative;
  padding-bottom: 0.6667vw;
}

.badge-icon {
  /* display: inline-block; */
  position: absolute;
  right: 0;
  bottom: 0.6667vw;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;

  background: url(../images/badge-one.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.list-item {
  position: relative;
  width: 26.6667vw;
  height: 26.6667vw;
  background: #ffffff;
  border-radius: 0.6667vw;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0.5333vw 3.2vw 0px rgba(28, 28, 28, 0.21);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* justify-content: center; */
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin-bottom: 3.3333vw;
}
.list-item::before {
  position: absolute;
  top: -0.5333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 13.0667vw;
  height: 0.9333vw;
  background: #dedede;
  border-radius: 2.6667vw;
}
.list-item:nth-child(3n + 2) {
  margin: 0 6.6667vw;
}

.serve-time {
  font-size: 2.9333vw;
  font-family: "PingFang SC";
  color: rgb(153, 153, 153);
  line-height: 1.2;
  text-align: center;
}
.username {
  text-align: center;
  font-size: 3.7333vw;
  font-family: "PingFang SC";
  color: rgb(51, 51, 51);
  line-height: 5.3333vw;
}
.phone {
  width: 13.8667vw;
  height: 13.8667vw;
  border-radius: 50%;
  border: 0.5333vw solid #59cdf5;
}

.badge-icon-two {
  position: absolute;
  right: 0;
  bottom: 0.6667vw;
  width: 5.6vw;
  height: 6vw;
  border-radius: 50%;
  background: url(../images/badge-2.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
