body {
    height: 100%;
    font-size:14px;
    background:  #ffffff;
}
.fixed-head{
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index:99;
}
.head-search-box{
    display: block;
    position: relative;
    width:100%;
    height:0.92rem;
    background: #ffffff;
}
.head-search-box:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background: #E7E7E7;
    transform: scaleY(0.5);
}
.head-search-box .search-ico{
    position: absolute;
    float:left;
    width:0.38rem;
    height:0.38rem;
    margin-left:0.3rem;
    padding-right:0.18rem;
    margin-right:0.02rem;
    background: url("../../images/live/search.png") no-repeat left center;
    background-size: contain;
    margin-top:0.27rem;
}
.head-search-box{
    box-sizing: border-box;
    height:1.11rem;
    padding:0.2rem 0 0.2rem 0.32rem;
}
.head-search-box.searching {
    display: none;
}
.search-box{
    float:left;
    position: relative;
    width:5.98rem;
    height:0.7rem;
    background:#F4F4F4;
    border-radius:4px;
}
.unsearch .search-box{
    width:6.86rem;
}
.search-box:before{
    content:"";
    box-sizing: border-box;
    position: absolute;
    top:0;
    left:0;
    width:200%;
    height:200%;
    border:1px solid #E1E1E1;
    border-radius:8px;
    transform: scale(0.5);
    transform-origin: 0 0;
}
.search-box .search-ico{
    position: relative;
    margin-top:0.16rem;
    margin-left:0.2rem;
}
.search-input::-webkit-input-placeholder{
    color:#999;
}
.search-input{
    position: relative;
    width:4.6rem;
    height:0.7rem;
    color: #333;
    font-size:0.28rem;
    background: transparent;
}
.search-txt{
    color:#999;
    line-height:0.7rem;
}
.search-box .clear{
    display: none;
    position: absolute;
    top:0.15rem;
    right:0.2rem;
    width:0.4rem;
    height:0.4rem;
    background: url("../../images/live/search_clear.png") no-repeat center center;
    background-size: contain;
    cursor: pointer;
}
.head-search-box .cancel{
    padding:0 0.3rem;
    font-size:0.28rem;
    line-height:0.7rem;
    color:#666666;
    cursor: pointer;
}

.menuBox{
    position: fixed;
    top:0.92rem;
    left:0;
    width:100%;
    padding-left:0.3rem;
    height: 1rem;
    background: #ffffff;
    font-size:0;
    z-index:99;
}
.menuBox li{
    position: relative;
    display: inline-block;
    font-size:0.32rem;
    margin-right:0.33rem;
    margin-top:0.3rem;
    line-height:0.44rem;
    padding-bottom:0.2rem;
    color: #999;
}
.menuBox li:last-child{
    margin-right:0;
}
.menuBox li.on{
    color:#333333;
    font-weight: bold;
}
.menuBox li.on:after{
    content:"";
    position: absolute;
    display: block;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    width:0.36rem;
    height:0.08rem;
    background-color: #E03236;
    border-radius:4px;
}
.container {
    /*height: 100%;*/
    padding: .2rem .3rem 0;
    font-size: .24rem;
    background: #ffffff;
}
.container.hasHead{
    padding-top: 2.21rem;
}
.container.isSearch{
    padding-top:1.3rem;
}
.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

