.main {
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #b4d9f3
}
.main .title {
	position: relative;
	height: 33px;
	font-size: 14px;
	line-height: 18px;
	color: #5c5c5c;
	background: url(../images/title-bg3.gif) repeat-x;
}
.main .title span {
	display: inline-block;
	height: 30px;
	padding: 0 15px;
	font-weight: bold;
	color: #5c5c5c;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 3px solid #99cc33;	
}

.user-regist, .user-login {
	width: 500px;
	margin: 0 auto;
	padding: 40px 0;
}
.user-regist h1, .user-login h1 {
	font-size: 14px;
	margin-bottom: 30px;
	padding-left: 100px;
}
.user-regist p, .user-login p {
	margin: 0.6em 0;
	font-size: 14px; 
	color: #666;
}
.user-regist p strong, .user-login p strong {
	display: inline-block;
	width: 100px;
	text-align: right;
	font-weight: lighter;
}
.user-regist p input[type="text"], .user-regist p input[type="password"],.user-login p input[type="text"], .user-login p input[type="password"] {
	width: 300px;
	height: 30px;
	padding: 2px 2px 1px;
	background: url(../images/search-input.gif) left no-repeat;
	border: 1px solid #939393;
	border-radius: 2px;
}
.user-regist .check-code input[type="text"], .user-login .check-code input[type="text"] {
	width: 100px;
	margin-right: 5px;
}
.user-regist .law, .user-login .law  {
	padding-left: 100px;
	line-height: 30px;
	font-size: 12px;
}
.user-regist .law a {
	color: #dd0000
}
.user-regist .submit, .user-login .submit {
	padding-left: 100px;
	line-height: 30px;
	font-size: 12px;
}
.user-regist .submit input, .user-login .submit input {
	width: 68px;
	height: 30px;
	margin-right: 20px;
	border: 0;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/btn-bg-green.gif);
	cursor: pointer;
}
.user-login .submit a {
 	margin-right: 10px;
 }
 .red {
 	color: #dd0000;
 }
.detail {
	position: relative;
}
.detail .btn {
	position: absolute;
	right: -50px;
	top: 0;
	width: 140px;
	height: 30px;
	margin-right: 20px;
	line-height: 30px;
	border: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-image: url(../images/btn-bg-green-l.gif);
	cursor: pointer;	
}

		
.form-group, .detail-group {
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 30px;
}
.form-group .name, .detail-group .name {
	float: left;
	width: 105px;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	color: #666;
}
.form-group .form-input, .detail-group .detail-text {
	margin-left: 110px;
}
.form-group .form-input input[type="text"], .form-group .form-input input[type="password"], .form-group input[type="file"] {
	width: 250px;
	border-radius: 0!important;
	color: #858585;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	padding: 5px 4px;
	line-height: 1.2;
	font-size: 14px;
	font-family: inherit;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}
