/*登入*/
.login_body{
    /*background: url(/Content/login/images/login_bg_5.jpg) scroll center center;*/
	/*! background-size:100% 100%; */
    /*! position: relative; */
    font-size: 1.4em;

    width: 406px;
    height: 245px;
    margin: auto;
    overflow: hidden;
    padding: 0px 3px;
    position: relative;
}

.login_block{
    position: absolute;
    right: 250px;
    top: 85px;
    background-color: rgba(246,245,251,0.7);
    padding: 30px 30px;
    padding-bottom: 16px;
    border-radius: 5px;
    width: 340px;
    *border:1px solid #cfdae5;  /*ie7*/
    border:1px solid #cfdae5\0; /*ie8*/

}
.uname_block, .password_block{
    width: 280px;
    background-color: #fff;
    border: 1px solid #c7d4db;
    margin-bottom: 14px;
    padding: 6px 16px;
}
/*去除input样式*/
.login_block input{
    width: 100px;
}
.login_block input{
    outline: none;
    border: 0px;
}
.remember_block{
    margin: 0px 0px;
    
    height: 30px;
    margin-bottom: 14px;
}
.forgot_passwd{
    color: #1d3f77;
    text-decoration: underline;
    float: right;
    margin-top: 14px;
    cursor:pointer;
}
/*记住密码块*/
#ifRemember{
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

/*语言选择*/
.language_selector{
    position: relative;
    float: right;
    width: 100px;
    height: 25px;
    border: 1px solid #c7d4db;
    overflow: hidden;
    top:-3px;
}
.lang_selector{
    width: 100%;
    -webkit-appearance:none;
    appearance:none;
    outline: none;
    border: 0px;
    padding: 3px 0px;
    padding-left: 10px;
    color: #002766;
    position: relative;
}

/*遮罩盖住下拉框的三角*/
.language_selector .cover{
 position: absolute;
 width: 20px;
 height: 25px;
 background-color: #fff;
 right: 0px;
 top: 0px;
 pointer-events:none;
 *display: none;
}
/*小三角*/
.language_selector:after{
    border: 5px solid transparent;
    border-top: 5px solid #002766;
    width: 0px;
    height: 0px;
    position: absolute;
    content: ' ';
    right: 10px;
    top: 10px;
    pointer-events:none;

}
/*登入按钮*/
.login_btn {
    height: 45px;
    width: 100%;
    background-color: #93CF66;
    border: 1px solid #668554;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    font-size: 1.5em;
    cursor: pointer;
    /*    left: 645px;
    top: 250px;
    position: absolute;*/
}
    .login_btn:hover {
        background-color: #668554;
    }
/*忘记密码*/
.login_forgetpassword{
    height: 15px;
    width: 250px;
    color: #171616;
    border-radius: 5px;
    cursor: pointer;
/*    left: 828px;
    top: 295px;
    position: absolute;*/
    float: right;
    text-align: right;
    margin-top: 15px;
}
/*介绍*/
.description_body{
	
    height: 130px;
    width: 100%;	  
    /*background-color: #526170;*/
    font-size: 1.4em;
	/*! margin-top:20px; */

}
.monitor_des, .analysis_des, .other_des{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 180px;
    text-align: center;
    float: left;
}
.bg_des{
    width: 100px;
    height: 140px;
    background-repeat: no-repeat;  
    /*! background-position: 0px 20px; */
    /*! margin-right: 10px; */
    /*! margin-left: 10px; */
    margin:0 auto !important; 
    text-align: center;
}
.content_des{
    width: 230px;
    height: 140px;
    vertical-align: top;
}
.title_des{
    color: white;
    /*! margin-bottom: 20px; */
    /*font-weight: bold;*/
    text-align: left;
	font-size:16px;
}
.body_des{
    color: white;
    text-align：justify;
	font-size: 14px;
    text-align: left;
}

.inform_bg{
    background: url(/Content/login/images/login_11.png) scroll center center no-repeat;
}
.help_bg{
    background: url(/Content/login/images/login_22.png) scroll center center no-repeat;
}
.question_bg{
    background: url(/Content/login/images/login_33.png) scroll center center no-repeat;
}

.err_info
{
    color:red;
    position: absolute;
    left: 5px;
    top: 108px;
    border-radius: 5px;
}

.loginid_separator{
  background-repeat: no-repeat;
  background-position: 0 200px;
  position: absolute;
  width: 1px;
  height: 33px;
  top: 30px;
  left: 125px;
  background-color:#c7d4db;
}

.password_separator{
  background-repeat: no-repeat;
  background-position: 0 200px;
  position: absolute;
  width: 1px;
  height: 33px;
  top: 77px;
  left: 125px;
  background-color:#c7d4db;
}

