body,html {
    height: 100%;
}

.layui-card-header {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: #000;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}

.layui-form-item {
    margin-bottom: 0px;
    clear: both;
}

.layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
}

.layui-input, .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 3px;
}

.layui-input:focus, .layui-textarea:hover{
	background: #ffffc8;
}

.layui-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 3px;
}

.layui-form-switch {
    height: 22px;
    line-height: 22px;
}

.layui-form-switch i {
    width: 17px;
    height: 17px;
}

.layui-form-onswitch em {
    font-size: 14px;
}

.layui-table td, .layui-table th {
    font-size: 14px;
    border-left: #ffffff solid 1px;
}
.layui-table th {
    text-align: center;
}
.layui-layer-adminRight {
    top: 0px!important;
}

/*  Category  */
.category {
    /*height: 680px;*/
    overflow: auto;
    border-right: #cccccc solid 1px;
}

.category input[type='checkbox'] {
    width: 15px;
    height: 15px;
    margin-left: 6px;
    /*  display: inline-block; */
}

.category.no-border {
    border-right: none;
}

.category .layui-icon-none {
    width: 16px;
}

.category .control {
    overflow: hidden;
}

.category .control button {
    float: left;
}

.category .root ul {
    padding-left: 20px;
}

.category .root ul {
    display: none;
}

.category .root ul.expand {
    display: block;
}

.category li {
    line-height: 28px;
    padding-right: 8px;
}

.category li span {
    padding-left: 4px;
}

.category li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.category li a.selected {
    background-color: #eee;
}
.category li a:hover{background:#fff7f2;}
.category li a.selected span {
    font-weight: bold;
}

.category li a i {
    display: inline-block;
    height: 100%;
    a:hover
}
/*  Category  */

.link {
    color: #01AAED;
}
.control{
	padding-bottom: 10px;
	border-bottom: 1px solid #f6f6f6;
	margin: 0 0 5px 0;
}

.red-style{
	background: #ff5b0d;
}

.yellow-style{
	/*background: #ffa604;*/
    background: #ff8e62;
}

.grey-style{
	background: #f0f0f0;
}
.width-280{
	width: 280px;
}
.width-170{
	width: 170px;
}
.width-120{
	width: 120px!important;
}
.width-130{
    width: 130px;
}
.width-90{
    width: 90px;
}
.width-80{
	width: 80px;
}
.width-70{
    width: 70px;
}
.width-60{
	width: 60px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-250{
	width: 250px;
}
.width-100{
	width: 100px!important;
}

.width-110{
    width: 110px!important;
}

.mg-left-100{
	margin-left: 100px!important;
}

.mg-left-110{
    margin-left: 110px!important;
}

.mg-left-120{
    margin-left: 120px!important;
}
.mg-left-10{
    margin-left: 10px!important;
}
.height-54{
	height: 56px!important;
}

.advertise-img-label{
	height: 230px!important;
	/* line-height: 290px!important; */
}

.advertise-img-div{
	text-align: center;
	line-height: 180px;
    height: 190px;
    width: 450px;
    padding: 0;
}
.advertise-img{
	max-width: calc(100% - 2px);
	max-height: 190px;
}
.layui-input-inline .layui-form-switch{
	margin-top: 0px;
}

.img-div-bg{
	width:150px;
	height:150px;
	background: #fffeec;
	border: #e6e6e6 solid 1px;
	text-align: center;
	line-height: 150px;
}
.width-185{
	width: 185px;
}
.margin-5-0-5-5{
	margin: 5px 0 5px 5px;
}
.img-del-btn{
	margin-left:15px;
	width:50px;
	height:25px;
	background-color: #FF5722;
	color: #fff;
	border: none;
}
.img-max-wh-35{
	max-width: 35px!important;
    max-height: 35px;
}
.mt-10{
    margin-top: 10px;
}
.operation-div{
    margin-top: 5px;
    padding-right: 15px;
}
.font-size-12{
    font-size: 12px;
}
.font-size-11{
    font-size: 11px;
}
.font-size-13{
    font-size: 13px!important;
}
.font-size-15{
    font-size: 15px;
}
.footer-btn-center{
    width: 60%;
    float: left;
    text-align: right;
}
.footer-btn-right{
    width: 35%;
    float: right;
    text-align: right;
    padding-right: 11px;
}

.max-wh-150{
    max-width:150px;
    max-height:150px;
}
.text-right{
    text-align: right;
}
.font-weight-bold{
    color: #FF0000;
    font-weight: bold;
}

.layui-input-disabled{
    background: #f3f3f3;
}

.text-area-customer{
    min-height: 54px!important;
    -ms-overflow-y: auto;
}

.margin-top-3px{
    margin-top: 3px;
}
.margin-top-5px{
    margin-top: 5px;
}

.upload-mark-word{
    color: #9999cc;
    font-size: 12px;
}

.logo-label-height{
    height: 136px!important;
}

.logo-upload-content{
    padding: 15px;
    width: 306px;
    height: 122px !important;
}
.logo-upload-content img{
    max-width: 300px;
    max-height: 123px;
}
.display-none{
    display: none;
}

.layui-btn:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}

.formatMoney{
    padding-right: 3px;
}