﻿#div_inner
{
	position:relative;background-color:#FFFFFF;
}
#div_inner_logo
{
	width:165px;height:55px;position:absolute;top:-9px;left:50%;margin-left:-82px;
	background:url('../img/title_yhdl.png') no-repeat center center;
}
#divContainer
{
	width:586px;margin:auto;padding:10px 0px 20px 0px;text-align:center;
}


#EgLoginInner
{
	width:350px;height:300px;margin:80px auto 20px auto;
}
.EgLogin_item
{
	width:100%;height:40px;border:solid 1px #bfcbd9;border-radius:5px;margin-top:20px;
	position:relative;
}
.EgLogin_item_label
{
	width:70px;height:100%;line-height:30px;overflow:hidden;color:#888888;
	text-align:justify;
	position:absolute;left:10px;top:5px;
}
.EgLogin_item_label:after
{
	content:"";display:inline-block;width:100%;
}
.EgLogin_item_input
{
	border-width:0px;width:calc(100% - 100px);height:30px;line-height:30px;overflow:hidden;
	color:#575656;background-color:transparent;
	font-size:16px;font-weight:bold;
	position:absolute;left:90px;top:5px;
	/*background-color:rgba(0,0,0,0);*/
}
#btn_img_yzm
{
	position:absolute;right:2px;top:2px;width:100px;height:36px;cursor:pointer;
}

#EgLogin_bottom
{
	height:50px;
}
.EgLogin_bottom_text
{
	float:left;margin-left:10px;color:#000000;line-height:20px;height:20px;margin-top:20px;
}
.EgLogin_bottom_text a
{
	color:red;text-decoration:none;
}
.EgLogin_bottom_text a:hover
{
	color:red;text-decoration:underline;
}
#EgLogin_remind
{
	height:20px;margin-top:20px;cursor:pointer;float:left;
}
#EgLogin_remind_checkbox
{
	float:left;color:#1ab41a;font-size:18px;text-align:left;
	font-family:EgFont,EgFont_fileType,微软雅黑,黑体,Arial,宋体;
   -webkit-font-smoothing:antialiased;
}
#EgLogin_remind[isRemind='0'] #EgLogin_remind_checkbox:before
{
	content: "\E668";
}
#EgLogin_remind[isRemind='1'] #EgLogin_remind_checkbox:before
{
	content: "\E669";
}
#EgLogin_remind_text
{
	float:left;color:#000000;margin-left:10px;
}
#btn_login
{
	height:40px;line-height:40px;width:100%;margin-top:20px;text-align:center;
	background-color:rgba(175,26,58,0.8);
	color:#ffffff;border-radius:5px;font-size:16px;cursor:pointer;
	transition:all 0.3s;
}
#btn_login:hover
{
	transform:scale(1.1)
}


#btnContainer
{
	width:570px;height:120px; margin-top:50px;
}
.btnItem
{
	width:120px;height:120px;overflow:hidden;float:left;margin-right:30px;
}
.btnItem_icon
{
	background-repeat:no-repeat;background-position:center center;background-size:40px 40px;
	width:80px;height:80px;margin-left:20px;cursor:pointer;
	border-radius:45px;transition:all 0.5s;
}
.btnItem_icon:hover
{
	transform:rotate(360deg)
}
.btnItem_text
{
	height:30px;line-height:30px;text-align:center;color:#000000;font-weight:bold;font-size:16px;margin-top:5px;
}