/* 背景颜色 */
.bg-c-gray{
    background-color: #f3f3f4;
}

/* padding */
.pad-t1{
    padding-top: 1px;
}

.pad-b15{
    padding-bottom: 15px;
}

.pad-l20{
    padding-left: 20px;
}


.pad0{
    padding: 0!important;
}
.pad15{
    padding: 15px;
}
.pad20{
    padding: 20px;
}

/* margin */
.mag-t10{
    margin-top: 10px;
}

/* 浮动 */
.fl{
    float: left;
}
.fr{
    float: right;
}

/* 宽 */
.w20{
    width: 20%;
}
.w50{
    width: 50%;
}
.w100{
    width: 100%;
}



/* 列表页 */
.ss_select{
    height: 38px;
    line-height: 1.3;
    padding-left: 10px;
    border-color: #e6e6e6;
    min-width: 100px;
    text-align:center;
    text-align-last: center; 
}

.list-btn-on{
    background-color: #FFB800;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    pointer-events:none;
    margin:0 5px;
}
.list-btn-off{
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    margin:0 5px;
}

/* 详情页 */
.data-title {
    background-color: #fff;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
}
.data-content {
    background-color: #fff;
    padding: 20px;
    margin-top: 1px;
}
.data-img{
    min-height: 40px;
}
.img_box{
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    text-align: center;
}
.img_box img{
    height: 80px;
}
.img_box video{
    height: 150px;
}
.img_but{
    margin-top: 5px;
    display: block;
}
.img_but button{
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background-color: #009688;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
    display: inline-block;
}






/* 顶替layui样式 */
@media screen and (min-width: 800px) { 
    .layui-form-pane .layui-form-label{
        width: 180px;
    }
    .layui-form-pane .layui-input-block {
        margin-left: 180px;
    }
    .add-div3{
        width: 30%!important;
    }
    .add-input3{
        width: calc(100% - 190px)!important;
    }
} 

@media screen and (max-width: 800px) { 
    .add-div3{
        width: 100%!important;
    }
    .form-btn .layui-input-block{
        margin-left:0!important;
        left:0!important;
    }
}

.layui-layer-dialog{
    max-height: 90%!important;
}

/* other */
.hide{
    display: none;
}


/* display */
.dis-in{
    display: inline;
}
.dis-in-b{
    display: inline-block;
}

/* overflow */
.of-h{
    overflow: hidden;
}

