body{
  margin:0px;
  padding:0px;
  font-family:'宋体'，Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}

/***************************
              登录页面所有css
***************************/
/* logo start */

/*pufa logo area*/
.logo {
    position:relative;
	height: 54px;
	width: 980px;
	margin-top:4px;
}

/*pufa logo left*/
.logo .logoleft {
    position:relative;
	background: url('../images/login_logo_spdb.gif');
	width: 179px;
	height: 54px;
	float: left;
}

/*pufa logo right*/
.logo .logoright {
    position:relative;
	background: url('../images/logo_watchword.gif');
	width: 172px;	
	height: 26px;
	float: right;
	margin:14px 58px 0px 0px;
}

/* logo end */

/* pufa top line start */
.topline{
   position:relative;
   width: 980px;
   height: 20px;
   padding:0px;
   margin:0px;
}

.topline .toplineleft {
    position:relative;
	width: 179px;
	height: 10px;
	margin: 0px;
	padding:0px;
	float: left;
	border-bottom:10px solid #072658;
}

.topline .toplineright {
    position:relative;
	width: 801px;
	height: 10px;
	margin: 0px;
	padding:0px;
	float:right;
	border-bottom:10px solid #a40011;
}
/* pufa top line end */

/* 登录页提示框 info layer start */
.infolayer{
    position: absolute;
    width:198px;
	padding:0px;
	margin:0px;
	z-index: 20;
	text-align: left;
	opacity:0.8;
	filter:Alpha(opacity=80);
	overflow: visible;
	left:332px;
	top:80px;
}

.infolayer .layertop{
    position: relative;
    width:198px;
	height:20px;
	background: url('../images/login_infolayer_top.gif') no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 20;
}

.infolayer .layerbg{
    position: relative;
    width:198px;
	height:auto;
	background: url('../images/login_infolayer_bg.gif') repeat-y;
	margin: -8px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	vertical-align: middle;
}

