@charset "utf-8";
/*---------------------我是华丽的分割线-------------------------*/

/*div页面布局*/
.regheader {
	margin:auto;
	height: 90px;
	width: 1000px;
	background: url(../images/regheader.jpg);
}
.regcontent {
	margin:auto;
	width: 100%;
}
.regmaincontent {
	width: 100%;
}
.regnav {
	height: 32px;
	width: 100%;
	background-image: url(../images/regnavbg.jpg);
	background-repeat: repeat-x;
}
.regmain {
	margin-top:0px;
	float:left;
	width:100%;
	border:1px solid #ddd;
	height:auto;
}
.regfooter {
	margin:auto;
	height: 50px;
	width: 1000px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bad9ed;
}
/*---------------------我是华丽的分割线-------------------------*/

#headerlogo{
	float:left;
}

/*平台首页、已有账号、联系我们的布局*/
.headertext {
	float:right;
	margin-top: 10px;
	padding-right: 43px;
	display:inline;
}
/*平台首页、已有账号、联系我们的白色字体样式*/
.span1 {
	font-family: "黑体";
	font-size: 12px;
	color: #403e3e;
}
/*平台首页、已有账号、联系我们的超链接样式*/
a.span1:link {
	color: #403e3e;
	text-decoration:none;
}
a.span1:visited {
	color: #403e3e;
	text-decoration:none;
}
a.span1:hover {
	color: #403e3e;
	text-decoration:underline;
}
/*---------------------我是华丽的分割线-------------------------*/

