
/* 样品中心 */

/* 顶部搜索框 */
.sellershop_samples_inputBox {
	width: 100%;
	border-radius: 5px 5px 0 0;
	border: 2px solid #fff;
	background: linear-gradient(to bottom, #EEF3F9, #ffffff);
	padding: 15px 21px 10px 21px;
	box-sizing: border-box;
}
.sellershop_samples_input {
	width: 390px;
	height: 31px;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding-left: 10px;
}
.sellershop_samples_input::placeholder{
	color:#777 !important;
	font-size: 12px;
}
.sellershop_samples_btn {
	width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    color: #FFFFFF;
    background: #00A0E8;
}

/* 样品表格 */
.sellershop_samples_tableBox {
	box-sizing: border-box;
	width: 100%;
	margin-top: 10px;
}
.sellershop_samples_tableBox table thead {
	border-radius: 5px 5px 0 0;
}
.sellershop_samples_tableBox table thead th {
	height: 38px;
	background-color: #EBEEF0;
	font-weight: normal;
}
.sellershop_samples_tableBox table tbody td {
	height: 83px;
	border-bottom: 1px dashed #B5CFFF;
}
.sellershop_samples_tableBox table .tl {
	padding-left: 20px;
	overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
}
.tablesbutton {
	background-color: #EDF8FF;
	border-radius: 2px ;
	width: 98px;
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	border:1px solid #00A0E8;
	color: #00A0E8;
	cursor: pointer;
}
.sellershop_samples_tableBox .iconfont {
	cursor: pointer;
}

/* 红色模板 */
.red_template_set .sup-filtrate .sup-filtrate-tab ul li.active{
    color: #FF872D !important;
    border: 1px solid #FF872D !important;
}
.red_template_set .sup-filtrate .sup-filtrate-tab ul li.active::after{
    color: #FF872D !important;
}
.red_template_set .hang_boxItemOn, .product_third_itemOn {
	border: 1px solid #FF872D !important;
	color: #FF872D !important;
}
.red_template_set .sellershop_samples_inputBox {
	background: linear-gradient(to bottom, rgba(255, 245, 230, 0.66), #ffffff);
}
.red_template_set .sellershop_samples_btn {
	background-color: #FF872D;
}
.red_template_set .tablesbutton {
	background-color: rgba(240, 105, 10, 0.1) !important;
	border:1px solid #FF872D !important;
	color: #FF872D;
}

/* 蓝色模板 */
.blue_template_set .sup-filtrate .sup-filtrate-tab ul li.active{
    color: #19BAA7 !important;
    border: 1px solid #19BAA7 !important;
}
.blue_template_set .sup-filtrate .sup-filtrate-tab ul li.active::after{
    color: #19BAA7 !important;
}
.blue_template_set .hang_boxItemOn, .product_third_itemOn {
	border: 1px solid #19BAA7 !important;
	color: #19BAA7 !important;
}
.blue_template_set .sellershop_samples_inputBox {
	background: url('../images/sample_bg.png') no-repeat top left;
}
.blue_template_set .sellershop_samples_btn {
	background-color: #19BAA7;
}
.blue_template_set .tablesbutton {
	background-color: #fff !important;
	border:1px solid #19BAA7 !important;
	color: #19BAA7;
}

/* 黑色模板 */
.black_template_set .sup-filtrate .sup-filtrate-tab ul li.active {
    color: #3759E6 !important;
    border: 1px solid #3759E6 !important;
}
.black_template_set .sup-filtrate .sup-filtrate-tab ul li.active::after{
    color: #3759E6 !important;
}
.black_template_set .hang_boxItemOn, .product_third_itemOn {
	border: 1px solid #3759E6 !important;
	color: #3759E6 !important;
}
.black_template_set .sellershop_samples_inputBox {
	background: url('../images/sample_bg.png') no-repeat top left;
}
.black_template_set .sellershop_samples_btn {
	background-color: rgba(50, 83, 220, 0.66);
}
.black_template_set .tablesbutton {
	background-color: rgba(39, 228, 217, 0.1) !important;
	border:1px solid #0FBDB3 !important;
	color: #0FBDB3;
}