@charset "UTF-8";
.main-wrap{
    padding: 44px 0 100px;
}
.right-edit-btn{
    position: absolute;
    right: 12px;
    font-size: 14px;
    color: #576B95;
}
.left-arr.active{
    top: 0;
    width: auto;
    font-size: 14px;
    color: #576B95;
    background: none;
}

.grid-item{

}
.context-header{
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}
.context-header .email-title{
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}
.context-header .round{
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    background: #ff0000;
}


.context-header .round.read{
    background: #fff;
}

.context-header .arr-r{
    display: inline-block;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s;
}
.context-header .arr-r.active{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.context-body{
    padding-left: 15px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
    transition: all .3s;
}
.context-body.show{
    min-height: 24px;
    height: auto;
    overflow: auto;
    white-space:normal;
    text-overflow: clip;
}




.choose-cont{
    display: none;
    padding: 22px 10px;
}
.choose-cont .check{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: url(../images/index/check.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}
.choose-cont .check.active{
    background: url(../images/index/checked.png) no-repeat center center;
    background-size: 100%;
}
.a-link-cont{
    display: block;
    width: 100%;
}
.play-item{
    margin-top: 6px;
}

.play-right-cont{
    justify-content: flex-start;
    width: 100%;
    padding: 12px;
    background: #fff;
}
/*.play-right-cont.active{*/
    /*width: 88%;*/
/*}*/

.play-img{
    margin-right: 12px;
    width: 85px;
    height: 50px;
    border-radius: 4px;
}
.play-context{
    line-height: 1;
    font-size: 14px;
    color: #333;
}
.play-title{
    max-width:240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}
.play-right-cont.active .play-title{
    max-width: 200px;
}

.play-text{
    font-size: 12px;
    color: #999;
}
.btn-cont{
  
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    padding:10px;
}