.phone{display:none;padding-top:52px;}
.pc{display:none;}
.phone .grids-small .grid{
    width: 20%;
}
.phone .weui-grids{
    padding:10px 0;
}
.phone .weui-grid__icon{width:40px;height:40px;}
.phone .pbanner{
    width: 100%;
    height: auto;
}
.phone .pgg{
    text-align: center;
    margin-bottom: 10px!important;
    background: #f2f9ff;
    padding:0 25px;
}
.phone .pgg p{
    padding:10px 20px 10px 30px;
    background-image: url(../image/3.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.phone .psex{
    width: 36px;
    font-size: 16px;
    background: #f1f1f1;
    line-height: 2.1;
    border-radius: 8px 0 0 8px;
    border: 1px solid #f1f1f1;
    box-sizing: content-box;
    padding-right:0;
    color: #000;
}
.phone .icon{
    background: #f1f1f1;
    line-height: 2.1;
    border: 1px solid #f1f1f1;
    color: #000;
}
.phone .pfk{
    width: 36px;
    height: 36px;
    margin-left: 10px;
}
.phone .search-input{
    padding-left: 10px;
    border-color: #f1f1f1;
    background: #f1f1f1;
    
}
.phone .weui-search-bar{
    background:#fff; 
    position: fixed;
    z-index: 111;
    top:0;
    left: 0;
    width: 100%;
}
.phone .weui-search-bar .weui-btn_primary{
    background: #f1f1f1;
    border-radius:0 8px 8px 0!important;;
}
.phone .weui-search-bar .weui-btn_primary .icon{color:#1a6bb5;}
.phone .search-input+button::after{border-color:transparent!important;}
.phone .ctitle{
    letter-spacing: 4px;
}
.phone .ctitle::before {
    width: calc((100% - 100px - 24%)/2);
    left: 25px;
}
.phone .ctitle::after {
    width: calc((100% - 100px - 24%)/2);
    right: 25px;
}
.video_list{
    width:calc(100% - 50px);
    margin: 0 25px;
}    
.phone .listitem{
    border-radius: 3px;
}    
.phone .listitem .tips{
   border-radius: 0 3px 0 0;
}       
    
.nodata{
    padding-top: 100px;
    background-image: url(../image/nodata.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
    text-align: center;
    font-size: .8rem;
    color: #b4b2b2;
    letter-spacing: 2px;
}
.weui-loadmore{color: #999;}
    
    
    
    
    
    
    
    
    
    