.config_box{
	background: #f5f5f5;height: 40px; border: solid 1px #e8e8e8;line-height: 40px;padding: 0 10px;
}
.layui-btn-group .layui-btn.active{
	background:#d8d2d298;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.logo-image{
	width: 16px;
	margin: 0 3px 3px 0;
}

.ft-center{
	text-align:center;
	padding:15px; 
	border: 1px solid #eee;
}
.lable-num {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    background: #4879E9;
    cursor: pointer;
}
#title_input_span {
	color: #f60;
	font-family: georgia;
	font-size: 16px;
    font-weight: bold;
}

.ky {
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #EFEFEF;
    float: left;
    color: #3B9500;
    font-size: 12px;
    position: relative;
}
.ky2 {
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #EFEFEF;
    float: left;
    color: red;
    font-size: 12px;
    position: relative;
}
.ky3 {
    cursor: pointer;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 5px;
    border: 0px solid #EFEFEF;
    float: left;
    color: #2A2A2A;
    font-size: 12px;
    position: relative;
}
.opt {
    text-align: center;
    display: none;
    height: 23px;
    padding-top: 4px;
    background-color: #FF7200;
    border-left: 1px solid #EFEFEF;
    position: absolute;
    top: 0px;
    z-index: 999;
    right: -61px;
}

.list-table th, .list-table td {
    border-left: 1px solid #e6e6e6 !important; 
    border-right: 1px solid #e6e6e6 !important;
}
.title-table td {
	padding:5px 5px;
	text-align: left;
}




.item-content {
    margin: 10px;
    padding-bottom:10px;
}
.item-content .item:HOVER{
    /*background-color: #F5F5F5;
    border-right: 3px solid #F5F5F5; */
    box-shadow: 0px 1px 1px 1px #dcdcdc;
    cursor: pointer;
}
.item-content .item {
    color: #666!important;
    font-size: 12px;
    /* border-right: 3px solid #e5e5e5; */
    padding: 10px;
    margin: 3px 0;
    background: #fff;
    border: 1px solid #ddd;
    margin-right: 0.5%;
}
/* .layui-col-md3 {
    width: 24.5%;
} */
.item-preview-wrap {
    float: left;
    margin-right: 5px;
}
.item-content .item .item-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-content .item .item-down {
    margin-top: 17px;
    text-align: right;
}
.layui-btn .layui-icon {
    margin-right: 0px;
}
.price {
    color: red;
}