.infolayer .layerbg ul{
    margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.infolayer .layerbg ul li{
    position: relative;
    width:auto;
	height:auto;
	list-style-type:none;
	line-height:20px;
	margin: 0px;
	padding: 0px;
}

.infolayer .layerbg ul li div{
	background: url('../images/login_sign_info.gif') left 3px no-repeat;
	padding:1px 0px 0px 20px;
}

.infolayer .layerbg ul li div a{
	cursor: pointer;
	font-weight: bold;
}

.infolayer .layerbg ul .linone{
	display: none;
}

.infolayer .layerbg ul li span{
	padding:1px 0px 0px 20px;
}

.infolayer .layerbottom{
    position: relative;
    width:198px;
	height:20px;
	background: url('../images/login_infolayer_bottom.gif') no-repeat;
	margin: 0px;
	padding: 0px;
}

/* info layer end */

/* login area start */

/*ad area start*/
.loginarea {
    position:relative;
    width:980px;
    background: url('../images/login_top_bg.gif') repeat-x;
    margin:0px;
	padding:0px;
	overflow: hidden;
}

.loginarea .loginad {
    position:relative;
    width:513px;
    height:387px;
	background: url('../images/login_title.jpg') top right no-repeat;
	margin:0px;
	padding:0px 10px 0px 0px;
	float:right;
}

.loginarea .loginad .adarea{
    float:right;
    position:relative;	
    width:515px;
    height:287px;
	background: url('../images/login_ad.gif') no-repeat;
	margin:100px 0px 0px 0px;
	padding:0px;
	opacity:1;
	filter:Alpha(opacity=100);
	z-index: 1;
	overflow: hidden;
}

.loginarea .loginad .adarea span{
	position:absolute;
    width:200px;
    height:50px;
    margin:0px;
    padding:0px;
    background: url('../images/load.gif') left top no-repeat;
    border:0px;
    left:150px;
    top:120px;
    line-height:50px;
    font-size:12px;
    color:#072658;
    overflow:hidden;
}

.loginarea .loginad .adarea img{
    width:500px;
    height:260px;
    margin:10px 0px 0px 0px;
    padding:0px;
    border:0px;
    overflow:hidden;
    cursor: pointer;
}

/* ad area end */

/*page left login area start*/
.loginarea .login {
	position:relative;
	width:438px;
	height:387px;
	float:left;
	margin: 0px 0px 0px 10px;
	padding:0px;
	overflow: hidden;
}

.loginarea .login .toparea {
    position:relative;
	width:438px;
	height:220px;
	background: url('../images/login_box_bg.gif') repeat-y;
	margin:0px;
	padding:0px;
	overflow: hidden;
}

.loginarea .login .toparea .contentDiv{
	position:relative;
	width:438px;
	height:220px;
	margin:0px;
	padding:0px;
	text-align: left;
}


.loginarea .login .toparea .contentDiv .contentTab{
	width:440px;
}

.loginarea .login .toparea .content3Tab,
.loginarea .login .toparea .content5Tab{
    margin:15px 0px 0px 0px;
    width: 438px;
}

.loginarea .login .toparea .content3Tab .lefttd,
.loginarea .login .toparea .content5Tab .lefttd{
    width: 130px;
}

.loginarea .login .toparea .content3Tab .righttd,
.loginarea .login .toparea .content5Tab .righttd{
    width: 308px;
}

.loginarea .login .toparea .content3Tab tr{
	height:30px;
}

.loginarea .login .toparea .content5Tab tr{
	height:20px;
}

.loginarea .login .topareaend {
    position:relative;
	width:438px;
	height:20px;
	background: url('../images/login_box_bottom.gif') no-repeat;
	margin:0px;
	padding:0px;
}
/*page left login area end*/

/*tab 选项卡 start*/
.tab{
   position:relative;
   width:auto;
   height:36px;
   margin:0px;
   padding:0px;
   cursor:pointer;
   z-index: 10;
   font-size:14px;
   font-weight:bold;
   color: #072658;
}




/*tab 3个字 选项卡 正常 选中 覆盖 */
.tab .tab3normal,
.tab .tab3selected,
.tab .tab3over{
   position:relative;
   width: 109px;
   height:37px;
   float:left;
}


/*tab 5个字 选项卡 正常 选中 覆盖 */
.tab .tab5normal,
.tab .tab5selected,
.tab .tab5over{
   position:relative;
   width: 110px;
   height:37px;
   float:left;
}

/*tab 7个字 选项卡 正常 选中 覆盖 */
.tab .tab7normal,
.tab .tab7selected,
.tab .tab7over{
   position:relative;
   width: 146px;
   height:37px;
   margin-bottom: -1px;
   float:left;
}


/*tab 8个字 选项卡 正常 选中 覆盖 */
.tab .tab8normal,
.tab .tab8selected,
.tab .tab8over{
   position:relative;
   width: 160px;
   height:37px;
   margin-bottom: -1px;
   float:left;
}

/*tab big 选项卡 正常 选中 覆盖 */
.tab .tabbignormal,
.tab .tabbigselected,
.tab .tabbigover{
   position:relative;
   width: 219px;
   height:37px;
   margin-bottom: -1px;
   float:left;
}


/*tab 选项卡 start*/
.tab .tableft{
   position:relative;
   width:8px;
   height:37px;
   float:left;
}

.tab .tabmiddle{
   position:relative;
   height:37px;
   float:left;
   margin-right: -3px;
   padding-top: 10px; 
}

.tab .tab3normal .tabmiddle,
.tab .tab3selected .tabmiddle,
.tab .tab3over .tabmiddle{
   width:93px;
}

.tab .tab5normal .tabmiddle,
.tab .tab5selected .tabmiddle,
.tab .tab5over .tabmiddle{
   width:94px;
}

.tab .tab7normal .tabmiddle,
.tab .tab7selected .tabmiddle,
.tab .tab7over .tabmiddle{
   width:133px;
}

.tab .tab8normal .tabmiddle,
.tab .tab8selected .tabmiddle,
.tab .tab8over .tabmiddle{
   width:147px;
}

.tab .tabbignormal .tabmiddle,
.tab .tabbigselected .tabmiddle,
.tab .tabbigover .tabmiddle{
   width:203px;
}

.tab .tabright{
   position:relative;
   width:8px;
   height:37px;
   float:right;
}

.tab .tab3normal .tableft,
.tab .tab5normal .tableft,
.tab .tab7normal .tableft,
.tab .tab8normal .tableft,
.tab .tabbignormal .tableft{
   background: url('../images/login_tag02_left.gif') no-repeat;
}

.tab .tab3normal .tabmiddle,
.tab .tab5normal .tabmiddle,
.tab .tab7normal .tabmiddle,
.tab .tab8normal .tabmiddle,
.tab .tabbignormal .tabmiddle{
   background: url('../images/login_tag02_middle.gif') repeat-x;
}

.tab .tab3normal .tabright,
.tab .tab5normal .tabright,
.tab .tab7normal .tabright,
.tab .tab8normal .tabright,
.tab .tabbignormal .tabright{
   background: url('../images/login_tag02_right.gif') no-repeat;
}

.tab .tab3selected .tableft,
.tab .tab5selected .tableft,
.tab .tab7selected .tableft,
.tab .tab8selected .tableft,
.tab .tabbigselected .tableft{
   background: url('../images/login_tag01_left.gif') no-repeat;
}

.tab .tab3selected .tabmiddle,
.tab .tab5selected .tabmiddle,
.tab .tab7selected .tabmiddle,
.tab .tab8selected .tabmiddle,
.tab .tabbigselected .tabmiddle{
   background: url('../images/login_tag01_middle.gif') repeat-x;
}

.tab .tab3selected .tabright,
.tab .tab5selected .tabright,
.tab .tab7selected .tabright,
.tab .tab8selected .tabright,
.tab .tabbigselected .tabright{
   background: url('../images/login_tag01_right.gif') no-repeat;
}

.tab .tab3over .tableft,
.tab .tab5over .tableft,
.tab .tab7over .tableft,
.tab .tab8over .tableft,
.tab .tabbigover .tableft{
   background: url('../images/login_tag03_over_left.gif') no-repeat;
}

.tab .tab3over .tabmiddle,
.tab .tab5over .tabmiddle,
.tab .tab7over .tabmiddle,
.tab .tab8over .tabmiddle,
.tab .tabbigover .tabmiddle{
   background: url('../images/login_tag03_over_middle.gif') repeat-x;
}

.tab .tab3over .tabright,
.tab .tab5over .tabright,
.tab .tab7over .tabright,
.tab .tab8over .tabright,
.tab .tabbigover .tabright{
   background: url('../images/login_tag03_over_right.gif') no-repeat;
}
/*tab  选项卡 end*/


/*tab 选项卡 end*/

.loginarea .loginbottom{
    position:relative;
    width:438px;
    height: 53px;
    margin:0px;
	padding:0px;
    z-index: 1;
}

.loginarea .loginbottom .bottomareabegin {
    position:relative;
	width:438px;
	height:20px;
	background: url('../images/login_box_top.gif') no-repeat;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	z-index: 10;
}

.loginarea .loginbottom .bottomarea {
    position:relative;
	width:438px;
	height:24px;
	background: url('../images/login_box_bg.gif') repeat-y;
	margin: -11px 0px 0px 0px;
	padding:0px;
	z-index: 1;
	text-align: left;
}

.loginarea .loginbottom .bottomarea table td{
	margin:0px;
	padding:0px;	
}

.loginarea .loginbottom .bottomarea table td.dottb{
	width:94px;	
}

.loginarea .loginbottom .bottomareaend {
    position:relative;
	width:438px;
	height:20px;
	background: url('../images/login_box_bottom.gif') no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

/*nav start*/
.nav{
	position:relative;
	width:971px;
	float:left;
	margin:5px 0px 0px 10px;
}

.nav .navareabegin{
    position:relative;
    width:971px;
	height:20px;
	background: url('../images/login_box3_top.gif') no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

.nav .navarea{
    position:relative;
    width:971px;
	background: url('../images/login_box3_bg.gif') repeat-y;
	margin: -12px 0px 0px 0px;
	padding: 0px;
}

.nav .navareaend{
    position:relative;
    width:971px;
	height:20px;
	background: url('../images/login_box3_bottom.gif') no-repeat;
	margin: 0px;
	padding: 0px;
}
/*nav end*/


/*pufa line bottom start */
.bottomline{
   position:relative;
   width: 980px;
   padding:10px 0px 0px 0px;
}

.bottomline .bottomlineleft {
    position:relative;
	width: 179px;
	height: 20px;
	margin: 0px;
	float: left;
	border-top:4px solid #072658;
}

.bottomline .bottomlineright {
    position:relative;
	width: 801px;
	height: 20px;
	float: right;
	margin: 0px 0px 0px -3px;
	border-top:4px solid #a40011;
}
/*pufa line bottom end */


/*mobile token line start*/
.tokenline{
   position:relative;
   width: 800px;
   padding:0px;
}

.tokenline .tokenlineleft {
    position:relative;
	width: 150px;
	height: 20px;
	margin: 0px;
	float: left;
	border-top:2px solid #072658;
}

.tokenline .tokenlineright {
    position:relative;
	width: 650px;
	height: 20px;
	float: right;
	margin: 0px 0px 0px -3px;
	border-top:2px solid #a40011;
}

/*mobile token line end*/

/*pufa logo bottom*/
.bottom {
	position:relative;
	width: 980px;
	text-align: center;	
	margin-bottom:18px;
}

/*向右<< 蓝色*/
.tipblue{
    position:relative;
    clear:both;
	height:21px;
	background: url('../images/login_sign_77_blue.gif') left center no-repeat;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 14px;
	line-height:21px;
	display:inline-block;
}

/*向右<< 红色*/
.tipred{
    position:relative;
    clear:both;
	height:21px;
	background: url('../images/login_sign_77_red.gif') left center no-repeat;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 14px;
	line-height:20px;
	display:inline-block;
}

/* 向右< 红色 */
.dot{
    position:relative;
    clear:both;
	background: url('../images/login_sign_dot.gif') left center no-repeat;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 13px;
	height:21px;
	vertical-align: bottom;
	display:inline-block;
}


.navtable{
  width:960px;
  line-height: 25px;
  text-align: left;
  vertical-align: bottom;
}


.navtable td{
  width:320px;
  padding-left:25px;
}

/*右边带虚线的tb*/
.dottb{
	background: url('../images/login_box_vline.gif') right repeat-y;
	height: 21px;
	vertical-align: middle;
	padding:0px 10px 0px 0px;
}

.innerdiv{
    position:relative;
	width:438px;
	height:41px;
	border-top:1px solid #c9c9c9;
	background: url('../images/login_box_bg.gif') repeat-y;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	text-align: left;
}

.innerdiv table{
	margin-top:10px;
}

/*email start*/
.emailboxbg{
    position:relative;
    width:980px;
	background: url('../images/email_top_bg.gif') left top repeat-x;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.email-box{
	position:relative;
	width:901px;
	margin:0px;
}

.email-box .boxtop{
    position:relative;
    width:901px;
	height:20px;
	background: url('../images/email_top.gif') left top no-repeat;
	margin: 0px 0px -10px 0px;
	padding: 0px;
	z-index: 20;
}

.email-box .boxbg{
    position:relative;
    width:901px;
	background: url('../images/email_bg.gif') repeat-y;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #c9c9c9;
	text-align: center;
}


.email-box .boxbottom{
    position:relative;
    width:901px;
	height:20px;
	background: url('../images/email_bottom.gif') bottom no-repeat;
	margin: 0px;
	padding: 0px;
}
/*email end*/

/*login info scroll*/
.scroll{
	position:relative;
	list-style:none;
	height:20px;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:20px;
	cursor:pointer;
	overflow: hidden;
}

.scroll li{
	line-height:20px;
	height:20px;
	margin:0px;
	padding:0px;
	display:block;
}

.scroll li a{
	line-height:20px;
	vertical-align: middle;
	display:inline-block;
	margin:0px;
	padding:0px;
}

/* 字体start
*
*字体命名规范说明：
*若有以下情况都存在，严格按照以下规范来书写和使用
*正常字体     "ft-字体应用范围"
*鼠标覆盖效果   "ft-字体应用范围-hover"
*鼠标点击效果   "ft-字体应用范围-active"
*鼠标点击后效果   "ft-字体应用范围-visited"
*
*按钮字体在按钮样式中定义
*
*输入页系统提示信息字体在.msg中定义
*
*
*选项卡字体在按钮样式中定义
*/

/*表单字段字体*/
.ft-field,
.ft-input,/*form输入域字体*/
.ft-nav,/*分栏字体*/
.ft-nav a{/*分栏字体*/
	font-size:12px;
	color: #072658;
}

/*控件下载*/
.ft-activex{
    font-size:12px;
	color: #072658;
	font-weight:bold;
}

.ft-nav a{
	line-height:21px;
	display:inline-block;
}

/*分栏字体*/
.ft-nav-red a{
	font-size:12px;
	color: #a40011;
}

/*分栏字体*/
.ft-fenlan a{
	font-size:12px;
	color: #333333;
	line-height:21px;
	display:inline-block;
}

/*分栏标题字体*/
.ft-fenlan-title{
	font-size:14px;
	font-weight:bold;
	color: #072658;
}

/*带下划线的字*/
.ft-underline{
	 position:relative;
	 display:block;
	 width:140px;
	 height:20px;
	 font-size:12px;
	 color: #072658;
	 border-bottom:1px solid #c9c9c9;
}

/*
底部版权信息字体
*/
.ft-copyright,
.ft-tip{
	font-size:12px;
	color: #000000;
}


/*登陆提示字体*/
.ft-bold{
	font-size:12px;
	color: #000000;
	font-weight:bold;
}

/* 字体end*/

/*pufa logo 背景*/
.spdbbg {
    position:relative;
	width:347px;
	height:297px;
	background: url('../images/login_spdb_bg.gif') left top no-repeat;
	margin:0px;
	padding:0px;
}

.emailtable{
	width:600px;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}

.emailtable td{
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 0px 0px 0px 10px;
	height: 30px;
}

.emailtdbg{
   background-color: #f3f7fb;
}


.tokentable{
  width:600px;
  border-top: 1px solid #c9c9c9;
}

.tokentdbg{
   background-color: #f3f7fb;
   border-bottom: 1px solid #c9c9c9;
   border-right: 1px solid #c9c9c9;
   border-left: 1px solid #c9c9c9;
   padding: 0px 0px 0px 10px;
   height: 30px;
}

.tokentd{
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  padding: 0px 0px 0px 10px;
  height: 30px;
  text-align: left;
}

/*
    登录错误提示
*/
.errinfo{
	height: auto;
	width:320px;
	font-size:12px;
	line-height:20px;
	color: #a40011;
	text-align: left;
	overflow: visible;
}

.errinfo .lefttd{
	width:60px;
}

/*
   email汇款,动态密码 错误提示
*/
.loginerrinfo{
	height: auto;
	width:600px;
	font-size:12px;
	line-height:20px;
	color: #a40011;
	text-align: center;
	overflow: visible;
}

/*登录输入框*/
.logininput{
    width: 135px;
    height:18px;
    border:1px solid #999999;
}

/*鼠标焦点输入框*/
.logininput-focus{
    width: 135px;
    height:18px;
    border:1px solid #f6c582;
}

/*email登录输入框*/
.emaillogin{
    width: 145px;
    height:18px;
    border:1px solid #999999;
}

/*email鼠标焦点输入框*/
.emaillogin-focus{
    width: 145px;
    height:18px;
    border:1px solid #f6c582;
}


/*验证码输入框*/
.tokeninput{
    width: 50px;
     height:18px;
    border:1px solid #999999;
}

/*鼠标焦点输入框*/
.tokeninput-focus{
    width: 50px;
     height:18px;
    border:1px solid #f6c582;
}


/*登录下拉框*/
.loginselect{
    width: 140px;
    padding:0px;
    margin:0px;
}

/*鼠标焦点下拉框*/
.loginselect-focus{
    width: 140px;
    border:1px solid #f6c582;
}

/******所有button的样式*****/
/****其中后缀有Over字样的为鼠标覆盖样式****/
.cmd,
.cmdOver,
.bigcmd,
.bigcmdOver
{
	border:none;
	height:25px;
	font-size: 12px ;
	font-weight:bold;
	color:#ffffff;
	margin:5px 5px 5px 5px;
	cursor: pointer;
}
.cmd{	
	background:url(../images/button_blue_80.gif);
	width:80px;
}
.cmdOver{
	background:url(../images/button_red_80.gif);
	width:80px;
}

.bigcmd{
	background:url(../images/button_blue_120.gif);
	width:120px;
}

.bigcmdOver{
	background:url(../images/button_red_120.gif);
	width:120px;;
}

/*
链接所有样式
**/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #a40011;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/**备注的背景样式**/
.remark { 
	text-align:left;
	background:url(../images/remark_line.gif) left bottom repeat-x;
	width:879px;
        padding:10px 20px 10px 20px;
	font-size:12px;
	line-height: 20px;
}

/***********************************************/
/* loading  页面等待效果的样式                 */
/***********************************************/ 

.loading{
	background:url(/per/gb/images/load.gif)  no-repeat;
	background-color:#ffffff;
	height:35px;
	width:160px;
	font-size:13px;
	color:#072658;
	text-align:left;
        padding:20px 15px 0px 60px;
	border:1px solid #c9c9c9;
	border-bottom:2px solid #c9c9c9;
}

/*原有验证码样式*/
.captchaInfo{
	background-color:#2e80c9;
	font-size: 12px;
	font-weight:normal;
	color:#fff;
	text-align: center;
}
.chap{
	text-align:left;
	text-indent:2em;
	width:90%;
	line-height:1.4;
	
}

.chap a:link{
	color:#205AA7;
	text-decoration:underline;
	
}
.chap a:hover{
	color:#a40011;
	text-decoration:underline;
	
}
.chap a:visited{
	color:#205AA7;
	text-decoration:underline;
	
}

.important{
	color:#FF0000;
}
.important a:link{
	color:#205AA7;
	text-decoration:underline;
	
}
.important a:hover{
	color:#a40011;
	text-decoration:underline;
	
}
.important a:visited{
	color:#205AA7;
	text-decoration:underline;
	
}