.ctouy-bottle-box{
    background: white;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.ctouy-bottle-box .notice{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    display: flex;
    justify-content: center;
}

.ctouy-bottle-box .notice-inner{
    background: white;
    width: 90%;
    max-height: 50%;
    margin-top: 50%;
    height: fit-content;
    overflow: auto;
    border-radius: 4px;
}



.ctouy-bottle-box .header{
    display: flex;
    justify-content: space-evenly;
    /*border-bottom: 1px solid #F0F0F0;*/
    padding: 16px 0px;
    font-size: 16px;
    font-weight: lighter;
}

.ctouy-bottle-box .bottle-tab{
    cursor: pointer;
}

.ctouy-bottle-box  .bottle-tab-active{
    font-weight: bold;
}



/* 内容 */
.ctouy-bottle-box .content{
    min-height: 80%;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 16px;
}

.ctouy-bottle-box .content:empty::before{
    content: "暂无记录";
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 25%;
    font-size: 16px;
}

.ctouy-bottle-box .content .item{
    display: flex;
    border-bottom: 1px solid #F0F0F0;
    padding: 8px 16px;
    cursor: pointer;
    align-items: start;
}

.ctouy-bottle-box .content .info-box{
    margin-left: 16px;
}

.ctouy-bottle-box .content .avatar{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}


.ctouy-bottle-box-mini{
    display: flex;
    align-items: start;
}

.ctouy-bottle-box-mini .avatar{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.ctouy-bottle-box-mini .info-box{
    margin-left: 16px;
}



.ctouy-bottle-box .content .name{
    font-weight: bold;
    font-size: 16px;
}

.ctouy-bottle-box-mini  .name{
    font-weight: bold;
    font-size: 16px;
}


.ctouy-bottle-box .content .desc{
    font-size: 14px;
    color: #505050;
    word-break: break-all;
}

.ctouy-bottle-box-mini .desc{
    font-size: 14px;
    color: #505050;
    text-align:start;
    word-break: break-all;
}


/*底部*/
.ctouy-bottle-box .footer{
    padding: 8px 0;
    display: flex;
    justify-content: space-evenly;
}


.ctouy-bottle-box .btn1{
    background: #ff9800;
    padding: 8px 16px;
    color: white;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: cover !important;
    box-sizing: border-box !important;
    background-repeat: round !important;
    width: 100px;
    text-align: center;
}


.ctouy-bottle-box .btn2{
    background: #2196f3;
    padding: 8px 16px;
    color: white;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: cover !important;
    box-sizing: border-box !important;
    background-repeat: round !important;
    width: 100px;
    text-align: center;
}

.ctouy-bottle-box .no-cursor{
    cursor: auto !important;
}

.className{
    display: none;
}

