@charset "utf-8";

/* css document */

/*查询入口 样式表*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #f0f0f0;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
	border-collapse: collapse;
}
html,body{
	float: left;
    width: 100%;
    height: 100%;
}
.wrap {
	width: 100%;
	min-width: 1280px;
	height:100%;
	overflow-y:hidden;
	float: left;
	background: url(/image/match/bg.jpg) center top no-repeat;
	position: relative;
}
.wrap .wrap-main{
	width: 1200px;
    height:auto;
    margin: 0 auto;
}

.logo-main{
	float: left;
	width: 100%;
	margin-top:35px;
}
.logo-main>img{
	float: left;
	width:222px;
	height:53px;
}
.logo-main i.line{
	float: left;
	width: 1px;
	height:16px;
	background: #286fb7;
	margin: 19px 15px 0;
}
.logo-main p{
	float: left;
	color: #286FB7;
	font-size: 22px;
	line-height: 53px;
}

.login-main{
	float: left;
	width: 375px;
	height:auto;
	margin:65px 412.5px 0;
}
.login-main .content{
	float: left;
	width: 100%;
	height:400px;
	background: #fff;
}
.login-main .content .content-tit{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.login-main .content .content-tit i{
	float: left;
	width: 3px;
	height:22px;
	background: #286fb7;
	margin:0 8px 0 20px;
}
.login-main .content .content-tit p{
	float: left;
	color: #4e4e4e;
	font-size: 16px;
	font-weight: bold;
}
.login-main .content ul{
	float: left;
	width: 335px;
	height:auto;
	margin:22px 20px 0;
}
.login-main .content ul li{
	float: left;
	width: 100%;
	margin-bottom:25px;
}
.login-main .content ul li input{
	float: left;
	width: 333px;
	height:40px;
	border:1px solid #ccc;
	text-indent: 10px;
	line-height: 40px;
}
.login-main .content ul li p.ts{
	float: left;
	width: 100%;
	color: #ff510d;
	font-size: 12px;
	margin:1px 0 -17px 2px;
}
.login-main .content ul li.btn button{
	float: left;
	width: 335px;
	height:42px;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	background: #286fb7;
	margin-top: 20px;
}
.login-main .content ul li.btn button:hover{
	background: #2267ac;
	color: #fff;
}
.login-main>button{
	float: left;
	width: 375px;
	height:45px;
	background: #fff;
	border:1px solid #286fb7;
	color: #286fb7;
	font-size: 16px;
	line-height: 43px;
	margin-top: 20px;
}
.login-main button:hover{
	background: #2267ac;
	color: #fff;
}
/*底部*/
.wrap .login-bottom{
	float: left;
	width: 100%;
	height:35px;
	background: url(/image/match/bottom-bg.png) repeat;
	position: absolute;
	left: 0;
	bottom:20px;
}
.wrap .login-bottom .login-bottom-main{
	width: 1045px;
    height:100%;
    margin: 0 auto;
   padding-left: 155px;
}
.wrap .login-bottom .login-bottom-main p{
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 35px;
}
.wrap .login-bottom .login-bottom-main p.line{
	width: 1px;
	height: 14px;
	background: #fff;
	margin: 11px 10px;
}
.wrap .login-bottom .login-bottom-main a{
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 35px;
}
.wrap .login-bottom .login-bottom-main a:hover{
	text-decoration: underline;
}


/*查询结果 弹窗*/
.tc-out {
	width:520px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}
.tc-out .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tc-out .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}
.tc-out .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(/image/match/tc-close-icon.png) -10px -10px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}
.tc-out .main-title i.close:hover {
	background: url(/image/match/tc-close-icon.png) -10px -60px no-repeat;
	cursor: pointer;
}
.tc-out .tc-main{
	width: 364px;
	float: left;
	margin: 20px 78px 0;
}
.tc-out .tc-main p{
	float: left;
	width: 100%;
	color: #73737f;
	font-size: 14px;
	line-height: 24px;
}
.tc-out .btn {
    width: 100%;
    text-align: center;
    float: left;
    margin: 25px 0 20px 0;
}
.tc-out .btn button {
    width: 128px;
    height: 33px;
    color: #fff;
    border: 1px solid #00c177;
    border-radius: 3px;
    background: #00c177;
    font-size: 14px;
    line-height: 29px;
}
.tc-out .btn button.qx {
    margin-left: 33px;
    color: #00c177;
    background: #fff;
}
.tc-out .btn button:hover {
    background: #01B26E;
    color: #fff;
}