@charset "utf-8";

/* 公共样式 */
body{
	background: #F1F2F7;
	overflow-x:hidden;
	padding: 0px;
}

.larry-personal{
	margin: 0 auto;
	background: #ffffff;
	border-radius: 3px;
	padding-bottom: 0px;
	border: none;
}
header.larry-personal-tit{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #EEEFF1;
	padding:0 20px;
	padding-left: 30px;
}
 header.larry-personal-tit span{
	line-height: 50px;
	font-size: 14px;
	color: #858585;
	font-weight: 300;
}
.add,.reduce{
	width:12px;
	height: 12px;
	margin-top: 10px;

}
.layui-form{
	padding: 0px;
}
/* 个人信息 */
.layui-form .layui-form-item label.layui-form-label{
	width: 120px;
	font-family: "Microsoft YaHei";
}
.layui-input-block{
	margin-left: 160px;
}
.layui-disabled{
	background: #EEEEEE;
	color: #595963 !important;
}
.layui-disabled:hover{
	color: #595963 !important;
}
.layui-input-block textarea{
	height: 90px;
}
/* 修改密码 */
.changepwd{
	padding-bottom: 150px;
}
.change-submit{
	margin-top: 20px;
}
/* 日志管理 */
.layui-elem-quote{
	background: #ffffff;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 0px;
}
.larry-separate{
	background: #F2F2F2;
	width: 100%;
	height: 10px;
}
.mylog-info-tit .layui-tab-title{
	border: none;
}
.mylog-info-tit .layui-tab-title li{
	color: #ffffff;
	border-radius: 3px;
	margin-right: 10px;
}
.mylog-info-tit .layui-tab-title li i{
	padding-right: 5px;
}
.mylog-info-tit .layui-tab-title li.layui-this{
	background: #FF5722;
	border: none;
	border-radius: 3px;
}
.larry-log-del{
	display: inline-block;
	width: 100px;
	height: 38px;
	float: right;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
}
.larry-log-del i{
	display: inline-block;
	font-size: 16px;
}
.mylog-info-box .layui-tab-content{
	margin: 0px;
	padding: 0px;
}
.mylog-info-box .layui-tab-content .layui-tab-item{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*背景图片*/
.product_lists_table tbody .icon_shop_path,
.product_lists_table .shop_id .icon_shop_id,
.product_lists_table .shop_phone .icon_shop_phone,
.product_lists_table .shop_qq .icon_shop_qq,
.product_lists_table .shop_price_ph .icon_shop_ph,
.product_lists_table .shop_price_pc .icon_shop_pc,
.shop_done .icon_shop_done,
.shop_winning .icon_shop_winning,
.shop_apply .icon_shop_apply,
.shop_surplus .icon_shop_surplus,
.shop_count .icon_shop_count,
.shop_appreciation .icon_shop_appreciation,
.shop_guarantee .icon_shop_guarantee,
.shop_deposit .icon_shop_deposit,
.shop_draw .icon_shop_draw,
.shop_rebate .icon_shop_rebate {
	margin-right:9px;
	display:inline-block;
	background:url("/static/admin/images/admin_img/product_lists_table.png") no-repeat;
	vertical-align: top;
	opacity:0.5;
}

.layui-field-box .layui-table{
	margin-top: 0px;
	border: 1px solid #E2E2E2;
}
.layui-field-box .layui-table tr th,
.layui-field-box .layui-table tr td{
	text-align: center;
}
.table-hover tbody tr:hover{
	background-color: #EEEEEE;
}
.layui-btn i{
	padding-right: 5px;
}
.larry-table-page{
	width: 100%;
	height: 50px;
	padding-top: 6px;
}
.larry-table-page .layui-btn{
	display: block;
	float: left;
}
.larry-table-page .page{
	padding-left:15px;
	float: left;
}
.larry-table-page .page .layui-laypage{
	padding: 0px;
	margin: 0px;
}

.product_lists_table {
　　table-layout:fixed;
	word-break:break-all;
}
.product_lists_table thead tr {
	background-color:#ffffff;
}
.product_lists_table tbody tr:nth-child(odd) {
	background-color:#f8f8f8;
}
.product_lists_table tbody tr:nth-child(even) td {
	background-color:#ffffff;
}
.product_lists_table th,
.product_lists_table td {
	font-size:12px;
}

.product_lists_table thead th {
	height:53px;
	padding:0;
	line-height:53px;
}


/*表格单元格的padding*/
.product_lists_table tbody td {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:0;
}
.product_lists_table tbody td:nth-child(1),
.product_lists_table tbody td:nth-child(2) {
	padding-left:5px;
	padding-right:5px;
}

.product_lists_table tbody p {
	line-height:22px;
	color:#030207;
	text-align:left;

}

.product_lists_table tbody .addApply .shop_btn {
	line-height:16px;
	margin-top:10px;
	margin-bottom:10px;
}
.product_lists_table td:nth-child(7) p:nth-last-child(2),
.product_lists_table td:nth-child(7) p:nth-last-child(4) {
	margin-bottom:0;
}


/*单元格内容*/
.product_lists_table tbody .shop_tit {

}
.product_lists_table tbody .shop_name {
	max-width:200px;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
}
.product_lists_table tbody .shop_path,.product_lists_table tbody .shop_sort,.product_lists_table tbody .shop_state {
	padding: 5px 0 5px 4px;
	min-height:15px;
	line-height:15px;
}
.product_lists_table tbody td .shop_sort_text {
	display:inline-block;
	max-width:60%;
	color:#343434;
}
.product_lists_table tbody td .shop_state_text {
	color:#343434;
}
.product_lists_table tbody td .shop_phone_text {
	color:#343434;
}
.product_lists_table tbody td:nth-child(3) p span {
	vertical-align:top;
}

.product_lists_table tbody .gray {
	color:#6e6e6e;
}
.product_lists_table tbody .icon_shop_path {
	height:15px;
	width:16px;
	background-position:0 -75px;
	background-size:15px;
	margin-right:4px;
}
.product_lists_table tbody .shop_btn {
	line-height:32px;
	text-align:center;
	font-size:12px;
}
.product_lists_table tbody .shop_btn .fl {
	float:left;
}
.product_lists_table tbody .shop_btn .fr {
	float:right;
}
.product_lists_table tbody .shop_btn a {
	display:inline-block;
	color:#158f76;
}
.product_lists_table tbody .shop_btn a:hover {
	color:#666;
}

.product_lists_table .shop_id,
.product_lists_table .shop_phone,
.product_lists_table .shop_qq {
	display:block;
	height:26px;
	color:#06050a;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:26px;
}
.product_lists_table .shop_p_tit {
	color:#6e6e6e;
}

.product_lists_table .shop_id .icon_shop_id,
.product_lists_table .shop_phone .icon_shop_phone,
.product_lists_table .shop_qq .icon_shop_qq  {
	width:19px;
	vertical-align: middle;
}
.product_lists_table .shop_id .icon_shop_id {
	height:15px;
	background-position:0 -164px;
}
.product_lists_table .shop_phone .icon_shop_phone {
	height:19px;
	background-position:0 -286px;
}
.product_lists_table .shop_qq .icon_shop_qq {
	height:18px;
	background-position:0 -21px;
}
.product_lists_table td p:last-child {
	margin:auto;
}
.product_lists_table .shop_price_pc,
.product_lists_table .shop_price_ph {
	margin-bottom:15px!important;
	width:100%;
	text-align:center;
	color:#da6464;
	line-height:1;
	overflow:hidden;
}
.product_lists_table .shop_price_pc .icon_shop_pc {
	margin:auto;
	width:20px;
	height:16px;
	background-position:0 0;
	display:block;
}
.product_lists_table .shop_price_ph .icon_shop_ph {
	margin:auto;
	width:14px;
	height:23px;
	background-position:-1px -310px;
	display:block;
}
.product_lists_table .shop_id_text {
	max-width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color:#343434;
}

/*一堆图标*/
.product_lists_table .td_common {
	margin-bottom:15px;
	text-align:center;
	color:#da6464;
	line-height:1.2;
	overflow:hidden;
}
.product_lists_table .td_common span {
	float:left;
}
.product_lists_table .td_common .shop_p_tit {
	text-indent:5px;
}
.shop_rebate .icon_shop_rebate {
	margin-right:2px;
	width:18px;
	height:16px;
	background-position:0 -266px;
}
.shop_draw .icon_shop_draw {
	margin-right:4px;
	width:16px;
	height:16px;
	background-position:0 -83px;
}
.shop_deposit .icon_shop_deposit {
	margin-right:4px;
	width:16px;
	height:18px;
	background-position:0 -62px;
}
.shop_guarantee .icon_shop_guarantee {
	width:20px;
	height:17px;
	background-position:0 -141px;
}
.shop_appreciation .icon_shop_appreciation {
	margin-right:4px;
	width:16px;
	height:15px;
	background-position:0 -245px;
}
.shop_count .icon_shop_count {
	margin-right:6px;
	width:14px;
	height:13px;
	margin-top:2px;
	background-position:0 -124px;
}
.shop_surplus .icon_shop_surplus {
	margin-right:6px;
	width:14px;
	height:15px;
	background-position:0 -204px;
}
.shop_apply .icon_shop_apply {
	margin-right:5px;
	width:15px;
	height:16px;
	background-position:0 -224px;
}
.shop_winning .icon_shop_winning {
	margin-right:8px;
	width:12px;
	height:15px;
	background-position:0 -185px;
}
.shop_done .icon_shop_done {
	margin-right:3px;
	width:17px;
	height:15px;
	background-position:0 -43px;
}


.shop_path_text {
	display:inline-block;
	width:112px;
	overflow: hidden; /*自动隐藏文字*/
text-overflow: ellipsis;/*文字隐藏后添加省略号*/
white-space: nowrap;/*强制不换行*/
}
.shop_path_tit {
	vertical-align:top;
}

.icon_shop_sort, .icon_shop_state {
	display:inline-block;
	height:15px;
	width:15px;
	vertical-align:top;
	margin-right:4px;
}
.icon_shop_sort {
	background:url("../../../images/admin_img/sort.png") no-repeat;
	background-size:15px;
}
.icon_shop_state {
	background:url("../../../images/admin_img/state.png") no-repeat;
	background-size:15px;
}

.larry-grid .layui-elem-field .info_item span:first-child {
	width:120px;
	text-align:right;
	padding:9px 15px;
	line-height:20px;
	font-weight:400;
	display:inline-block;
}
.larry-grid .layui-elem-field .info_item {
	margin-bottom:10px;
}

/***** 活动标签 ********/
.tag{padding:1px 3px 2px 3px;color:white;cursor: pointer;}
.tag01{background: #98c7ec;}
.tag02{background: #ffa3a3;}
.tag03{background: #b7dc9e;}
.tag04{background: #68cddc;}
.tag05{background: #b7dc9e;}
.tag06{background: #fdc296;}
.tag07{background: #7dd3fd;}
.tag08{background: #acceca;}
.tag09{background: #d3a7b3;}
.tag10{background: #b7dc9e;}
.tag11{background: #d3afa7;}


.recruit_container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	padding:0 10px;
	padding-bottom:20px;
}
.recruit_tab td,
.admin_merchant td {
	font-size:12px;
}
.recruit_tab td p,
.admin_merchant td p {
	line-height:24px;
	display:inline-block;
}
.recruit_tab th,
.admin_merchant th {
	font-size:14px;
	line-height:54px;
	height:54px;
	text-align:center;
	background:#f8f8f8;
}

.recruit_tab td.oper_a a {
	width:auto;
}
.recruit_tab th, .recruit_tab td ,
.admin_merchant th, .admin_merchant td {
	padding:5px 5px;
}
/* 链接 */
.recruit_tab td .link input {
	border-radius:3px;
	margin-bottom:10px;
	width:100px;
}
.recruit_tab td .link:last-child {
	margin-bottom:0;
}
/* 用户信息 */
.recruit_tab .user_info {
	text-align:left;
}
.recruit_tab .user_info p {
	font-size:13px;
	height:24px;
	line-height:24px;
	vertical-align: top;
}
.recruit_tab .icon {
	float:left;
	width:16px;
	height:16px;
	margin-top:4px;
	margin-right:5px;
}

/* 几个图标 */
.recruit_tab .user_info .user,
.recruit_tab .user_info .name {
	background:url("../images/icon/icon_user.png") no-repeat center center;
	background-size:16px;
}
.recruit_tab .user_info .phone {
	background:url("../images/icon/icon_phone.png") no-repeat center center;
	background-size:16px;
}
.recruit_tab .icon.mon {
	background:url("../images/icon/icon_mon.png") no-repeat center center;
	background-size:16px;
}
.recruit_tab .icon.acc {
	background:url("../images/icon/icon_acc.png") no-repeat center center;
	background-size:16px;
}
.recruit_tab .icon.line {
	background:url("../images/icon/icon_line.png") no-repeat center center;
	background-size:16px;
}
.recruit_tab .icon.deal {
	background:url("../images/icon/icon_deal.png") no-repeat center center;
	background-size:16px;
}
.recruit_tab .icon.link {
	background:url("../images/icon/icon_link.png") no-repeat center center;
	background-size:16px;
}

/* 数字 */
.recruit_tab .number {
	color:#da6464;
}



/* 模板风格选择 */
.style_select {

}
.style_select .select_container {
}
.style_select .select_container .layui-tab-title {
	padding:0 20px;
}
.style_select .select_container .layui-show {
	padding:0 20px;
}
.style_select .select_container .could_item {
	display:inline-block;
	margin:0 15px;
}
.style_select .select_container .could_item .item_title {
	text-align:center;
}
.style_select .select_container .could_item .ft {
	text-align:center;
}

/*自定义 后台提示信息框样式*/
.alert-notice-success{
	box-sizing: border-box;
	min-width: 400px;
	padding: 12px;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 99;
	font-size: 14px;
	color: #46556d;
	border-radius: 2px;
	transform: translateX(-50%);
	background-color: #f6ffed;
	border: 1px solid #b7eb8f;
	text-align: center;
	display: none;
}
.alert-notice-error{
	box-sizing: border-box;
	min-width: 400px;
	padding: 12px;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 99;
	font-size: 14px;
	color: #46556d;
	border-radius: 2px;
	transform: translateX(-50%);
	background-color: #fff1f0;
	border: 1px solid #ffa39e;
	text-align: center;
	display: none;
}