.live-item {
    position: relative;
    float: left;
    width: 3.35rem;
    height: 4.58rem;
    margin-bottom: .2rem;
    overflow: hidden;
    background: #ffffff;
    border-radius: .12rem;
}
.live-item:before{
    content:"";
    position: absolute;
    box-sizing: border-box;
    width:200%;
    height:200%;
    border:1px solid #DDDDDD;
    border-radius: .24rem;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.live-item:nth-child(odd){
    margin-right: .2rem;
}

.live-status {
    position: absolute;
    top: .16rem;
    left: .16rem;
    height:0.3rem;
    padding: 0 .08rem;
    box-sizing: border-box;
    box-shadow:0px .08rem .2rem 0px rgba(0,0,0,0.3);
    border-radius:.04rem;
    display: flex;
    align-items: center;
}

.live-status--living {
    background:linear-gradient(315deg,rgba(255,44,62,1) 0%,rgba(254,113,45,1) 100%);
}

.live-status--finish {
    background:linear-gradient(135deg,rgba(213,164,123,1) 0%,rgba(190,121,63,1) 100%);
}
.live-status--pre {
    background:linear-gradient(135deg,rgba(111,181,255,1) 0%,rgba(39,135,236,1) 100%);
}
.live-status__icon--living {
    float: left;
    width: .2rem;
    height: .2rem;
    margin-right: 0.04rem;
    background: url('../../images/live/playing.png') no-repeat center center;
    background-size: contain;
}
.live-status__icon--finish {
    float: left;
    width: .2rem;
    height: .2rem;
    margin-right: 0.04rem;
    background: url('../../images/live/replay.png') no-repeat center center;
    background-size: contain;
}
.live-status__icon--pre {
    float: left;
    width: .2rem;
    height: .2rem;
    margin-right: 0.04rem;
    background: url('../../images/live/pre.png') no-repeat center center;
    background-size: contain;
}
.live-status__text {
    color: #ffffff;
    font-size: .20rem;
    line-height:normal;
}
.live-pic {
    width:100%;
    height: 2.68rem;
    background-image: url(../../images/live/default.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F4F4F4;
}

.live-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.live-title {
    margin: .2rem 0;
    padding: 0 .16rem;
    font-weight: bold;
    color:rgba(51,51,51,1);
    line-height: .38rem;
    font-size: .28rem;

    overflow : hidden;
    word-wrap:break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.live-info {
    position: absolute;
    bottom: .2rem;
    width: 100%;
    height: .54rem;
    padding: 0 .16rem;
    box-sizing: border-box;
    line-height: .54rem;
    font-size: .24rem;
    color:rgba(102,102,102,1);
    font-weight: 400;
}

.live-anchor {
    float: left;
    height: 100%;
    line-height: .54rem;
}

.live-anchor__head {
    float: left;
    width: .54rem;
    height: 100%;
    margin-right: .08rem;
    border-radius: 100%;
    overflow: hidden;
}

.live-anchor__head>img {
    width: 100%;
    height: auto;
}

.live-anchor_name {
    float: left;
}

.live-hot {
    float: right;
    height: 100%;
}

.live-hot__icon {
    float: left;
    width: .24rem;
    height: .24rem;
    margin-top: .12rem;
    margin-right: .05rem;
    background: url(../../images/live/hot.png) no-repeat;
    background-size: 100%;
}

.live-hot__num {
    float: left;
}

.nomore {
    margin-top: .2rem;
    margin-bottom: .4rem;
    text-align: center;
    font-size: .24rem;
    color:rgb(153, 153, 153);
}

@media only screen and (device-width: 375px) and (device-height: 812px) {
    .fix-footer{
        padding-bottom: 34px;
    }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and
(-webkit-device-pixel-ratio: 2) {
    .fix-footer{
        padding-bottom: 34px;
    }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and
(-webkit-device-pixel-ratio: 3) {
    .fix-footer{
        padding-bottom: 34px;
    }
}
.dropload-noData {
    color: #999999;
}


.error {
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #f7f7f7;
}

.error img {
    display: block;
    margin:2.4rem auto 0;
    width: 5.6rem;
    height: 4rem;
}

.error .none-title {
    margin-top: 0.24rem;
    font-size: 0.34rem;
    color: #808080;
    text-align: center;
}

.error .none-tips {
    margin-top: 6px;
    font-size: .28rem;
    color: #808080;
    text-align: center;
}

.searchPage,
.searchPage body,
.searchPage .container{
    background: #F5F5F5;
}
.searchPage body{
    padding-top:.92rem;
}

.search-no-data{
    width:100%;
    text-align: center;
    padding-top:2rem;
}
.search-no-data img{
    width:3rem;
    height:2.55rem;
    margin:0 auto;
}
.search-no-data p{
    margin-top:0.2rem;
    font-size:0.26rem;
    line-height:0.37rem;
    color: #9B9B9B;
}
