@CHARSET "UTF-8";
/*固定资产登录首页相关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:18px;
    font-style:normal;
    color: #5B5E67;
    -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-weibo:before { content: "\e6f5"; }
.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;
}
/* logo总的div */
#login_logo {
    position: relative;
    height: 167px;
    min-width:1200px;
}
/* logo的图标 */
#logoImage1 {
    margin-left: 7%;
    margin-top:40px;
    height:110px;
    width:100px;
    float:left;
}
/* logo的系统名称 */
#logoImage2 {
    margin-top:53px;
    height:110px;
    float:left;
    font-size: 40px;
}
/* 操作说明和问题反馈 */
#div_sm{
    float:right;
    margin-right:17%;
    margin-top:100px;
}
#sp_czsm,#sp_wtfk{
    cursor: pointer;
}
.header{
    width: 100%;
    background: #fff;
    background: rgba(255,255,255,0.75);
    padding: 15px 25px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
.header > .logo img {
    display: inline-block;
    width: auto;
    height: 40px;
    vertical-align: bottom;
    margin-right: 10px;
}
.header > .logo {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    float: left;
    color:#143a83;
}

.clearfix2:after {
    clear: both;
    overflow: hidden;
}
.clearfix2:before, .clearfix2:after {
    content: "";
    display: table;
}
#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设置 */
.input-group-addon + input.form-control {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    height:42px;
}
.input-group {
    margin-bottom: 15px;
    height:42px;
}
.input-group .input-group-addon input.form-control {
    background-color: initial !important;
    border: 1px solid #adadad !important;
    border-right: none !important;
}
.input-group-addon{
    background-color: #fff;
}
input.form-control
{
    box-shadow:none !important;
    border-left: none !important;
    webkit-box-shadow:none !important;
}
input.form-control:focus{
    border-color:#ccc;
    webkit-box-shadow:none !important;
    box-shadow:none !important;
}
/* 忘记密码 */
#lab_wjmm{
    color: #adadad;
    float: right;
    font-weight:normal;
    cursor: pointer;
}
.codeimg {
    float: left;
    padding-left: 5px;
}
/* 登录按钮 */
#submit,#submit1,#submit2,#checkPhone
{
    background-color: #3f93f7;
    border-color: #3f93f7;
    height: 44px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

/*登陆页面相关样式*/
.loginBox{
    width: 26%;
    min-width: 450px;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 6%;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 微软雅黑;
    float:right;
    padding-left: 58px;
    padding-right: 58px;
    border-radius:12px;
    height:397px;
}
/* 登录页面的头俩登录方式 */
#rightBox_header{
    text-align: center;
    margin-top: 40px;
    height:40px;
}
.rightBox_header_items{
    display: inline-block;
    width: 49%;
}
.sp_hearder_items{
    padding-bottom: 10px;
}
.sp_hearder_items_active{
    border-bottom: 2px solid;
    border-bottom-color: #3f93f7;
}
.a_hearder_items
{
    color: #333333;
    text-decoration:none;
    font-size: 22px;
    letter-spacing: -0.14px;
    line-height: 32px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    cursor:pointer;
    font-family:Noto Sans SC;
}
.a_hearder_items_active
{
    color: #3f93f7 !important;
}
.a_hearder_items_active:hover{
    text-decoration:none;
    color: #3f93f7 !important;
    cursor:pointer;
}
.a_hearder_items:hover{
    text-decoration:none;
    color: #333333;
    cursor:pointer;
}
/* ********* */
#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;
}
.auth_icon_wb {
    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{
    /* 	padding-top:150px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#logo{
    line-height: 20px;
    /* 	margin-bottom: 20px; */
    margin-top: 15px;
    padding-top: 1px;
    color:orange;
}
label{
    color:white;
}
/* 登录页面总的div */
#login_box{
    margin-right: 17%;
    overflow: hidden !important;
    z-index: 100;
    text-align: center;
    position: relative;
}
.buttons {
    margin-bottom: 10px;
}
/*首页相关样式*/
.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;
}
#loginbyphone,
#res,
#notice{
    color:white;
}
#loginbyphone:hover,
#res:hover,
#notice:hover{
    color:red;
    cursor:pointer;
    text-decoration: underline;
}
/* 其他登录方式和注册*/
#sp_qtdl,#sp_qtdl1{
    color:#adadad;
    cursor: pointer;
}
#sp_zc:hover,#sp_qtdl:hover,#lab_wjmm:hover,#sp_qtdl1:hover,#sp_zc1:hover{
    cursor:pointer;
    text-decoration: underline;
}

#sp_zc,#sp_zc1{
    color:#3f93f7;
    float: right;
    cursor: pointer;
}

/* **** */
#codeImg{
    height:33px;
    background-color:white;
}
/* 验证码*/
#verifycode,#verifycode_sj,#txt_yzm{
    width:calc(100% - 90px) !important;
}

/* 底部*/
#footer{
    text-align: center;
    width: 100%;
    min-width: 970px;
    line-height: 26px;
    color: #AAA;
    /* height:36px; */
    height:78px;
    /* padding: 10px 0; */
    background: #000;
    background: #3f93f7;
    box-shadow: 0 0 1px ;
    clear: both;
    padding-top:13px;
    position: fixed;
    left: 0;
    bottom: -1px;
    /* z-index:102; */
    /* position: fixed;
    left: 0;
    bottom: -1px;
    z-index: 2; */
}
#footer span{
    /*     color: #f3f3f3; */
    color: #fff;
         font-size: 15px;
    font-family: 微软雅黑;
    margin: 0px auto;
}
/* 手机验证码*/
#btn_hqyzm{
    background-color:#fff;
    border:1px solid #3f93f7;
    color:#3f93f7;
    width:85px;
    height:41px;
    line-height: 34px;
    padding:0;
}
#btn_hqyzm:hover{
    /* color:red; */
    cursor:pointer;
}


.dsfdl li {
    list-style: none;
    float: left;
    margin-left: 20px;
    background-color: #337AB7;
    width: 27px;
    cursor: pointer;
}

.form-control{
    padding-left:6px !important;
    padding-right:0 !important;
}

input::-webkit-input-placeholder {
    font-size:13px !important;
    text-align: left !important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size:13px !important;
    text-align: left !important;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size:13px !important;
    text-align: left !important;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size:13px !important;
    text-align: left !important;
}

.softregedit input{
    position:absolute;
    right:-10px;
    top:30px;
    width:auto !important;
}
