body {
    /*color: #555;*/
    /*font-size: 15px;*/
    line-height: 1.5;
    font-family:"微软雅黑";
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    background-color: #eee;
}
.element::-webkit-scrollbar {display:none}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: auto;*/
}
ul{
    overflow: hidden;
    list-style: none;
}
.none{
    display: none;
}
.block{
    display: block;
}
.hide{
    display: none;
}
.clr{
    clear: both;
}
.allContent{
    margin: 0;
    padding: 0 .3rem;
}
.content{
    padding: 0!important;
    margin-top: .2rem!important;
    background-color: white!important;
    border-radius:5px!important;
}
.lookLive{
    position: relative;
}
.lookLive div:first-child{
    width: .88rem;
    height: .88rem;
    position: absolute;
    top: 30%;
    left: 43%;
    z-index: 99;
}
.lookLive div:first-child img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.lookLive div:nth-child(2){
    width: 100%;
    height: 2.8rem;
}
.lookLive div:nth-child(2) img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    border-radius: .12rem .12rem 0 0;
}
.lookLive_title{
    font-size: .32rem;
    color: #363636;
    padding: .35rem 0 .2rem .3rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.lookLive_number{
    padding-left: .3rem;
    height: .7rem;
   /* position: relative;*/
}
.lookLive_number p {
    margin: 0;
    padding: 0;
    float: left;
    font-size: .24rem;
    color: #999;
}
.lookLive_number p:first-child{
    position: relative;
}

.lookLive_number p:first-child span:first-child{
     display: inline-block;
     width: .24rem;
     height: .24rem;
     position: absolute;
     top: 7%;
     left: 5%;

 }
.lookLive_number p:first-child span:first-child img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.lookLive_number p:first-child span:nth-child(2){
    display: inline-block;
    width: 2rem;
    padding-left: 28%;
}
.lookLive_number p:nth-child(2){
    position: relative;
}
.lookLive_number p:nth-child(2) span:first-child{
    display: inline-block;
    width: .24rem;
    height: .24rem;
    position: absolute;
    top: 11%;
    left: 86%;

}
.lookLive_number p:nth-child(2) span:first-child img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.lookLive_number p:nth-child(2) span:nth-child(2){
    display: inline-block;
    /*width: 2rem;*/
    padding-left: 156%;
}