@CHARSET "UTF-8";

body {
	background-color: #f6f6fa;
}

.layui-main {
	width:1200px;
	width: 1200px;
}

.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 3px solid #00549b;
}
.layui-tab-title .layui-this {
	font-weight: bold;
	color: black;
}
.layui-table tr th {
	font-weight: bold;
	color: black;
}

.myCardHeader {
	background-color: #dfe5ef;
	border-bottom:none;
	color:black;
	font-weight: bold;
}

/*右侧按钮*/
.myCardHeaderBtnR {
	float: right;
	font-weight: normal;
}

.myCardHeaderBtnR button {
	width: 60px;
	background-color: #0990dd;
}

.layui-form-select dl dd.layui-this {
	background-color: #0990dd;
}

.layui-form-select {
	width: 320px;
}

.layui-input {
	width: 320px;
}

.layui-form-label {
	line-height: 15px;
}

.layui-table thead tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table[lay-even] tr:nth-child(even) {
    background-color: transparent;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #0990dd;
}
.layui-bg-blue {
	background-color: #0990dd !important
}
.layui-btn-normal {
	background-color: #0990dd
}
.layui-bg-blue .layui-nav-child dd.layui-this {
	background-color: #0990dd
}

.layui-table td, .layui-table th {
	padding: 4px 15px;
}
.layui-form-item {
    margin-bottom: 4px;
}

.layui-col-space10 {
  	margin: 0 !important; 
}

.textDistri {
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
}

s {
	height: 10px;
    margin-top: 6px;
    margin-left: 3px;
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 8px;
    background: transparent url(../images/icon1.png) scroll no-repeat;
}

/** 搜索结果商品面板 */
.pro-panel {
	margin: 5px 5px 5px 5px;
    height: 270px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    padding: 0px 10px;
}

.p-img {
	padding: 20px 0 15px;
    text-align: center;
}

.p-img img {
	vertical-align: top;
    width: 140px;
    height: 140px;
}

.p-normal-name {
	line-height: 16px;
    overflow: hidden;
    font-weight: bold;
}

.p-name {
	font-size: 12px;
    color: #000;
    text-align: left;
    word-break: break-all;
}

.p-price {
	color: #e01d20;
    line-height: 30px;
    font-size: 16;
    font-weight: bold;
    text-align: left;
}

.p-btn {
    left: -1px;
    width: 224px;
}
.p-btn table {
	width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 11;
}
.p-btn table td {
	text-align: left;
}

ul {
	list-style: none;
}

li {
	display: list-item;
    text-align: -webkit-match-parent;
	float: left;
	width: 20%;
    
}

.price-original {
	color: #9c9c9c;
    text-decoration: line-through;
    font-size: 10;
}

.create-order-div {
	background-image: url(../images/bg-1.png);
	height: 100px;
}









