@charset "UTF-8";

.n-wrap{
    padding: 88px 12px 0;
}

.right-edit-btn{
    position: absolute;
    right: 12px;
    font-size: 14px;
    color: #576B95;
}





/*body > .main-wrap > .container > .content .tab-panel {*/
    /*display: none;*/
    /*width: 100%;*/
/*}*/

/*body > .main-wrap > .container > .content .tab-panel.active {*/
    /*display: inline-block;*/
/*}*/

/*body > .main-wrap > .container > .content .email-content {*/
    /*position: relative;*/
    /*min-height: 3em;*/
    /*padding: 10px;*/
    /*line-height: 200%;*/
/*}*/

/*body > .main-wrap > .container > .content .email-content .email-content-date {*/
    /*text-align: right;*/
/*}*/



/*body > .main-wrap > .container > .content .unread-count {*/
    /*color: #FF5555;*/
/*}*/

/*body > .main-wrap > .container > .content .text-overflow {*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*max-width: 9em;*/
/*}*/

.main-wrap .container .content{
    position: relative;
    padding: 2.7% 0 0;

}

.left-cont{
    float: left;
}
.right-cont{
    float:right;
    font-size: 12px;
    line-height: 14px;
    color: #666;
}


.common-list{
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding: 0 10%;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    background: #F5F6FB;
}
.common-item{
    position: relative;
}
.common-item.active{
    font-weight: bold;
    color: #333;
    background: url(../images/user/border-bottom.png) no-repeat center 35px;
}



.context-header{
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
}
.context-header .email-title{
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.round-cont{
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    line-height: 0;
    border-radius: 50%;
    background: #EE504C;
}



.round{
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    background: #ff0000;
}
.disabled {
    pointer-events: none;
}

.round.read{
    background: #fff;
}

.context-header .arr-r{
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    -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{
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
    transition: all .3s;
}
.context-body.show{
    min-height: 17px;
    height: auto;
    overflow: auto;
    white-space:normal;
    text-overflow: clip;
}
.grid-item{

}
.new-cont{
    width: 100%;
    /*padding:0 20px 0;*/
    transition: all .3s;
    padding: 12px;
    margin-top: 12px;
    background: #fff;
    border-radius: 6px;
}

.new-cont.active{
    /*width: 90%;*/
    /*padding: 0 20px 0 0;*/
}

.new-context{
    position: relative;
    width: 100%;
}
.grid-item:nth-last-of-type(1) .new-context{
    border: none;
}
.choose-cont{
    display: none;
    padding: 22px 10px;
}
.choose-cont .check{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: url(../images/user/un-check.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}
.choose-cont .check.active{
    background: url(../images/user/checked.png) no-repeat center center;
    background-size: 100%;
}

.item-title{
    position: relative;
}

.total-num{
    display: none;
    position: absolute;
    top: 8px;
    right: -27px;
    line-height: 14px;
    height: 14px;
    width: 24px;
    padding:0 2px;
    border-radius: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    background: #ee504c;
}
.load-end-cont{
    margin-top: 60px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.load-end{
    width: 30px;
    height:30px;
    vertical-align: middle;
    margin-right: 10px;
}



/*底部快捷删除及全选按钮*/
.fast-menu-cont{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:16px 5.4%;
    background: #fff;
    box-shadow: 0 -4px 4px rgba(228, 228, 228, 0.25);

}
.fast-menu-cont .menu-item{
    text-align: center;
    font-size: 18px;
    color: #333;
}
.fast-menu-cont .menu-item:nth-last-of-type(1){
    color: #ee504c;
}




.toggle-btn{
    position: fixed;
    top: 8px;
    right: 0;
    z-index: 100;
    width: 65px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: none;
    border: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;

}
.layui-m-layer-tips-layer .layui-m-layercont{
    padding: 0 25px 25px;
}

.layui-m-layer-tips-layer  .layui-m-layerbtn span:nth-last-of-type(1){
    color: #764efc !important;
}



/*弹窗*/
#notice-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}
.notice-modal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: #f1f1f2;
}


.notice-modal-cont{
    border-radius: 10px 10px 0 0;
    background: #f1f1f2;
}
.notice-btn{
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #576B95;
    background: #fff;
}
.notice-btn:nth-of-type(1){
    border-radius: 10px 10px 0 0;
}
.fast-menu-cont .menu-item.all-read,
.notice-btn.all-read{
    pointer-events: none;
    color: #ebebeb;
}

.all-read-btn{
    border-top:1px solid #f1f1f2;
    margin-bottom: 10px;
}

.no-data{
    line-height: 2;
}


.comment-header{

}
.c-img-cont{
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.c-img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.c-title{

}
.c-name{
    line-height: 1;
    max-width: 100px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}
.c-info-item{
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    margin: 0 2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    background: #FD6C90;
}
.c-time{
    font-size: 12px;
    color: #999;
}
.follow{
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #FD6C90;
}
.follow.active{
    color: #999;
    background: #F5F6FB;
}
.comment-body{
    font-size: 14px;
}
.c-tag{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    padding: 2px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    background: #07C160;
}
.c-tag.best{
    background: #FD6C90;
}
.essence-cont{
    width: 100%;
    margin: 12px 0;
    line-height: 1;
    padding: 15px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    background: #F5F6FB;
    border-radius: 4px;
}
.essence-cont2{
    width: 100%;
    margin: 12px 0;
    line-height: 1.5;
    padding: 15px 12px;
    color: #999;
    font-size: 14px;
    background: #F5F6FB;
    border-radius: 4px;
}
.icon-boy{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(../images/sex-icon-sprite.png) no-repeat center 0;
    background-size: 10px auto;
}
.icon-girl{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(../images/sex-icon-sprite.png) no-repeat center -11px;
    background-size: 10px auto;
}
.comment-des{
    line-height: 1.5;
    margin: 12px 0;
}


.comment-footer{
    border-top: 1px solid #F5F6FB;
    padding: 16px 0 ;
    line-height: 1;
    font-size: 12px;
}
.c-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/comment-sprite1.png) no-repeat center 100000px;
    background-size: 20px auto;
}
/*接口返回数据格式处理*/
pre{
    background: none !important;
    margin: 0 !important;
}
.ano-context-body span{
    color: #999 !important;
    font-weight: normal !important;
}



/*详情页*/
.main-wrap .d-container{
   background: #fff;
}
.main-wrap .container .d-content{
    padding: 2.7% 0 0;
    background: #f9f9f9;
}
.email-detail-html{
    padding: 20px;
    /*border-radius: 4px;*/
    /*box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.07);*/
    font-size: 14px;
    /*color: #999;*/
    background: #fff;
}

.detail-header{
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f2;
    margin-bottom: 20px;
}



.email-detail-html .detail-title{
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.email-detail-html .detail-sec-title{
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px;
}

.email-detail-html .detail-context{
    line-height: 1.5;
    color: #333;
}
.del-btn{
    margin-bottom: 10px;
    color: #ee504c;
}




