@charset "UTF-8";

/* 表格行选中样式 */
.layui-table-body tr.checked{
	background-color: #b9ffcd !important;
}

/* 表格行悬浮样式 */
.layui-table tbody tr:hover ,.layui-table-hover{
	background-color: #d0eafd !important;
}

/* 表格行当前选中样式 */
.layui-table-body tbody tr.currentChecked{
	background-color: #acdafd !important;
}

.layui-card{
	padding: 10px;
  	border-radius: 10px
}

.upload-btn{
	display: block;
	width:140px;
	height:140px;
	padding:0;
	margin:0;
    background-color: #fff;
    border: 0;
	background: url(../image/upload_btn.png)no-repeat;
	background-size:100%;
	cursor: pointer;
}

/* 栅栏扩展  */
.layui-col1,.layui-col2,.layui-col3,.layui-col4,.layui-col5,.layui-col6,
.layui-col7,.layui-col8,.layui-col9,.layui-col10,.layui-col11,.layui-col12{
	position: relative;
    display: block;
    box-sizing: border-box;
    float: left;
}
.layui-col1{
	width: 8.33333333%; 
}
.layui-col2{
	width: 16.66666667%
}
.layui-col3{
	width: 25%;
}
.layui-col4{
	width: 33.33333333%;
}
.layui-col5{
	width: 41.66666667%;
}
.layui-col6{
	width: 50%;
}
.layui-col7{
	width: 58.33333333%;
}
.layui-col8{
	width: 66.66666667%;
}
.layui-col9{
	width: 75%
}
.layui-col10{
	width: 83.33333333%;
}
.layui-col11{
	width: 91.66666667%;
}
.layui-col12{
	width: 100%;
}

/* 文字对齐 */
.t-c {
    text-align: center;
}

.t-l {
    text-align: left;
}

.t-r {
    text-align: right;
}

/* 左右偏移 */
.f-l {
    float: left !important;
}

.f-r {
    float: right !important;
}

/* 宽度 */
.w10 {
    width: 10px !important;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w60{
	width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
}

.w100 {
    width: 100px !important;
}

.w130 {
    width: 130px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}
.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.w700 {
    width: 700px !important;
}

.w800 {
    width: 800px !important;
}

.w900 {
    width: 900px !important;
}

.w1000 {
    width: 1000px !important;
}

/* 高度 */

.h20 {
    height: 25px !important;
}

.h30 {
    height: 30px !important;
}

.h50 {
    height: 50px !important;
}

.h60{
	height: 60px !important;
}

.h70 {
    height: 70px !important;
}

.h100 {
    height: 100px !important;
}

.h130 {
    height: 130px !important;
}

.h150 {
    height: 150px !important;
}

.h200 {
    height: 200px !important;
}
.h250 {
    height: 250px !important;
}

.h300 {
    height: 300px !important;
}

.h400 {
    height: 400px !important;
}

.h500 {
    height: 500px !important;
}

.h600 {
    height: 600px !important;
}

.h700 {
    height: 700px !important;
}

.h800 {
    height: 800px !important;
}

.h900 {
    height: 900px !important;
}

.h1000 {
    height: 1000px !important;
}

/* margin */
.m0 {
    margin:0 !important;
}

.m1 {
    margin: 1px !important;
}

.m2 {
    margin: 2px !important;
}

.m3 {
    margin: 3px !important;
}

.m4 {
    margin: 4px !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m20 {
    margin: 20px !important;
}

/* padding */
.p0 {
    padding: 0 !important;
}

.p1 {
    padding: 1px !important;
}

.p2 {
    padding: 2px !important;
}

.p3 {
    padding: 3px !important;
}

.p4 {
    padding: 4px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

/* 字体颜色 */
.c-red{
	color:#FF0000;
}

