div,body,span,img,p,ul,ol,li,table,tr,td{
	margin:0px;padding:0px;
}
body{
	background:url("../image/headerbg.png") repeat-x;
}
.wx{
	margin:0px auto;
	max-width:800px;
	height:auto;
	width:auto;
	position:relative;
}
 
.header1 img,.header2 img,.header3 img{
	width:100%;
	height:auto;
	display: block;
} 
.bm{
	margin-bottom: 30px;
}
.bm table{
	margin:0px auto;
	width:611px;	 
	border-collapse:collapse;
	border-spacing:0; 
}
.bm table tr td{
	padding-left:3px;
	height:35px;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	font-size:13px;
	color:#666;
	width:15%;
	padding:5px 0px;
}
.input_t{
	outline:none;
	border:none; 
 	width:50%;
	font-size: 14px;
	padding:10px 14px;
	font:'Microsoft Yahei',"Tahoma";	 
}
#textbody{
	border:1px solid #ccc;
	height: 120px;
	line-height: 20px;
	width: 70%;
	outline: none;
	resize: none;
	padding:5px;
	font-size:12px;
}
input.error{
	 color:#f00;
}
 
label.error {
    background:url("../image/c_c.png") no-repeat 0px 3px;
    padding-left: 16px;
    padding-bottom: 2px;
    font-weight: bold;
    padding-top: 2px;
    color: #EA5200;
    padding-left: 20px;
}
label.checked {
    background:url("../image/c_d.png") no-repeat 0px 0px;
}

.err_title{
	color:#f00;
	font-weight:bold;
}
.err_info{
	margin:10px auto;
}
.err_info p{
	width:96%;
	margin:5px 0px;
	text-indent: 22px;
	background:url("/wx/image/c_c.png") no-repeat 3px 3px;
}
.tjbutton,.mybtn{
	padding:10px 20px;
	border:none;
	outline: none;
	width:160px;
	border-radius: 5px;
	cursor: pointer;
	background:-moz-linear-gradient(left top,#62bfcd,#4cc3d5);
	background:-webkit-linear-gradient(left top,#62bfcd,#4cc3d5);
	background:linear-gradient(left top,#62bfcd,#4cc3d5);
	letter-spacing: 1px;
	font-size:20px;
	color: #fff;
	position: absolute;
	right:5px;
	top:10px;
	box-shadow:1px 1px 3px #ccc;
}
.tjbutton:hover{
 	background:-moz-linear-gradient(left top,#62bfcd,#4cc3d5);
	background:-webkit-linear-gradient(left top,#62bfcd,#4cc3d5);
	background:linear-gradient(left top,#62bfcd,#4cc3d5);
}


.sysbutton{
	padding:10px 20px;
	border:none;
	outline: none;
	width:160px;
	border-radius: 5px;
	cursor: pointer;
	background:-moz-linear-gradient(left top,#62bfcd,#4cc3d5);
	background:-webkit-linear-gradient(left top,#62bfcd,#4cc3d5);
	background:linear-gradient(left top,#62bfcd,#4cc3d5);
	letter-spacing: 1px;
	font-size:20px;
	color: #fff;	 
	box-shadow:1px 1px 3px #ccc;
	display: block;
	margin:15px auto;
}


.bmbutton{
	position: relative;
	height:50px;
	margin:10px 0px;
}
.mybtn{
	text-decoration:none;
	text-align: center;
	right: 104px
}
.otherfl{
	padding:2px 4px;
	border:1px solid #ccc;
	border-radius: 4px;
	color:#666;
	margin-left:5px;
	display: none;
}

#counter{
	color:#f00;
}



.top10{
	margin-top:10px;
}

.tinfo{
	width: 88%;
	margin:10px auto;
}
.tinfo p{
	line-height: 1.5;
}
.h_title{
	height:30px;
	line-height: 30px;
	text-indent: 2em;
	background:#5cbdcc;
	color:#fff;
	font-size:14px;
}

.tinfo .tinfo h2{
	font-size: 18px;
	color: #333;
	padding-bottom: 8px;
	margin-bottom:18px;
	border-bottom:2px dashed #eee;
}
.tinfo .tinfo .info{
	color: #888;
	font-size: 13px;
}
.red{
	color: #5cbdcc;
	font-size:18px;
	font-weight:bold;
}


.login{
    width:65%;
    margin:18px auto;
}
.login fieldset{
    border:1px solid #ccc;
    padding-top:40px;
}
.login fieldset legend{
    margin-left: 8px;
    color:#2c9c47;
}
.login p{
    margin:5px auto;
    padding:2px;
    width:90%;
}
.login p.err{
    color: #f00;
}
.login p span.sbq{
    margin-right: 5px;
    color: #888;
}

.login .tinput{
    border:1px solid #ccc;
    padding:2px 5px;
    background:#fff;
    color:#666;
    width:240px;
    font-size: 14px;
    border-radius: 3px;
    height:28px;
    line-height: 28px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.login .tinput:focus{
    border:1px solid #5cbdcc;
    box-shadow: 1px 1px 2px #eee;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}


.login .code{
    width:120px;
    text-transform: uppercase;
}
.login .pass{
    font-size: 22px;
}
.login .sysbutton{
    padding:5px;
    width:80px;
    font-size: 14px;
    float: right;
}
.login label.error{
    margin-left: 10px;
    font-size: 12px;
    font-weight:normal;
}
.codeimg{
    margin-left:90px;
    cursor: pointer;
    border:1px solid #ccc;
}
.txt_login{
    display: block;
    position: absolute;
    top:11px;
    right:190px;
    background: #009688;
    border-radius: 3px;
}
.txt_login a{
    text-decoration: none;
    color:#fff;
    display: block;
    padding:4px 22px;
    font-size: 14px;
}


#embed-captcha {
    width: 300px;
    margin: 0 auto;
}
.show {
    display: block;
}
.hide {
    display: none;
}
#notice {
    color: red;
    width: 260px;
    font-size:12px;
}
.jdleixing,.jdleixing dd{
    margin:0px;
    padding:0px;
}

.jdleixing select{
    border:1px solid #ccc;
    height:22px;
    width:45px;
}
.jdleixing input.input_t{
    border:1px solid #ccc;
    width:83px;
    padding:0px 3px;
    height: 22px;
    line-height: 22px;
}
.jdleixing dd p{
    padding-left: 17px;
}
.jdleixing dd p:hover{
    background: #E0FFFF;
}


/**.tjbutton:hover{
	background:-moz-linear-gradient(left top,#108d4b,#62bfcd);
	background:-webkit-linear-gradient(left top,#108d4b,#62bfcd);
	background:linear-gradient(left top,#108d4b,#62bfcd);
}**/