/* 输入框搜索 */

image {
  width: 100%;
  height: 100%;
}

.head {
  width: 750rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24rpx 32rpx;
  box-sizing: border-box;
}

.headleft {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headleftimg {
  width: 31rpx;
  height: 31rpx;
  font-size: 0;
}

.headmiddle {
  width: 542rpx;
  height: 60rpx;
  background: rgba(249, 249, 249, 1);
  border-radius: 32rpx;
  display: flex;
  align-items: center;
  padding: 16rpx 20rpx;
  box-sizing: border-box;
}

.headmiddleleft {
  width: 32rpx;
  height: 32rpx;
  font-size: 0;
}

.headmiddleleft image {
  width: 100%;
  height: 100%;
}

.headright {
  width: 48rpx;
  height: 48rpx;
  font-size: 0;
  position: relative;
}

.sizenum {
  width: 32rpx;
  height: 32rpx;
  color: #ff4e14;
  font-size: 20rpx;
  text-align: center;
  line-height: 30rpx;
  position: absolute;
  right: -15rpx;
  top: -5rpx;
  background: #fff;
  border-radius: 50%;
  border: 1rpx solid #ff4e14;
}

.headmiddleright {
  width: 400rx;
  margin-left: 16rpx;
}

.headmiddleright input {
  width: 100%;
  height: 100%;
  color: #bdc4ce;
  font-size: 24rpx;
  padding: 12rpx 0;
  box-sizing: border-box;
}

.cityname {
  color: #fff;
  font-size: 22rpx;
  margin-top: 5rpx;
}

.headbot {
  height: 256rpx;
  width: 750rpx;
  background: #c29445;
  position: relative;
}

.shuru {
  color: #bdc4ce;
  font-size: 28rpx;
}

.commonname {
  color: #06121e;
  font-size: 32rpx;
}

.commnameone {
  color: #06121e;
  font-size: 28rpx;
}

.flex {
  display: flex;
}

.flexone {
  display: flex;
  align-items: center;
}

.flextwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexthree {
  display: flex;
  align-items: center;
  justify-content: center;
}

.commonpadding {
  padding: 32rpx;
  box-sizing: border-box;
  background: #fff;
}

.yourow {
  width: 15rpx;
  height: 20rpx;
  font-size: 0;
}

/* 五角星 */

.staritem {
  width: 32rpx;
  height: 32rpx;
  font-size: 0;
  margin-right: 4rpx;
}

.register {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.nomoer {
  color: #8c9198;
  font-size: 24rpx;
  text-align: center;
  margin-top: 26rpx;
  padding-bottom: 20rpx;
}

.nodata {
  color: #999;
  font-size: 32rpx;
  text-align: center;
  margin-top: 100rpx;
}

.noimg {
  width: 523rpx;
  /* height:215rpx; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nodataimg {
  width: 523rpx;
  height: 315rpx;
  font-size: 0;
}



.nomoer {
  color: #8c9198;
  font-size: 24rpx;
  text-align: center;
  margin-top: 26rpx;
  padding-bottom: 20rpx;
}
.nomoredata {
  margin-top: 208rpx;
}
/* 底部导航 */
.teacherfooter {
  width: 750rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15rpx 82rpx;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top:1rpx solid #f5f5f5
}

.teacherfootitem {
  display: felx;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.teacherfootitemtop {
  width:48rpx;
  height:48rpx;
  font-size: 0;
  margin: 0 auto;
}
.teacherfootname {
  color: #8C9198;
  font-size: 22rpx;
  margin-top: 10rpx;
}
.selactive {
  color: #FCB952;
}
.taste{
  position: relative;
}
.connect{
  width:50rpx!important;
  height:100rpx;
  position: absolute;
  top:0;
  left:0;
  background: transparent;
  padding: none!important;

}
button::after{
  border:none;
  outline: none;
}
.comtop {
  padding: 0 20rpx;
}