html {
    padding: 0;
    margin: 0;
    background: #f9f9f9;
}

html,
body {
    padding: 0 0 100px 0;
    margin: 0;
    background: #f9f9f9;
}
.header {
    position: sticky;
    z-index: 100;
    top:0;
    width: 100%;
    max-width: 540px;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 6%);
}

.header .warp {
    display: flex;
    flex-direction: row;
    padding: .4rem;
}

.header .warp .icon {
    margin-right: .4rem;
}

.header .warp .icon img {
    width: 3.1rem;
}

.header .warp .content .title {
    font-size: .96rem;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.header .warp .content .title .ion {
    width: 2.4rem;
    margin-left: .4rem;
}

.header .warp .content .tips {
    display: flex;
    margin-top: .2rem;
}

.header .warp .content .tips .tip {
    font-size: .82rem;
    color: rgb(82, 82, 82);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5rem;
    margin-right: .3rem;
    padding: 0 .3rem;
    flex-shrink: 0;
}
.comom {
    padding: 20px .8rem 20px;
}
.m-banner {
    padding: .5rem;
    background: #fff;
    border-radius: .4rem;
}

.f-flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.f-flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.f-flex-box>.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.f-flex-box.justify-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.f-flex-box.dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.comom p {
    margin: 0;
    padding: 0;
}

.m-banner .banner-avatar {
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    border-radius: .4rem;
}

.m-banner .banner-avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.m-banner .banner-info {
    margin-left: .586666rem;
}

.m-banner .banner-info .banner-info-teacher {
    font-size: .9rem;
    color: #333;
    font-weight: 500;
}

.m-banner .banner-info .banner-info-teacher>span {
    padding: .133333rem .4rem;
    color: #FFF;
    background: #ed4c18;
    font-size: .53333rem;
    font-weight: 400;
    border-radius: .426666rem .426666rem .426666rem 0;
}

.m-banner .banner-info .banner-info-teacher-detail {
    font-size: .693333rem;
    color: #333;
}

.m-banner .banner-info .banner-label>span {
    margin: 0.2rem 0.35rem 0.2rem 0;
    border: 1px solid #ed4c18;
    color: #ed4c18;
    padding: 0rem 0.2rem;
    border-radius: 0.1rem;
    opacity: .8;
    font-size: .75rem;
}

.m-banner .banner-info .banner-num {
    color: #666;
    font-size: .75rem;
}

.m-banner .banner-info .banner-num b {
    margin: 0 0.15rem;
    color: #333;
}

.top_img {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

.list {
    padding: 177px 20px 5px 20px;
}

.list .item {
    margin: 0 0 30px 0;
    opacity: 1;
    top: 0px;
    transition: all 1s;
    position: relative;
}

.list .item.nos {
    position: relative;
    opacity: 0.5;
    top: 50px;
}

.list .item::after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
}

.list .item img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.list .item .desc {
    float: left;
    width: calc(100% - 40px - 60px);
    
    font-size: 14px;
    line-height: 22px;
}
.list .item .desc .divs{
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0px 10px 10px 10px;
    box-sizing: border-box;
    padding: 10px;
}

.list .item.act .desc .divs {
    background: #1159e9;
    color: #fff;
}

.list .item.act img {
    float: right;
    margin: 0 0 0 10px;
}

.list .item.act .desc {
    float: right;
    
    width: auto
}


.list .item.act .desc .divs{
    border-radius: 10px 0 10px 10px;
}

.wrap {
    position: fixed;
    width: 100%;
    bottom: 10px;
    left: 0;
}

.bth_list {
    padding: 0 20px 20px 20px;
    text-align: center;
    overflow: auto;
}

.bth_list .item {
    display: inline-block;
    background: #2196f3;
    color: #fff;
    padding: 8px 0px;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    margin: 5px;
    width: 30%;
    float: left;
    height: 22px;
    line-height: 22px;
}

.bth_item {
    margin: 3px 50px;
    background: #2196f3;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: none;
}

.label {}

.label .lab {
    float: left;
    width: 100%;
    padding: 3px 0;
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(left, #ff9a39, #ff6f32);
    text-align: center;
    border-radius: 50px;
    color: #fff;
    margin: 12px 0 0px 0;
}

/*.label .lab:nth-child(2n) {*/
/*    margin-left: 12px;*/
/*}*/

.label::after {
    content:" ";
    display: block;
    clear: both;
    width: 100%;
}

.wrap {
    position: fixed;
    width: 100%;
    bottom: 10px;
    left: 0;
}

.phones {
    display: none;
    width: calc(100% - 100px);
    height: 40px;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin: 10px auto;
    padding-left: 20px;
}
.topImgs{position:fixed;z-index:99999;width:100%;top:0;left:0;}
.showIdv{display:none;}
.int{display:flex;align-items:center;background:#af6e1a;border-radius:5px;padding:6px;}
.int .queding{width:50px;height:35px;line-height:35px;min-width:50px;margin-left:10px;background:#ff6400;color:#fff;text-align:center;
    border-radius:5px;font-size:13px;
}
.quedings{width:100%;height:40px;line-height:40px;background:#ff6400;color:#fff;text-align:center;
    border-radius:5px;display:block;text-decoration:none;font-size:16px;margin-top:10px;
}
.int input{display:block;height:35px;border:0;padding-left:10px;width:calc(100% - 60px - 10px);font-size:12px;}