*{box-sizing:border-box}div{box-sizing:border-box}body{background:#F9F9F9;min-height:100vh}.container{max-width:750px;margin:0 auto}input::placeholder{font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;color:#BBBBBB}.two{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.four{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}li{list-style:none}.tab-wrapper{width:100%;height:40px;background:#FFFFFF;box-shadow:0 .02rem .08rem 0 rgba(0,0,0,0.04);display:flex;justify-content:space-between;align-items:center;padding-right:.12rem}.tab-wrapper .scroll{display:flex;flex-wrap:nowrap;align-items:center;height:40px;width:90%;overflow:hidden;white-space:nowrap}.tab-wrapper .scroll>ul{display:flex}.tab-wrapper li,.tab-wrapper a{padding:0 .13rem;font-size:.14rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#999999;position:relative;height:40px;line-height:40px;display:inline-block}.tab-wrapper li a{padding:0}.tab-wrapper li.active{color:#000}.tab-wrapper a.active{color:#000}.tab-wrapper li.active::after{content:'';display:block;width:18px;height:2px;background:#FF6E00;margin:0 auto;position:absolute;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto}.tab-wrapper a.active::after{content:'';display:block;width:18px;height:2px;background:#FF6E00;margin:0 auto;position:absolute;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto}.tab-wrapper .more{width:.44rem;height:22px;border-radius:.11rem;border:1px solid #CCCCCC;float:right;text-align:center;font-size:.12rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999999;padding:0;line-height:22px;position:relative;background:#fff;z-index:1000;position:absolute;right:5px}.item{margin-top:8px;padding:.12rem .16rem .16rem .16rem;background:#fff;display:block}.item h3{font-size:.16rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:550;color:#333333;line-height:24px}.item .teacher-info{display:flex;align-items:center;margin-top:12px}.item .teacher-info .teacher-avatar{width:.26rem;height:.26rem;border-radius:50%}.item .teacher-info .teacher-name{font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666666;line-height:20px;margin-left:.06rem}.item .teacher-info .right{width:.14rem;height:.16rem;margin-left:.06rem}.item .teacher-info b{font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1BAA6F;line-height:20px;margin-left:.06rem}.item p{height:44px;font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666666;line-height:22px;margin-top:8px}.item .teacher-time{display:flex;margin-top:10px;justify-content:space-between;align-items:center}.item .teacher-time span{font-size:.12rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999999;line-height:12px}.breakCrumb{width:100%;height:36px;display:flex;align-items:center;background:#FFFFFF;box-shadow:0 0 0 0 #eee;padding-left:.16rem;font-size:.12rem;border-bottom:1px solid #eeee}.breakCrumb li{height:36px}.breakCrumb li a{height:36px;display:flex;align-items:center}.breakCrumb li img{width:.14rem;height:.12rem}.breakCrumb li span{font-size:.12rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999999;margin-left:.06rem;margin-right:.06rem}.noMore{font-size:.1rem;text-align:center;line-height:40px;color:#aaa;width:100%;display:block}.list-hot2{display:none}
.header{height:50px;background:#fff;display:flex;justify-content:space-between;padding:.1rem .12rem .09rem .12rem;align-items:center;box-sizing:border-box}.header .right{width:.86rem}.header .left{flex:1;display:flex;justify-content:space-between;margin-left:.1rem;align-items:center}.header .left .left-search{align-items:center;height:32px;flex:1;display:flex;padding:0 .1rem;background:#F5F5F5;border-radius:15px}.header .left .left-search img{width:.16rem;height:.16rem}.header .left .left-search input{width:100%;border:none;outline:none;background:transparent;margin-left:.06rem;height:32px;font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;color:#BBBBBB}.header .left .user{width:.22rem;height:.22rem;margin-left:.1rem}
.goback {
    width: 28px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6E00;
    line-height: 20px;
    margin-left: 16px;
}
.hot-search {
    padding: 16px 12px;
}
.hot-search-title {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF6E00;
    line-height: 20px;
    margin-bottom: 11px;
}
.hot-search-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hot-search-info .hot-search-item {
    display: flex;
    align-items: center;
    padding: 7px 5px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.hot-search-info li .hot-search-item img{
    display: none;
}
.hot-search-info li:nth-child(-n+3) .hot-search-item img {
    display: block;
    width: 12px;
    height: 16px;
    margin-right: 4px;
}
.hot-search-info .hot-search-item .hot-search-keyword{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
#list_box{height:100vh}.noMore{font-size:.1rem;text-align:center;line-height:40px;color:#aaa;width:100%;display:none}