/*注册导航菜单的布局*/
.menu {
	width:895px;
	height:37px;
}
/*注册导航菜单中ul元素的样式*/
.menu ul {
	list-style: none; /*去掉ul元素默认项目圆点的样式*/
	margin: 0px;
	padding: 0px;
}
/*注册导航菜单中ul下li元素的样式*/
.menu ul li {
	padding-top:4px;
	float:left; /*li元素左浮，实现横排*/
	width:179px;
	height: 32px;
	line-height: 26px;
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
/*注册导航菜单中ul下li被选中样式*/
.regliselect {
	color: #fff;
	background-image:url(../images/regnavtip.jpg);
	background-repeat: no-repeat;
}
/*注册导航菜单中ul下li被没有选中样式*/
.regliunselect {
	color: #f77400;
}
/*---------------------我是华丽的分割线-------------------------*/

/*供应商协议条款和供应商注册须知的标题布局*/
.regmiantitle {
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	background:#f0f4f7;
	width:96%;
	margin-top:10px;
	margin-bottom:10px;
	
}
/*供应商协议条的DIV文本域样式*/
.regmiantext {
	display:inline;
	float:left;
	width:800px;
	height:350px;
	margin-left:47px;
	font-size:12px;
	overflow:scroll;/*显示div的拉杆滚动条*/
	overflow-x:hidden;/*隐藏div的横向滚动条*/
	border: 1px solid #abadb3;
}
/*供应商注册须知的DIV文本域样式*/
.regmiantext1 {
	display:inline;
	float:left;
	width:800px;
	height:350px;
	margin-left:47px;
	font-size:12px;
	border: 1px solid #abadb3;
}
/*供应商协议条款和供应商注册须知的DIV文本域内容样式及布局*/
.remiantexttip {
	line-height:24px;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
}
p {
	text-indent:24px;/*首行缩进空两格效果*/
}
h1 {
	font-size:13px;
	font-weight:bold;
}
/*供应商协议条款和供应商注册须知的勾选框和文本布局及样式*/
.regmiancheckbox {
	display:inline;
	margin-top:5px;
	margin-left:47px;
	float:left;
}
.regmiancheckbox span {
	color: #4c6198;
}
/*上一步、注册、下一步按钮布局*/
.regbtns {
	margin-top:0px;
}
/*---------------------我是华丽的分割线-------------------------*/

/*注册须知的图片样式*/
.remiantexttip img {
	margin-bottom:10px;
}
/*注册须知的图片表格样式*/
.remiantexttip table {
	margin-left:28px;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.remiantexttip table td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 15px;
}
/*注册须知的图片表格中的超链接样式*/
.remiantexttip table a:link {
	color: #00C;
	text-decoration:underline;
}
.remiantexttip table a:visited {
	color: #00C;
	text-decoration:underline;
}
.remiantexttip table a:hover {
	color: #F00;
	text-decoration:underline;
}
/*---------------------我是华丽的分割线-------------------------*/

/*填写注册信息的DIV样式*/
.regmiantextnoscroll1 {
	display:inline;
	background-image:url(../images/reg-buyer.jpg);
	float:left;
	width:900px;
	height:350px;
	margin-left:70px;
	font-size:12px;
/*	border: 1px solid #abadb3;*/
	background-repeat: no-repeat;
	background-position: 690px 200px;
}
.regmiantextnoscroll2 {
	display:inline;
/*	background-image:url(../images/reg-supplier.jpg);*/
	float:left;
	width:900px;
	height:auto;
	margin-left:70px;
	font-size:12px;
/*	border: 1px solid #abadb3;*/
	background-repeat: no-repeat;
	background-position: 690px 200px;
}
/*填写注册信息的DIV中table样式*/
.regmiantextnoscroll table {
	margin-top:10px;
	margin-left:40px;
}
/*填写注册信息的DIV中下拉列表样式*/
.regmiantextnoscroll select {
	width:276px;
}
/*填写注册信息的DIV中文本框样式*/
.mytext {
	width:270px;
	color:#333;
	line-height:normal;
	font-family:"Microsoft YaHei", Tahoma, Verdana, SimSun;
	font-style:normal;
	font-variant:normal;
	font-size-adjust:none;
	font-stretch:normal;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
	padding-left:4px;
	font-size:15px;
	outline-width:medium;
	outline-style:none;
	outline-color:invert;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	text-shadow:0px 1px 2px #fff;
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position-x:left;
	background-position-y:top;
	background-size:auto;
	background-origin:padding-box;
	background-clip:border-box;
	background-color:rgb(255,255,255);
	margin-right:8px;
	border-top-color:#ccc;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
	border-left-color:#ccc;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
}
.mytext:focus {
     border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 6px #007eff;
     -moz-box-shadow: 0px 0px 5px #007eff;
     box-shadow: 0px 0px 5px #007eff;   
    
}


/*填写注册信息的DIV中红色星号样式*/
.regmiantextnoscrollred {
	color:#F00;
	font-size:14px;
	font-weight:bold;
}
/*填写注册信息的DIV中文本样式样式*/
.regmiantextnoscrolltext {
	font-size:14px;
	color:#9C9C9C;
}
/*填写注册信息的DIV中红色提示信息样式*/
.regmiantextnoscrollinfo {
	color:#df4f47;
	font-size:13px;
	
}
/*---------------------我是华丽的分割线-------------------------*/

/*上传附件的DIV样式*/
.regmiantextnoscrollupdata {
	display:inline;
	float:left;
	width:800px;
	height:340px;
	margin-left:47px;
	font-size:12px;
	border: 1px solid #abadb3;
}
/*上传附件的DIV中table样式*/
.regmiantextnoscrollupdata table {
	margin-top:28px;
	margin-left:50px;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.regmiantextnoscrollupdata table td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 10px;
}
/*上传附件的DIV中文字样式*/
.regmiantextnoscrollupdatafont1 {
	font-size:15px;
	font-weight:bold;
	color: #6c6c6c;
}
.regmiantextnoscrollupdatafont2 {
	font-size:15px;
	font-weight:bold;
	color: #F60;
}
/*---------------------我是华丽的分割线-------------------------*/

/*注册成功的DIV样式*/
.regmiantextnoscrollsuccess {
	display:inline;
	float:left;
	width:800px;
	height:370px;
	margin-left:43px;
	font-size:12px;
	border: 4px solid #abadb3;
}
/*注册成功的内部DIV1样式样式*/
.regmiantextnoscrollsuccess1 {
	width:301px;
	height:65px;
	margin-top:50px;
	margin-left:235px;
	background:url(../images/reg.png) 0 -280px no-repeat;
}
/*注册成功的内部DIV2样式样式*/
.regmiantextnoscrollsuccess2 {
	margin-top:40px;
	margin-left:0px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#666;
	line-height:40px;
}

/*注册成功的内部DIV3样式样式*/
.regmiantextnoscrollsuccess3 {
	margin-top:50px;
	margin-left:300px;
}

/*---------------------我是华丽的分割线-------------------------*/
.fujian{
	background: url(../images/reg.png) 0 -169px no-repeat;
	width:90px;
	height:30px;
	display:block;
}
.yulan{
	background: url(../images/reg.png) 0 -214px no-repeat;
	width:90px;
	height:30px;
	display:block;
}