
/*登录注册通用*/
.lr_main{background:#fff; padding:60px;}
.log_left{width:570px;}
.log_right{width:460px; padding:0 0 0 50px;}
.login_tab {border-bottom:2px solid #ededed;font-size:16px;}
.login_tab input{display:none;}
.login_tab label{width:120px;float:left;text-align:center;cursor:pointer;padding-bottom:15px;border-bottom:2px solid #ededed;position:relative;margin-bottom:-2px;}
.login_tab input:checked+label{border-bottom:2px solid #f80;color:#f80;}
.reg_left{width:679px; padding-right:50px; border-right:1px solid #ededed;}
.reg_right{width:300px; padding-left:50px;}

.lr_tit{height:20px;line-height:20px;position:relative;margin:0 0 30px;padding-left:20px;}
.lr_tit em{width:5px;height:20px;position:absolute;left:0;top:0;background:#f80;display:block;}
.lr_tit p{position:absolute;right:0;top:0;height:20px;}
.lr_tit span{color:#ccc; font-weight:normal; padding:0 10px;}

.lr_reg{text-align:center; margin-top:30px; font-size:14px; color:#333; border-top:1px solid #ededed; padding-top:30px;}
.lr_reg a{color:#f80; border:1px solid #f80; height:30px; line-height:30px; padding:0 20px; display:inline-block; margin-left:10px;}
.lr_reg a:hover{background:#f80; color:#fff;}

.lr_log{font-size:14px; color:#333; margin-bottom:50px;}
.lr_log a{background:#f80; color:#fff; height:40px; line-height:40px; padding:0 40px; display:inline-block; margin-top:20px;}
.lr_log a:hover{background:#f70; color:#fff;}

.log_other{color:#999; margin-top:10px;}
.log_other a{width:20px;height:14px;line-height:14px;padding:3px 0;display:inline-block;text-align:center;margin-left:10px;}
.log_other a i{vertical-align:middle;}

.lr_oauth{font-size:14px; color:#333; margin-bottom:50px;}
.lr_oauth a{width:45px;height:45px; display:inline-block; margin-right:20px; margin-top:20px; border-radius:45px; text-align:center;}
.lr_oauth a.qq i{margin-top:10px;}
.lr_oauth a.sina i{margin-top:11px;}

.lr_contact{background:#f8f8f8; padding:20px; line-height:20px; margin-top:40px;}

.lr_note{color:#f80; line-height:20px; padding-bottom:10px;padding-top:15px;}

/*登录表单*/
.lr_form th{text-align:right;padding:0 6px 0 0; line-height:30px; width:80px;}
.lr_form th span{padding-right:5px;}
.lr_form td{padding:6px 0;}
.lr_form .lr_text:hover,.lr_form .lr_text:focus,.lr_form .lr_area:hover,.lr_form .lr_area:focus{border-color:#f80;}
.lr_form .lr_text{color:#333; border:1px solid #ededed; height:38px; line-height:38px; padding:0 9px;}
.lr_form .lr_text.hg30{height:28px; line-height:28px;}
.lr_form .lr_area{font-size:12px; color:#333; border:1px solid #ededed; width:600px; height:100px; line-height:18px; padding:10px;}
.lr_form .lr_btn{height:50px; line-height:50px; width:320px; text-align:center;background:#f80;color:#fff; border:none; font-size:16px; margin-right:20px; margin-top:20px;}
.lr_form .lr_btn:hover{background:#f70;}
.lr_form select{border:1px solid #ededed;vertical-align:middle;overflow:hidden; color:#333; padding:9px 8px; font-size:12px;}
.lr_form select.hg30{padding:5px 0;}
.lr_form .droptips{display:inline-block; color:#999; height:30px; line-height:30px; vertical-align:top; padding-left:10px;}
.lr_form em{color:#999; padding-left:10px;}
.lr_form h1{background:#f8f8f8; font-size:14px; font-weight:bold; height:40px; line-height:40px; padding:0 20px;}
.lr_form .val{padding:20px 0;}
.lr_form .val .note_true {
    color: #40b450;
    background: url("../images/msg_bg.png") -10px -246px no-repeat;
	padding:4px 0 4px 26px;
}
.lr_form .val .note_false {
    color: #f80;
    background: url("../images/msg_bg.png") -7px 5px no-repeat;
    padding:4px 0 4px 26px;

}
a.getcode,.setcode{background:#3d8ee8;color:#fff;text-align:center;width:100px;height:40px;line-height:40px;display:inline-block;vertical-align:middle;}
a.getcode:hover{color:#fff}
a.getcode.hidden,.setcode.hidden{display:none;}
.t300{width:300px;}
.t240{width:240px;}
.t180{width:180px;}
.t190{width:190px}
.log_area{background:#f8f8f8; padding:40px;}

/*登录提示*/
.log_comtips ul{width:480px;}
.log_comtips li{display:inline-block; border:1px solid #ededed; width:200px; height:75px; padding:12px; float:left; margin-right:10px; margin-bottom:10px;}
.log_comtips h1{font-size:16px; font-weight:bold; padding-bottom:20px;}
.log_comtips h2{padding-bottom:6px; color:#333; font-size:12px;}
.log_comtips p{line-height:18px; color:#999;}

.log_pertips div{display:block; border:1px solid #ededed; padding:20px; margin-bottom:10px;}
.log_pertips h1{font-size:16px; font-weight:bold; padding-bottom:20px;}
.log_pertips h2{padding-bottom:6px; color:#333; font-size:12px;}
.log_pertips p{line-height:18px; color:#999;}

/*注册提示*/
.reg_tips div{display:block; background:#f8f8f8; padding:20px; margin-bottom:10px;}
.reg_tips h1{font-size:16px; font-weight:bold; padding-bottom:20px;}
.reg_tips h2{padding-bottom:6px; font-size:14px; font-weight:bold; color:#333;}
.reg_tips p{line-height:20px; color:#999; font-size:14px;}

/*密码安全性等级*/
.pwd-strength
{
    width: 152px;
    border:1px solid #ededed;
    height:28px;
    line-height:28px;
    overflow:hidden;
}
.pwd-strength td{padding:0;}
.pwd-strength-box, .pwd-strength-box-low, .pwd-strength-box-med, .pwd-strength-box-hi
{
    text-align: center;
    float:left;
    width:50px;
    display:inline;
}
.pwd-strength-box-low
{
    background: #fff2e4;
}
.pwd-strength-box-med
{
    background-color: #D2E9FF;
}
.pwd-strength-box-hi
{
    background-color: #DDFFDD;
}

/*输入提示*/
.tipDiv
{
    margin: 0px;
    padding: 0px;
    display:none;
	position:absolute;
	width:300px;
	left:330px;
	top:10px;
	border:1px solid #f80;
	z-index:9999;
	box-shadow: 0 0 30px rgba(0,0,0,.175);

}
.div1{
	height:35px; 
	background:#f80;
    line-height:35px;
    font-size:14px;
    color:#fff;
}
.div1 span{font-weight:bold; padding-left:20px;}
.div2
{
	position:absolute;
		  width:0;height:0;border-style:solid;border-width:10px 10px 10px 10px;border-color:transparent #f80 transparent transparent;position:absolute;margin-top:-2px; margin-right:6px;
	top:8px;
	left:-20px;
}
.div3
{
	padding:20px;
	background-color:#ffffff;
	line-height:200%;
}

/*下拉按钮*/
.input_search_style{
    background: url(../images/drop.png) no-repeat right center;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-right: 20px;
	padding-left:3px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
	border:1px solid #ededed;
	color:#333333;
	font-size:12px;
	}

/*字数限制*/
.limitword {
    padding: 10px 0 0 0;
	text-align:left;
	font-size:12px;
}
.lmtipt {
    background:#EEEEEE;
    border: medium none;
	height:20px;
	line-height:20px;
    width: 40px;
	font-size:12px;
	color:#999;
	text-align:center;
	margin-right:10px;
}

/*业务领域*/
.area-selector{
		position:absolute;
		background:#ccc;
		font-size:12px;
		left:20%;
		top:20%;
		z-index:4;
	}
	.selectorbg{
		background-color:#ccc;
		position: absolute;
		filter:alpha(opacity=40);/* IE */
		-moz-opacity:0.4; /* Moz + FF */ 
		 opacity: 0.4; z-index: 5; top: 0px; left: 0px; width: 100%; height:100%;
		z-index:20;
	}
	.area-body{
		border: 1px solid #f80;
   		box-shadow: 0 0 30px rgba(0,0,0,.175);
		width:584px;	
		height:auto;
		background-color:white;
		position:relative;
	    overflow: hidden;
	}
	.area-loading {
	    position: relative;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 300px;
	    background: url("../images/loading.gif") center center no-repeat;
	    display: none;
	}

	.area-body-top,.area-body h2.area-body-top{
		background:#f80;font-size:18px;color:#fff;height:50px;line-height:50px;clear:both; overflow:hidden;padding-left:20px;font-weight:normal;padding-bottom:0;
	}
	.area-body h2.area-body-top strong{color:#fff;}
	.area-body-top strong{font-weight:normal;}
	.area-body-left{
		width:100px;
		float:left;
		
		padding:0px 10px;
		position:relative;
		z-index:10;
	    padding-right: 0px;
	}
    .ajaxloading .area-body-left,.ajaxloading .area-body-right {
	    display: none;
	}
	.ajaxloading .area-loading {
	    display: block;
	}
	.area-body h3{
		padding:0px;
		margin:0px;height:30px; line-height:30px;
		font-weight:normal; color:#666;
		clear:both;
	}
	.area-body-right{
		width:456px;padding-left: 10px;
		float:right;border-left:1px dotted #eee;
	}
	
	.area-body a{color: #164A84;
	text-decoration: none;}
	.area-body-top a.btn{
		width:42px; 
		height:20px; line-height:20px; text-align:center;
		cursor:pointer;
	}
	.area-body-top a.close:hover{background:#f70;}
	.area-body-top a.close{width:50px;height:50px;position:absolute;right:0;top:0;text-align:center;margin:0;}
	.area-body-top a.close i{width:16px;height:16px;display:inline-block;background: url(../images/bg_ico.png) no-repeat 0 0;background-position:-34px -83px;margin-top:17px;padding:0;}

	.lay_form_sbt{height:40px;line-height:40px;text-align:center;margin:22px 0;font-size:14px;}
	.lay_form_sbt a{width:120px;height:40px;display:inline-block;margin:0 10px;color:#fff;cursor:pointer;}
	.area-body-top a.btn:hover{
		background-position:-541px -52px;
	}
	.area-body-top a.btn-r{
		background-position:-499px -31px;
	}
	.area-body-top a.btn-r:hover{
		background-position:-499px -52px;
	}
		.types-data{
			padding-left:10px;
		}
		.types-data a{
			float: left;
			width: 17%;
			padding-left:5px;
			margin-left:5px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			padding-top:4px;
			padding-bottom:4px;
		    display: inline;
		    height: 18px;
		    line-height: 18px;
		}
		.types-data .emptydata{
			padding:10px; padding-top:4px;
			color:#666;
		}
		.types-data a:hover{
			font-weight:bold;
		}
		.msgdiv{
			position:absolute;
			padding:4px;
			top:100px;
			left:0px;
			z-index:100;
			border:1px solid #FFCC99;
			background-color:#FFFFC8;
			-moz-box-shadow:0 1px 0 #E5E5E5;
			-webkit-box-shadow:0 1px 0 #E5E5E5;
			box-shadow:0 1px 0 #E5E5E5;
		}
		.msgdiv b{
			position:absolute;
			width:15px;
			height:9px;
			top:-9px;
			left:50%;
			margin-left:-10px;
		}
		a.classicselect {
			cursor:pointer;
		    display: inline-block;
		    border: 1px solid #ededed;
		    height: 28px;line-height: 28px;
		    text-decoration: none;
		    position: relative;
		    padding-right: 27px;
		    padding-left: 4px;
		    color: black;
		    overflow: hidden;
		    background: white;
		}

		a.classicselect b{
		  width:0;height:0;border-style:solid;border-width:4px 4px 0 4px;border-color:#999 transparent transparent transparent;position:absolute;right:0;top:50%;margin-top:-2px; margin-right:6px;
		}
		td a.classicselect b {
		    _right: -1px;
		}
		a.classicselect:hover b 
		{
		    background: url(../images/drop.gif) -17px 0px no-repeat;
		}
		a.classicselect:active b 
		{
		     background: url(../images/drop.gif) -34px 0px no-repeat;
		}
	.m-selector .types-data{
	    background: white;
	    padding: 10px;
	    overflow: hidden;
	    padding-right: 10px;
	    padding-top: 5px;
	    _padding-top: 10px;
	}
	.m-selector .types-data a {
	    float: left;
        display: inline;
        margin-left: 5px;
        margin-top: 5px;
        position: relative;
        line-height: 19px;
        white-space: nowrap;
        color: #333;
        border: 1px solid #FFF;
	    padding: 0px;
        padding-left: 6px;
        padding-right: 20px;
	    _overflow: hidden;
        _margin-top: -5px;
    }
     .m-selector .types-data a:hover {
         font-weight: normal;
         color: #f80;
     }
    .m-selector .types-data a.selected {
          font-weight: bold;
           color: #f80;
           text-align: left;
    }
    .m-selector .selectinfo {
        padding: 10px 6px;
        border-bottom: 1px solid #eee;
        margin: 0px 10px;
		height:24px;line-height:24px;
    }
	
	.m-selector .selectinfo a.cl{height:24px;line-height:24px;text-align:center;padding:0 15px;color:#fff;float:right;}
    .m-selector .selectinfo strong {
		color:#f80;
        padding: 0px 2px;
    }


/*点击添加更多联系人*/
#showmore{font-size: 14px; font-weight:bold; color: #c3d8ee8; cursor: pointer;}
#showmore span{color:#999; font-size:12px; font-weight:normal;}
