body,h1,ul,p,form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
}

h1,h2,h3,input,button {
	font-size: 100%
}

input,button,img {
	margin: 0;
	line-height: normal
}

ul {
	list-style: none;
}

a {
	color: #0c5993;
	text-decoration: none;
}

a,a:hover {
	text-decoration: none
}


i {
	display: inline-block;
}
/* clear float */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.clearAll {
	overflow: hidden;
	_zoom: 1;
}

.fl {
	float: left;
}

.wrap {
	width: 950px;
	margin: 0 auto;
}

.header {
	margin-top: 30px;
	padding-bottom: 10px;
}

#logo {
	float: left;
}

.logo-til {
	float: left;
	height: 32px;
	line-height: 32px;
	border-left: 1px solid #a9d0ce;
	padding: 0 0 0 10px;
	color: #0b7671;
	font-size: 16px;
	margin: 8px 0 0 10px;
}

.main {
	background: url("../../images/supplier/supplierLoginBanner.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	height: 400px;
	
}

.content {
	width: 950px;
	height: 400px;
	/* background: url(../../images/login/banner2_21.jpg) no-repeat center top; */
}

.login {
	float: right;
	margin: 56px 20px 0 0;
	width: 344px;
	background: #fff;
	border: 1px solid #cbcbcc;
	padding-bottom: 25px;
	height: 300px;
}

.login-verifyCode {
	float: right;
	margin: 15px 20px 0 0;
	width: 344px;
	background: #fff;
	border: 1px solid #cbcbcc;
	padding-bottom: 10px;
}

.login-tabs {
	background: #e5f8f7;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3fefe),to(#ddf4f4) );
	background: -moz-linear-gradient(center top, #f3fefe 0, #ddf4f4);
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#f3fefe, endColorStr=#ddf4f4 );
}

.login-tabs a {
	float: left;
	width: 171px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #cde3e1;
}

.login-tabs a.on {
	background: #fff;
	border-bottom-color: #fff;
}

.tab-contents {
	padding: 8px 20px 0 20px;
}

.loginIpt {
	position: relative;
	z-index: 1;
	border: 1px solid #adadad;
	height: 35px;
	background: #fff;
}

.loginIpt-focus {
	box-shadow: 0 0 5px rgba(28, 137, 133, .5);
}

#liCodeBox {
	height: 37px;
}

.loginCode {
	position: relative;
	z-index: 1;
	border: 1px solid #adadad;
	height: 35px;
	background: #fff;
}

.i-uid,.i-psw,.i-phone {
	background-image: url(/resource/se/images/sg_img/log_sprite.png);
	background-repeat: no-repeat;
}

.i-uid {
	background-position: 0 0;
	width: 14px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: 8px;
}

.i-psw {
	background-position: -24px 0;
	width: 14px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: 8px;
}

.i-phone {
	background-position: -48px 0;
	width: 13px;
	height: 18px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.login-txt {
	border: none medium;
	font-family: verdana;
	ime-mode: disabled;
	width: 270px;
	height: 21px;
	line-height: 21px;
	color: #bebebe;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 30px;
	padding: 7px 0;
	outline: none;
}

.login-ul li {
	padding-bottom: 15px;
}

.form-label {
	padding-left: 21px;
	display: block;
	height: 20px;
	line-height: 17px;
	*line-height: 20px;
}

.login-cb {
	margin-right: 5px;
	vertical-align: -2px;
}

.b_btn,.b_btn:hover,.b_btn:active {
	background-image: url(/resource/se/images/sg_img/log_sprite.png);
	background-repeat: no-repeat;
}

.b_btn {
	display: inline-block;
	width: 132px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background-position: 0 -151px;
}

.b_btn:hover {
	background-position: 0 -195px;
}

.b_btn:active {
	background-position: 0 -239px;
}

.getCodeBtn {
	cursor: pointer;
	width: 110px;
	height: 37px;
	line-height: 35px;
	_line-height: 35px;
	text-align: center;
	border: 1px solid #d7d7d7;
	color: #666;
	font-size: 14px;
	background: #f9f9f9;
	background: -moz-gradient(linear, 0 0, 0 100%, from(#fafafa),
		to(#f4f4f4) );
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa),
		to(#f4f4f4) );
	background: linear-gradient(#fafafa 0, #f4f4f4 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.getCodeBtn:hover {
	border-color: #cecece;
	background: #f6f6f6;
	background: -moz-gradient(linear, 0 0, 0 100%, from(#f4f4f4),
		to(#e8e8e8) );
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4),
		to(#e8e8e8) );
	background: linear-gradient(#f4f4f4 0, #e8e8e8 100%);
}

.disable {
	color: #cccccc;
}

.enterdiv {
	float: right;
	padding-top: 7px;
}

.foot {
	width: 950px;
	margin: 0 auto;
	color: #999;
	text-align: center;
	padding-top: 0px;
}

/*������*/
.fake_slt {
	position: relative;
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

.fake_slt_on:hover {
	border: 1px solid #CCCCCC;
}

.fake_slt_on {
	border: 1px solid white;
}

.fake_slt_txt {
	background: #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	padding: 0 0 0 5px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #fff;
}

.fake_slt_a {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: left;
}

.fake_slt_a i {
	vertical-align: top;
	display: block;
	font: 0/0 "����";
	border: 5px solid;
	border-color: #717171 #ffffff #ffffff #ffffff;
	width: 0px;
	margin: 7px 0 0 4px;
}

.open {
	z-index: 1;
}

.open .fake_slt_menu {
	display: block;
}

.fake_slt_menu {
	width: 135px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	float: left;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
}

.uid-slt {
	width: 302px;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 1000;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 4px 0;
	margin: 2px 0 0;
	background: #fff;
	border: 1px solid #b1b1b1;
}

.uid-slt li {
	padding-bottom: 0 !important;
	line-height: 22px;
}

.uid-slt li a {
	display: block;
	color: #323232;
	padding: 0 30px;
	clear: both;
	line-height: 22px;
	white-space: nowrap;
	font-size: 12px; +
	zoom: 1;
}

.uid-slt li a:hover {
	text-decoration: none;
	background: #05716c;
	color: #fff;
}

.popList {
	padding: 4px 0;
	margin: 2px 0 0;
	background: #fff;
	border: 1px solid #b1b1b1;
}

.popList li {
	padding-bottom: 0 !important;
	line-height: 22px;
}

.popList li a {
	display: block;
	color: #323232;
	padding: 0 20px;
	clear: both;
	line-height: 22px;
	white-space: nowrap;
	font-size: 12px; +
	zoom: 1;
}

.popList li a:hover {
	text-decoration: none;
	background: #05716c;
	color: #fff;
}

.pswtip {
	position: absolute;
	top: 2px;
	_top: 4px;
	left: 28px;
	color: #C3C3C3;
	font-size: 14px;
	line-height: 33px;
	visibility: visible;
	cursor: text;
	padding-left: 4px;
}

.loginSelected {
	text-decoration: none;
	background: #05716c;
	color: #fff;
}

.login-pop {
	float: right;
	padding: 3px;
	background: url(/resource/login/images/pop_bg.png) repeat;
	position: relative;
	top: 99px;
}

.login-pop-inner {
	background: #FFF;
	width: 350px;
	height: 84px;
	position: relative;
}

.alarm {
	float: left;
	margin: 20px 0 0 18px;
}

.alarm-font {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 0 10px;
}

.pop_direct {
	width: 19px;
	height: 32px;
	background: url(/resource/login/images/pop_direct.png) repeat;
	position: absolute;
	top: 29px;
	right: -15px;
}

.topLink {
	float: right;
	color: #ccc;
	position: relative;
	top: 35px;
}

.topLink a {
	color: #666;
	margin: 0 20px;
}
#box {
	margin: 100px 0px 0px 0px;
	height: 400px;
	width: 100%;
	background:url("../images/login/banner2_21.jpg") no-repeat scroll right top rgba(0, 0, 0, 0); 
	/* background:url("../images/login/banner2_21.jpg"); */
	Background-size:100%;
}

#loginbox {
	color: white;
	margin: 10px 0px 0px 0px;
	background-color: white;
	float: right;
	width: 300px;
	height: 350px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.2); /* CSS3背景透明样式*/
}

#foot {
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#loginbox-content {
	margin: 30px 10px 10px 10px;
}

label.error {
	background: none;
	padding: 2px;
	font-weight: normal;
	color: inherit;
	margin: 0;
	height: 3px;
}