.form-group .form-input input[type="file"] {
	min-width: 256px;
	border-radius: 0!important;
color: #858585;
background-color: #fff;
border: 1px solid #d5d5d5;
padding: 5px 4px;
line-height: 1.2;
font-size: 14px;
font-family: inherit;
-webkit-box-shadow: none!important;
box-shadow: none!important;
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
label input[type="radio"] {
	vertical-align: sub;
}

.form-group .form-input input.num {
	width: 80px;
}
.form-group input[disabled],.form-group input:disabled{
	color: #848484!important;
	background-color: #eee!important;
}
.form-group .form-input textarea {
	width: 300px;
	border-radius: 0!important;
color: #858585;
background-color: #fff;
border: 1px solid #d5d5d5;
padding: 5px 4px;
line-height: 1.2;
font-size: 14px;
font-family: inherit;
-webkit-box-shadow: none!important;
box-shadow: none!important;
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
.form-group .form-input .btn {
	border-width: 2px;
	padding: 5px 10px;
}
		
.form-actions {
	text-align: center;
}
.form-actions button {
display: inline-block;
width: 68px;
height: 22px;
line-height: 20px;
color: #fff;
text-shadow: 0 1px 0 #00648a;
background-color: #0084b7;
background-image: -moz-linear-gradient(center top , #4ca8cc, #0084b7);
border: 1px solid #00648a;
}
.prompt-inline, .alert-inline {
	margin-left: 5px;
	color: #dd0000;
}

.search_add { height:45px; border-bottom:1px dotted #ccc; border-top: 0; }
.search_add .line {float: left;margin: 0;margin-right: 35px;min-height: inherit;_height: inherit;line-height: inherit;}
.search_add .submit { float:left; margin: 0;}
.search_add .add { float:right; }
.search_add .add .btn {
height: 22px;
margin-right: 20px;
padding:0 15px;
line-height: 22px;
border: 0;
font-size: 14px;
color: #fff;
text-align: center;
text-shadow: 0 1px 0 #00648a;
background-color: #009ae4;
background-image: -moz-linear-gradient(center top , #009ae4, #027dc1);
border: 1px solid #027dc1;
cursor: pointer;}
.t_list {
padding: 10px 20px;
min-height: 400px;
_height: 400px;
}
.t_list .table-op {
	float: none;
	height: 30px;
	line-height: 30px;
}
.t_list .table-op .f-left {
	float: left;
}
.t_list .table-op .f-right {
	float: right;
}
.t_list .table-op a {
	display: inline;
	color: inherit;
	padding: 0;
	margin: 0;
	background: transparent;
}


.t_list .center {
	text-align: center; 
}
.table-info {
	line-height: 30px;
}
.user-regist p *, .user-login p {
	font-size: 14px;
}



	.tb2 td { padding:0.6em 0;}
        .tb2 input[type="text"], .tb2 input[type="password"], .tb2 textarea{
			width: 300px;
			height: 22px;
			padding: 2px 2px 1px;
			background: url(../images/search-input.gif) left no-repeat;
			border: 1px solid #939393;
			border-radius: 2px;
			}
		.tb2 textarea { width:450px; height:80px; background-position:top;}
		.tb2 i { color:#dd0000;}
		.main .advance .title { background:none;  border-bottom:1px solid #ccc; }
		.main .advance .title span {  border:0;}
		.main .advance .cnt span { float:none;}
		.s_search {padding:5px 0;}
		.htableh table { border-collapse:collapse; width:100%;}
		.htableh th, .htableh td { border:1px solid #ccc; background:#fff;}
		.htableh th { text-align:center; background:#f3f9fb; padding:5px 0;}
		.user-regist .advance .submit { padding:0; text-align:center;}

		
.form-group {
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 30px;
}
.form-group .name {
	float: left;
	width: 80px;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	color: #666;
}
.form-group .form-input {
	margin-left: 90px;
}
.form-group .form-input input[type="text"], .form-group .form-input input[type="password"] {
	width: 250px;
	border-radius: 0!important;
	color: #858585;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	padding: 5px 4px;
	line-height: 1.2;
	font-size: 14px;
	font-family: inherit;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}
.form-group .form-input input[type="file"] {
	min-width: 256px;
	border-radius: 0!important;
color: #858585;
background-color: #fff;
border: 1px solid #d5d5d5;
padding: 5px 4px;
line-height: 1.2;
font-size: 14px;
font-family: inherit;
-webkit-box-shadow: none!important;
box-shadow: none!important;
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
label input[type="radio"] {
	vertical-align: sub;
}

.form-group .form-input input.num {
	width: 80px;
}
.form-group input[disabled],.form-group input:disabled{
	color: #848484!important;
	background-color: #eee!important;
}
.form-group .form-input textarea {
	width: 300px;
	border-radius: 0!important;
color: #858585;
background-color: #fff;
border: 1px solid #d5d5d5;
padding: 5px 4px;
line-height: 1.2;
font-size: 14px;
font-family: inherit;
-webkit-box-shadow: none!important;
box-shadow: none!important;
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
.form-group .form-input .btn {
	border-width: 2px;
	padding: 5px 10px;
}
		
.form-actions {
	text-align: center;
}
.form-actions button {
	width: 68px;
	height: 30px;
	margin-right: 20px;
	border: 0;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.prompt-inline, .alert-inline {
	margin-left: 5px;
	color: #dd0000;
}
		

.layer {
	position: absolute;
	width: 98%;
	top: 250px;
	left: 0;
}
.layer .widget-box {
	position: relative;
	width: 740px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	background: #e0f7ff;
	border: 1px solid #7589ba;
	border-radius: 5px;
	z-index: 99;
}
.layer .widget-header {
	position: relative;
height: 33px;
font-size: 14px;
line-height: 18px;
color: #5c5c5c;
border-bottom: 1px solid #ccc;
}
.layer .widget-header h4 {
	display: inline-block;
height: 30px;
padding: 0 15px;
font-weight: bold;
color: #5c5c5c;
line-height: 30px;
font-size: 14px;
}
.layer .widget-header .widget-toolbar a {
	border-left: 1px solid #BBBBBB;
width: 34px;
height: 34px;
padding: 0 15px;
float: right;
text-align: center;
vertical-align: bottom;
cursor: pointer;
background: url(../images/advance-close.gif) center no-repeat;
}
.layer .form-group .name {
	width: auto;
	padding: 0 5px;
}
.layer .table-list table {
	width: 100%;
}

.layer .table-list th, .layer .table-list td {
border: 1px solid #ccc;
padding: 7px 5px;
background: #fff;
text-align: center;
}
.layer .table-list th {
text-align: center;
background: #f3f9fb;
padding: 5px 0;
}
.layer .pages {
	padding: 7px 5px;
}

.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}

.layer-bg {
	display: none;
	position: fixed;
	_position:absolute;
	top: 0;
 _top:expression(eval(document.documentElement.scrollTop));
	left: 0;
	_bottom:auto;
	width: 100%;
	height: 100%;
 _height:expression(eval(document.documentElement.clientHeight));
	filter:alpha(opacity=50);
	opacity:0.5;
	background: #000;
	z-index: 999;
}
.layer-box {
	display: none;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 200px;
	min-height: 50px;
	_height: 50px;
	margin-left: -350px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.layer .pages {
	padding: 7px 5px;
}
.pages {
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
}
.pages .total {
	float: left;
	border: 0;
	padding: 0;
	line-height: inherit;
}
.pages .page {
	float: right;
}
.pages .page_num a {
	display: inline-block;
	padding: 0 3px;
}
.pages .page_num .current {
	font-weight: bold;
}

/*--ÓÃ»§ÖÐÐÄ--*/

.box-3 {
	padding: 10px 15px;
	color: #666;
	background: #fff;
	border: 1px solid #b4d9f3;
}
.box-3 h2 {
	height: 33px;
	padding-left: 75px;
	line-height: 33px;
	border-bottom: 1px solid #0080c1;
}
.box-3 h2 a {

	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	color: #0080c1;

	line-height: 30px;
}


.user-center {
	background: transparent;
	border: 1px solid #b4d9f3;
	border-radius: 4px;
}
/*--left part--*/

.left-part {
	float: left;
	width: 210px;
}
.main-part {
	float: right;
	width: 788px;
}
.main-part .site {
	padding: 2px 5px 8px;
	color: #555;
	font-size: 14px;
	background: none;
	border: 0;
}


.user-guid {
	position: relative;
	background: #f1fafc;
	border: 1px solid #88c3ef;
}
.user-guid h2 {
position: absolute;
right: -87px;
top: 7px;
height: 36px;
padding: 0 12px;
font-size: 14px;
font-family: "Microsoft YaHei";
font-weight: lighter;
line-height: 36px;
}
.user-info {
	position: relative;
	margin-bottom: 0;
	padding: 15px 10px 10px 10px;
	border-bottom: 1px solid #c3e1f7;
}
.user-info dt {
	margin-bottom: 5px;
	padding-left: 36px;
}
.user-info dd {
	line-height: 20px;
}
.user-info .pic {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 28px;
	height: 15px;
	background: url(../images/id-card.png) no-repeat;
}
.user-info .news {
	height: 20px;
	margin-top: 5px;
}
.user-info .news a {
	float: left;
	color: #3399cc;
	font-weight: bold;
}
.user-info .news a i {
	text-decoration: underline;
}
.user-info .news .sl {
	float: right;
}
.user-guid .guid-list li {
	border-bottom: 1px solid #c3e1f7;
}
.user-guid .guid-list li a {
	display: block;
	height: 38px;
	padding: 0 10px;
	line-height: 38px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #007199;
}
.user-guid .guid-list li .current {
	height: 39px;
	margin: 0 -3px 0 0;
	padding: 0 12px;
	background: #fff

}
.user-guid .guid-list li a b {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -4px;
	margin-right: 10px;
	background: url(../images/user-center-ico.png) no-repeat;
	vertical-align: middle;
}
.user-guid .guid-list li a .g1 {
	background-position: 0 0; 
}
.user-guid .guid-list li a .g2 {
	background-position: -24px 0; 
}
.user-guid .guid-list li a .g3 {
	background-position: -48px 0; 
}
.user-guid .guid-list li a .g4 {
	background-position: 0 -24px; 
}
.user-guid .guid-list li a .g5 {
	background-position: -24px -24px; 
}
.user-guid .guid-list li a .g6 {
	background-position: -48px -24px; 
}
.user-guid .guid-list li a .g7 {
	background-position: 0 -48px; 
}



.box-3 .cnt {
	position: relative;
	min-height: 354px;
	_height: 354px;
	padding: 15px;
}
.user-intro {
	position: absolute;
	width: 726px;
	height: 234px;
	margin: -15px -15px 0;
	padding: 15px;
	background: #fff;
}
.user-intro dl {
	position: relative;
	height: 224px;
	padding-left: 225px;	
	border-bottom: 1px solid #ddd;
}
.user-intro dt {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 40px;
}
.user-intro dd {
	font-size: 14px;
	line-height: 26px;
}
.user-intro .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 180px;
	padding: 10px;
	background: url(../images/author-pic-bg-big.jpg) 10px 10px no-repeat #fff;
	border: 1px solid #ececec
}
.user-intro .pic img {
	width: 170px;
	height: 180px;
}
.user-intro .data span {
	margin-right: 15px;

}
.user-intro .data a {
	font-weight: bold;
	color: #555;
	border-bottom: 1px dotted #555;
}
.user-intro .links {
	position: absolute;
	right: 5px;
	bottom: 23px;
}
.user-intro .links a {
	display: inline-block;
	height: 26px;
	margin-left: 15px;
	padding: 0 15px;
	line-height: 24px;
	color: #fff;	
	background: #3399cc;
}
.show {
	height: 215px;
	margin-top: 249px;
	background: url(../images/show-pic.png) center 16px no-repeat;
}
.show dl {
	float: left;
	width: 154px;
	height: 100px;
	margin-left: -1px;
	padding: 115px 13px 0;
	text-align: center;
	border: 1px solid #dddddd;
}
.show dt {
	font-size: 18px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}
.show dd {
	line-height: 18px;
}
.show .en {
	margin-bottom: 3px;
}

.user-view h3 {
	margin-bottom: 10px;
	padding: 0 5px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	
}
.user-view .detail-group {
	margin-bottom: 5px;
}
.user-view .detail-group .name {
	width: 70px;
}
.user-view .detail-group .detail-text {
	margin-left: 75px;
}
.user-view .user-pic {
	position: absolute;
	right: 15px;
	top: 60px;
	width: 170px;
	height: 180px;
	padding: 10px;
	background: url(../images/author-pic-bg-big.jpg) 10px 10px no-repeat #fff;
	border: 1px solid #ececec;
}
.user-view .user-pic img {
	width: 170px;
	height: 180px;
}


.user-edit h3 {
	margin-bottom: 10px;
	padding: 0 5px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	
}
.user-edit .form-group .name {
	width: 70px;
}
.user-edit .form-group .form-input {
	margin-left: 75px;
}
.user-edit .form-group select {
	padding: 2px;
	height: 29px;
	border-radius: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #858585;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	vertical-align: middle;
}
.user-edit .file-box {
	max-width: 248px;
	min-height: 248px;
	margin-top: 5px;
	padding: 5px;
	background: url(../images/pic-bg.gif);
	border: 1px dashed #aaa;
	border-radius: 4px;
}
.user-edit .form-actions {
	padding: 15px 0;
}

.search-filter {
	margin-bottom: 10px;	
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.search-filter input[type="text"] {
	width: 250px;
	border-radius: 0!important;
	color: #858585;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	padding: 3px 4px;
	line-height: 1.2;
	font-size: 14px;
	font-family: inherit;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}
.search-filter button {
	display: inline-block;
	height: 25px;
	padding: 0 15px;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 1px 0 #00648a;
	background-color: #0084b7;
	background-image: -moz-linear-gradient(center top , #4ca8cc, #0084b7);
	border: 1px solid #00648a;
	vertical-align: middle;
}
.search-filter .filter-line {
	padding: 3px 0;
	line-height: 24px;
}
.search-filter .label-name {
	float: left;
	width: 60px;
	text-align: right;
}
.search-filter .filter-input {
	margin-left: 60px;
}
.search-filter .filter-input label {
	margin-right: 15px;
}

.user-list h2 {
	position: relative;
}
.cg-add {
	position: absolute;
	right: 0;
	top: 2px;	
}
.cg-add button {
	height: 22px;
	margin-left: 10px;
	padding: 0 15px;
	line-height: 22px;
	border: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #503f2d;
	background-color: #5d5249;
	background-image: -moz-linear-gradient(center top , #5d5249, #503f2d);
	border: 1px solid #503f2d;
	border-radius: 3px;
	cursor: pointer;

}

.user-list .t_list {
	padding: 0;
}
.user-list .search_add {
	margin-bottom: 10px;
	padding: 0;
}
.user-list .search_add .input {
	width: auto;
	height: auto;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: 0 0 0;
}
.user-list .search_add .input input {
	width: 250px;
	border-radius: 0!important;
	color: #858585;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	padding: 5px 4px;
	line-height: 1.2;
	font-size: 14px;
	font-family: inherit;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}
.user-list .search_add .submit .b {
	height: 29px;
	font-size: 14px;
	line-height: 28px;
}
.user-list .search_add .add .btn {
	height: 29px;
	line-height: 28px;	
}
.user-list .t_list tr:nth-child(2n-1) td {
	background: #fff;
}
.user-list td a {
	border-bottom: 1px dotted #352218;
}
.user-list .search_add .add {
	margin-right: 0;
}
.user-list .op-btn {
	height: 22px;
	line-height: 19px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
	outline: 0;
}
.user-list .op-btn img {
	margin-right: 4px;
}
 .user-list .on {
 	color: #fff;
 	background: #503f2d;
 	border-color: #000;
 }
.user-list .f-left .op-btn {
	margin-right: 5px;
}
 .user-list .f-right .op-btn {
	margin-left: 5px;
}
 
.user-results-new .cnt {
	padding: 20px 25px;
}
.user-results-new .form-group .name {
	width: 73px;
}
.user-results-new .form-group .form-input {
	margin-left: 75px;
}
.user-results-new .form-group select {
	padding: 2px;
	height: 29px;
	border-radius: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #858585;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	vertical-align: middle;
}
.user-results-new .file-box {
	max-width: 248px;
	min-height: 248px;
	margin-top: 5px;
	padding: 5px;
	background: url(../images/pic-bg.gif);
	border: 1px dashed #aaa;
	border-radius: 4px;
}
.user-results-new .form-actions {
	padding: 15px 0;
}

.user-news .news-info {
	padding: 0 5px 10px;
	border-bottom: 1px dotted #ccc;
}
.user-news .news-info dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #555;
}
.user-news .news-info dd {
	line-height: 20px;
}
.user-news .news-content {
	padding: 10px 5px;
}


/*----*/
.w-box {
	margin-bottom: 20px;
	background: #fff;
	zoom: 1;
}
.w-box:after {
	clear: both;
	color: #333333;
	content: " ";
	display: block;
}

.regist, .password {
	padding: 25px 30px;
}
.regist .intro, .password .intro {
	padding: 10px 10px 20px 60px;
	background: url(../images/yhzc.gif) no-repeat 10px 15px;
	border-bottom: 1px dotted #ccc;
}
.regist-ok .intro {
	height: 40px;
	padding: 10px 10px 20px 60px;
	background: url(../images/regist-ok.gif) no-repeat 10px 10px;
	border-bottom: 1px dotted #ccc;
}
.regist .intro h1, .password .intro h1 {
	font-size: 24px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
}
.regist .intro em, .password .intro em {
	display: block;
	color: #555;
}
.regist-item {
	width: 840px;
	margin: 0 auto;
	padding: 30px 0;
}
.regist-item {
	width: 840px;
	margin: 0 auto;
	padding: 30px 0;
}
.items, .submit {
	min-height: 36px;
	_height: 36px;
	margin: 18px auto;
	padding: 0 10px;
	line-height: 24px;
	text-align: left;
}
.items .label {
	float: left;
	width: 120px;
	height: 34px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 34px;
	text-align: right;
}
.items .label i {
	margin-left: -3px;
	margin-right: 3px;
	color: #dd0000;
}
.items .sel, .items .label, .items .notice, .items .alert, .items .input, .items .code-img,  .items .code-refresh  {
	float: left;
}
.items .input {
	display: block;
	position: relative;
	width: 300px;
	height: 34px;
	padding: 0 5px;
	background: url(../images/login-input-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}
.items .input input {
	width: 294px;
	height: 33px;
	height: 35px\9;
	*height: 34px;
	_height: 32px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 32px;
	background: transparent;
	border: 0;	
}
.items .input .in-btn {
	position: absolute;
	right: 2px;
	bottom: 2px;
	height: 28px;
	border: 1px solid #29779f;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #29779f;
	margin: 0;
	padding: 0 10px;
	border-radius: 3px;
	cursor: pointer;
}
.items .input .in-btn:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
.items .in-search input {
	width: 220px;
}
.items .notice {
	width: 320px;
	padding: 0 10px;
	line-height: 34px;
	color: #555;
}
.items .l2 {
	line-height: 17px;
}
.alert {
	display: none;
	width: 200px;
	padding: 0 10px 0 35px;
	line-height: 34px;
	color: #555;
}
.erro {
	background: url(../images/erro.gif) no-repeat 10px 10px ;
}
.correct {
	min-height: 34px;
	_height: 34px;
	background: url(../images/correct.gif) no-repeat 10px 10px ;
}
.items .sel {
	width: 100px;
	height: 34px;
	margin-right: 10px;
	background: url(../images/login-input-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}


.items .sel .disp {
	display: block;
	height: 34px;
	padding-left: 7px;
	line-height: 34px;
	background: url(../images/ico-arrow.png) no-repeat right -53px ;
}

.items .sel-box {
	display: none;
	position: absolute;
	left: -1px;
	top: 34px;
	overflow: hidden;
	overflow-y: scroll;
	width: 125px;
	height: 197px;
	background: #fff;
	border: 1px solid #dddddd;
	z-index: 5;
}


.items .sel-box li {
	border-bottom: 1px solid #dddddd;
}
.items .sel-box a {
	display: block;
	height: 28px;
	padding: 2px 10px;
	line-height: 28px;
}
.items .sel-box a:hover {
	background: #f1f1f1;
}


.items .search-box {
	display: none;
	position: absolute;
	left: -1px;
	top: 34px;
	overflow: hidden;
	width: 125px;
	background: #fff;
	border: 1px solid #dddddd;
	z-index: 5;
}
.items .search-box li {
	border-bottom: 1px solid #dddddd;
}
.items .search-box a {
	display: block;
	height: 28px;
	padding: 2px 10px;
	line-height: 28px;
	color: #333;
}
.items .search-box a:hover {
	background: #f1f1f1;
}


.code-img {
	margin-left: 10px;
	padding: 1px;
}
.code-img img {
	height: 34px;
}
.code-refresh {
	width: 120px;
	padding: 0 10px;
	line-height: 34px;
	color: #555;
}
.submit {
	margin: 25px 0;
	text-align: center;
}
.submit a {
	margin-left: 41px;
	font-size: 14px;
	color: #3399cb;
	text-decoration: underline;
	border-bottom: 0;
}
.submit input {
	width: 150px;
	height: 34px;
	margin: 0 10px;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 14px;
	border-radius: 2px;
}
.submit .btn-s {
	color: #fff;
	background: #46be30;
	border: 1px solid #46be30;
}
.submit .btn-c {
	background: #fff;
	color: #333;
}
.agreement {
	padding-left: 150px;
	line-height: 34px;
}
.agreement h5 {
	margin-bottom: 10px;
	font-size: 14px; 
}
.agreement h5 label {
	font-size: inherit;
}
.agreement a {
	font-size: inherit;
	color: #3399cb;
	text-decoration: underline;
	border-bottom: 0
}

.regist-wlc {
	width: 550px;
	margin: 0 auto;
	padding: 30px 0;
}
.regist-wlc .ok-info {
	margin-bottom: 30px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
}
.regist-wlc .ok-info img {
	vertical-align: middle; 
	margin-right: 10px;
}
.regist-wlc li {
	line-height: 20px;
}

/*--------*/
.password-cnt {
	width: 840px;
	margin: 0 auto;
	padding: 30px 0;
}
.getback-step {
	width: 450px;
	*width: 480px;
	height: 40px;
	margin: 0 auto 50px;
	padding: 0 20px;
}
.getback-step li {
	float: left;
	height: 30px;
	margin-right: 30px;
	padding-bottom: 10px; 
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 30px;
	color: #777;
}
.getback-step .current {
	font-size: 18px;
	color: #333;
	border-bottom: 3px solid #0b5dc9;
}

.select-list li {
	overflow: hidden;
	float: left;
	width: 125px;
	height: 30px;
}

/*--input---*/
.input-box {
	padding: 20px 20px 20px;
	text-align: center;
	background: #fcfcfc;
}
.input-box li {
	display: inline-block;
	width: 130px;
	padding: 0 30px;
}
.input-box li a {
	display: inline-block;
	width: 120px;
	height: 150px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.input-box li a b {
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 10px solid #ccc;
	border-radius: 5px;
}
.input-box li .hand b {
	background: url(/admin/images/btn-hand.gif) center no-repeat #6fb3e0;
	border-color: #6fb3e0;
}
.input-box li .batch b {
	background: url(/admin/images/btn-batch.gif) center no-repeat #82af6f;
	border-color: #82af6f;
}

.input-box li .hand:hover b {
	background-color: #4f99c6;
}
.input-box li .batch:hover b {
	background-color: #609749;
}


.input-box li p {
	text-align: left;
	line-height: 20px;
	color: #777;
}
.author-mult .form-group .form-input input[type="text"] {
	width: 145px;
}
.author-mult .form-group .name2 {
	display: inline-block;
	width: 60px;
	margin: 0;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	color: #666;
	cursor: auto;
}
.author-mult .prompt-inline {
	display: inline-block;
	padding-left: 23px;
	line-height: 29px;
	background: url(../images/author-check.gif) no-repeat;
}
.author-mult .check-ok {
	color: #5b6f03;
	background-position: 0 -3px;
}
.author-mult .check-alert {
	color: #d46a00;
	background-position: 0 -36px;
}
.author-mult .check-alert a {
	color: #0e9ada;
}
.author-mult .check-fail {
	color: #de0000;
	background-position: 0 -69px;
}
.author-mult .form-group .form-input .btn {
	display: inline-block;
	margin-right: 0;
	padding: 2px 10px;
	line-height: 22px;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #00648a;
	background-color: #009ae4;
	background-image: -moz-linear-gradient(center top , #009ae4, #027dc1);
	border: 1px solid #027dc1;
	border-radius: 3px;
	cursor: pointer;
}
.add-btn {
	margin-top: -5px;
	margin-bottom: 10px;
	padding-left: 75px;
}
.add-btn .btn {
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	line-height: 22px;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #00648a;
	background-color: #009ae4;
	background-image: -moz-linear-gradient(center top , #009ae4, #027dc1);
	border: 1px solid #027dc1;
	border-radius: 3px;
	cursor: pointer;
}
@media screen and (min-width: 1450px) {
.left-part {
	width: 250px;
}
.main-part {
	width: 948px;
}
.show {
	padding: 0 69px;
}
.user-intro {
	width: 886px;
}
.show dl {
	width: 160px;
}
}