/*固定资产登录首页相关css样式*/
@font-face {font-family: "iconfont";
  src: url('../css/fonts/iconfont.eot?t=1477043283'); /* IE9*/
  src: url('../css/fonts/iconfont.eot?t=1477043283#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../css/fonts/iconfont.woff?t=1477043283') format('woff'), /* chrome, firefox */
  url('../css/fonts/iconfont.ttf?t=1477043283') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../css/fonts/iconfont.svg?t=1477043283#iconfont') format('svg'); /* iOS 4.1- */
}

.fa {
  font-family:"iconfont" !important;
  font-size:26px;
  font-style:normal;
  color: #FBFCFE;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-yanzheng:before { content: "\e666"; }
.icon-qq:before { content: "\e668"; }
.icon-weixin:before { content: "\e667"; }
.icon-mima:before { content: "\e736"; }
.icon-admin:before { content: "\e60d"; }
.icon-phone:before { content: "\e669"; }
/*logo部分*/
body {
	font-family:PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
#logoImage{
    display: table;
	position:absolute;
	z-index: 100;
    top: 40px;
    color: #F9F9F9;
    font-size: 32px;
    text-align: left;
    padding-left: 80px;
    background: transparent;
}
#logoImage>img,#logoImage>.xxmc,#logoImage>.sysname{
    display: table-cell;
    vertical-align: middle;
}
#logoImage>.xxmc{
    font-size: 40px;
}
#logoImage>.sysname{
    font-size: 32px;
}
#logoImage>img{
    width: 70px;
    height: 70px;
    margin-right: 15px;
}
#loginMethod{
	height: 26px;
    padding: 0px 10px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
}
#loginMethod option{
    background-color:rgba(0, 0, 0, 0.5);
    color: black;
}
.input-group-addon + input.form-control {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}
#login_box .input-group {
    margin-bottom: 30px;
}
#login_box .input-group span img:not(#codeImg,#yz) {
    width: 25px;
    height: 25px;
}
#login_box .input-group-addon {
    font-size: 22px !important;
    background-color: transparent;
    border-right: none;
    color: #FBFCFE;
    border-color: #FBFCFE;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}
#login_box .form-control {
    height: 50px;
    font-size: 16px !important;
    color: #FBFCFE;
    background-color: transparent;
    border-left: none;
    border-color: #FBFCFE;
    box-shadow: none;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}
#login_box .type_text{
    font-size: 16px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
#login_box .type_text input[type=checkbox]{
    zoom: 130%;
    margin-top: 3px;
}
#login_box #yz_span{
    text-align: center;
    position: absolute;
    /*background-color: #FFFFFF;*/
    right: 0px;
    width: 50px;
    height: 50px;
    padding: 0px;
    border: none;
    border-radius: 25px;
    z-index: 5;
}
#login_box #yz{
    width: 50px;
    height: 50px;
}
.codeimg {
	float: left;
    padding-left: 5px;
}
/*登陆页面相关样式*/
.rightBox{
	/*width: 26%;*/
    width: 404px;
	min-width: 404px;
    border-radius: 25px;
    background-color: rgba(22, 62, 103, 0.7);
    /*background-color: #163E67;*/
    /*opacity: 0.7;*/
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 微软雅黑;
    float:right;
    padding-left: 40px;
    padding-right: 40px;
}
#leftBox ul{
	position: relative;
	float:left;
	width:340px;
	color:#fff;
	left: 300px;
    top: 186px;
    background-color: rgba(227, 232, 227, 0.1);
    height: 140px;
    list-style:none;
    padding-right: 40px;
}
#leftBox li{
	height:40px;
}
#leftBox .auth_icon_text{
	background-color: rgba(255, 255, 255, .4);
	color:white;
	height: 34px;
    display: inline-block;
    line-height: 34px;
    width:225px;
    float:left;
    text-align: left;
    padding-left: 15px;
}
.auth_icon_qq {
	font-size: 22px;
}
.auth_icon_wx {
	font-size: 20px;
}
#leftBox .auth_icon_text:hover{
/* 	color:#3D82C5; */
	background-color: rgba(255,255,255,.6);
	cursor:pointer;
}
#leftBox .auth_icon_bg{
	width: 34px;
    background-color: #fff;
    float: left;
    display: block;
    height: 34px;
    font-weight: 500;
}
#logo,#login_box{
	margin-left: auto;  
	margin-right: auto;   
	position: relative;
}
#logo{
    font-size: 24px;
	/*line-height: 20px;*/
 	margin-bottom: 30px;
	margin-top: 50px;
    /*padding-top: 1px;*/
    color:#FFFFFF;
}
label{
	color:white;
}
#login_box{
	overflow: hidden !important; 
	z-index: 100;  
	text-align: center;  
	position: absolute;
    right: 250px;
    top: 18%;
}
.buttons {
	margin-bottom: 40px;
}
#submit{
    height: 50px;
    font-size: 22px !important;
    border-radius: 25px;
    color: #4D5A79;
    background-color: #FFFFFF;
}
#zhmm_back{
    width: 140px;
    height: 50px;
    float: left;
    font-size: 22px !important;
    border-radius: 25px;
}
#zhmm_save{
    width: 140px;
    height: 50px;
    float: right;
    font-size: 22px !important;
    border-radius: 25px;
}
/*首页相关样式*/
.navbar-fixed-top{
	background-color: #438eb9;
}
.navbar-brand{
	color:white;
	font-size: 20px;
}
.nav>li>a {
    color: white;
}
#dbyw{
	height: 50px;
	padding-top: 15px;
}
#dropdownMenu1{
	color: white;
    background-color: #438eb9;
    border:none;
}
#forgetPassword, 
#notice{
    color: #FFFFFF;
}
#forgetPassword:hover,
#notice:hover{
	color:red;
	cursor:pointer;
	text-decoration: underline;
}
#codeImg{
    height: 33px;
    margin-top: 8px;
    border-radius: 10px;
	background-color: #FBFCFE;
}
#verifycode{
	width:calc(100% - 73px) !important;
}
#footer{
	position: absolute;
    bottom:0;
    z-index: 100;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
}
#footer span{
    color: #f3f3f3;
    font-size: 14px;
    font-family: 微软雅黑;
    margin: 0px auto;
}
#btn_hqyzm{
	color:#337AB7;
	text-decoration: underline;
	line-height: 34px;
    padding-left: 5px;
}
#btn_hqyzm:hover{
	color:red;
	cursor:pointer;
}