/* CSS Document */
*{ margin:0; padding:0;}
a{ text-decoration:none; outline:none;}
li{ list-style:none;}
.p-l-r-0{padding-left:0px;padding-right:0px;}
.m-l-r-0{margin-left:0px;margin-right:0px;}
.nav-login{
	display: flex;
	height:90px;
	background:#fff;
}
.nav-login .container{
	align-self: center;
	display: flex;
	align-items: center;
}
.logo{
	width:199px;
	height:47px;
	float:left;
	margin-top:20px;
}
.logo-title{
	display: flex;
	align-items: center;
	float:left;
	height:40px;
	line-height:40px;
}
.logo-title h5{
	font-size:20px;
	color:#777;
	font-weight:600;
	height: fit-content;
	margin: 0;
}
.logo-sub{
	height: 20px;
	width: 1px;
	background: #CCC;
	margin: 0 15px;
}
.logo-subtitle{
	float:left;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#666;
}

.have-account{
	font-size:16px;
	float:right;
	margin-top:31px;
	color:#999;
	height:34px;
	line-height:34px;
	margin-bottom:20px;
}
.have-account a{
	text-decoration:none;
}
.reg-content{
	width:100%;
	background-color:#f6f6f6;
	margin:0 auto;
}
.reg-box{
	background-color:#fff;
	margin: 24px 0;
	min-height:100px;
}
.reg-box .reg-title{
	/*background:url(images/sign-up1.png) no-repeat;*/
	height: 80px;
}
.reg-title .reg-top{
	height:34px;
	line-height:34px;
	font-size:20px;
	font-weight:600;
	color:#333;
	padding-top: 32px;
	text-align:center;
}
.reg-boxt{
	font-size:14px;
	color:#333;
	margin:30px 50px;
}
.reg-boxt .p-title{
	font-weight: 600;
}
.reg-boxt .p-row{
	font-size:14px;
}
.reg-bottom{color:#999;}
.reg-bottom>a:hover{text-decoration:none;}
.reg-btn{
	width: 359px;
	margin:0 auto;
	padding-bottom:30px;
}
.reg-btn .btn-enter{
	width: 359px;
	height:48px;
	line-height:48px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	background-color:#496DFF;
	text-align:center;
	display:block;
	margin-top:64px;
	font-weight:600;
	font-size:16px;
	border: none;
	border-radius:2px;
}
.reg-btn .btn-enter:hover{color:#fff;background: #4674D0;}
.reg-btn .btn-enter:focus,.reg-btn .btn-enter:active:focus{color:#fff;outline: none;}
.reg-btn .btn-enter:active{box-shadow: inset 0 3px 5px rgba(0,0,0,.125);}
/*��ҳҳβ*/
.foot{
	background:#282828;
	color:#ddd8d8;
	font-size:13px;
}
.foots{padding:20px;}
.foot-item{
	float:left;
	padding-right:20px;
}
.foots ul li a{
	color:#ddd8d8;
}
.foot-item>a:hover{text-decoration:none;}
/*供应商准入查询*/
.panel-default{
	border: none;
	margin-bottom: 24px;
	border-radius: 0;
	box-shadow: none;
}
.panel-default>.panel-heading{
	position: relative;
	border-radius: 0;
	border: none;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 20px 20px 5px;
}
.panel-default>.panel-heading p{
	margin: 0 17px;
}
.panel-default>.panel-heading p:before{
	content: '';
	position: absolute;        /*定位背景横线的位置*/
	left: 20px;
	background: #A6B8FF;       /*宽和高做出来的背景横线*/
	width: 7px;
	height: 22px;
}
.form-control{
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	height: 32px;
}
.form-control:focus{
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: none;
}
.btn{
	width: 65px;
	height: 32px;
	border-radius: 2px;
	line-height: 18px;
}
.btn.btn-search{
	margin-left: 10px;
	color: #fff;
	background: #496DFF;
	border: 1px solid #496DFF;
}
.btn.btn-search:hover{
	background-color: #4674D0;
	border: 1px solid #4674D0;
}
.btn.btn-back{
	margin-left: 12px;
	color: #666;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.btn.btn-back:hover{
	color: #496DFF;
	background: #EDF2FA;
	border: 1px solid #496DFF;
}
.panel-body .table{
	width: 95%;
	margin: 0 auto;
	table-layout:fixed;
}
.table thead{
	background: #ECF3FF;
	color: #666;
}
.table-striped>tbody>tr:nth-of-type(odd){background: #fff;}
.table-striped>tbody>tr:nth-of-type(even){background: #FAFBFD;}
.table>thead>tr>th{
	border-bottom:none;
	font-weight: 400;
	height: 40px;
}
.table>tbody>tr>td{
	border-top-style:none;
	vertical-align:inherit;
	height: 40px;
	word-break: break-all;
	color: #333;
}
.table tr{
	border: 1px solid #EAEAEA;
}
.table td{
	padding:0 10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#666;
}