@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; background-color:#fff; }
.panocomment{
    width:300px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    bottom:50px;
    left:50%;
    margin-left:-160px;
    padding:0 10px;
    border-radius: 3px;
    z-index: 999999;
    display: none;
}
.panocomment-t{
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}
.panocomment-c textarea{
    width:calc(100% - 10px);
    height:50px;
    border-radius: 3px;
    font-size: 12px;
    padding:0 5px;
}
.panocomment-b{
    height:26px;
    margin: 5px 0 10px 0;
}
.panocomment-b a{
    width:80px;
    float: right;
    line-height:26px;
    text-align: center;
    border:1px solid #fff;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin-left:10px;
}
.panocomment-b a.panocomment-b-fb{
    background: #01a9d8;
    border:1px #01a9d8 solid;
}

.vomit-slot-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 98;
}
.vomit-slot{
    position: fixed;
    width: 600px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;
    background: #fff;
    border-radius: 5px;
    z-index: 99
}
.vomit-slot .title{
    width: 552px;
    padding: 16px 24px;
    height: 22px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.65);
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}
.vomit-slot .title span{
    float: right;
    cursor: pointer;
}
.vomit-slot-c{
    padding: 20px;
    color: #000;
    word-break: break-all;
    word-wrap:break-word;
    line-height: 30px;
    overflow: auto;
    height: calc(100% - 100px);
}
.vomit-slot-c .layui-input-block{
    margin-left: 0
}
.vomit-slot .layui-form-checked span, .layui-form-checked:hover span{
    background: #1890ff
}

/*.layui-layer-content{
    color: #333
}*/
/*.layui-layer-move .layui-layer-content{
    color: #fff
}*/


@media screen and (max-width:750px){
    .vomit-slot{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 99;
        margin-left: 0;
        margin-top: 0;
        border-radius: 0
    }
    .vomit-slot .title{
        width: calc(100% - 48px);
        padding: 16px 24px;
        height: 22px;
        line-height: 22px;
        color: rgba(0, 0, 0, 0.65);
        background: #fff;
        border-bottom: 1px solid #e8e8e8;
        font-size: 16px;
        font-weight: bold;
        border-radius: 0;
    }
}