@charset "utf-8";
/* CSS Document */

/* --------------全局定义--------------- */
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

/* 取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */
body {
    color: #666;
    background: #fff;
    font: 14px/26px 微软雅黑;
    text-align: center;
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {
    margin: 0;
    padding: 0;
}

input, select {
    font-size: 14px;
    vertical-align: middle;
    color: #e0e0e0;
}

/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */
/*body div{text-align:left;}
*/
/* 标签属性，textarea,input 强制输入时内容超出时换行 */
textarea, input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
    border: 0;
}

/* 清除ul列表标记的样式 */
li {
    list-style-type: none;
}

/* 定义图片边框 */
img {
    border: 0 none;
}

/* 定义默认的链接样式 */
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* 去掉链接的虚线框 */
a {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

/* --------------通用属性定义--------------- */
/* 鼠标样式 */
.pointer {
    cursor: pointer;
}

/* 取消边框 */
.noborder {
    border: 0 none;
}

.nopadding {
    padding: 0;
}

/* 文本对齐方式 */
.t_l {
    text-align: left;
}

.t_c {
    text-align: center;
}

.t_r {
    text-align: right;
}

/* 字母和单词换行设置，强制内容换行，强制内容不换行 */
.break {
    word-break: break-all;
    word-wrap: break-word;
}

.nobreak {
    word-break: keep-all;
    word-wrap: normal;
}

/* 定义文本下划线 */
.unline {
    text-decoration: underline;
}

.disunline {
    text-decoration: none;
}

/* 浮动定义 */
.fl {
    float: left;
}

.fr {
    float: right;
}

/* 定位关系 */
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

/* 隐藏元素，当元素内容内容超出元素height 或 width 时，隐藏之 */
.o-hidden {
    overflow: hidden;
}

/* 隐藏元素，visibility可以隐藏元素，但是还是会在布局中占位 */
.invisible {
    visibility: hidden;
}

/* 从页面布局上隐藏元素，从布局上隐藏元素 */
.hidden {
    display: none;
}

.block {
    display: block;
}

/* 清理浮动元素,当浮动换行时后面元素不希望浮动，添加此属性，防止IE BUG */
.clear {
    clear: both;
    height: 0px;
    width: 100%;
    font-size: 1px;
    line-height: 0px;
    visibility: hidden;
    overflow: hidden;
}

/*页面布局*/
html, body {
    height: 100%;
}

#wrap {
    clear: both;
    overflow: hidden;
    /*  background:url(../images/main_bg.jpg) center bottom no-repeat;
      height:100%;*/
}

/*页面整体包含*/
#top {
     /* background: url(../../loginimg/left7.png) center center no-repeat;  */
    height: 85px;
 /*   width: 1100px;*/
    width:100%;
    line-height:85px;
    text-align:center;
    margin: 0 auto;
    /* position:relative; */
}
/*页面头部包含*/

#content {
    clear: both;
    overflow: hidden;
    text-align: left;
    background: url(http://mzbcdn.diantusoft.com/loginimg/main-bg.png) center bottom no-repeat; 
    /*height: 668px;*/
 /*   background-attachment: fixed;*/
    background-size: cover;
    position: absolute;
    bottom: 0;
    left:0;
    top: 0;
    width: 100%;
}

/*页面主体内容包含*/

.main {
    width: 1100px;
    /*  width:100%;*/
    margin: 0 auto;
}

/*.loginbox {
    width: 385px;
    float: right;
    margin-top: 161px;
}*/
.loginbox {
    /*width: 385px;*/
    width:320px;/* float: right; *//* margin-top: 161px; */
/*    padding:30px;*/
    position: absolute;
    top: 50%;
    height: 360px;
    left: 50%;
    margin-top: -215px;
    margin-left: 100px;
}

/*.login_tt {
    height: 69px;
    line-height: 69px;
    text-align: center;
    color: #424242;
    background: url(../images/login_tt.png) no-repeat;
    font-size: 24px;
    font-weight: normal;
}*/
#bg{
background-color: #fa7c2d;
/* height: 67px;
line-height: 67px; 
line-height: 67px; 
z-index: 1; */
border-radius: 10px 10px 0px 0px;

}
.login_tt {
    height: 67px;
    line-height: 67px;
    text-align: center;
    color: #424242;
/*     background: url(http://mzbcdn.diantusoft.com/loginimg/login_tt2.png) no-repeat;  */
    font-size: 22px;
    font-weight: normal;
}
/*
.login_cont {
    text-align: center;
    height: 325px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 41px 48px 0;
}
*/

.login_cont {
    text-align: center;
    height: 290px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 0 30px;
    padding-top: 20px;
}

/*
.txt {
    width: 251px;
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #e0e0e0;
    background: url(../images/yhm.png) 13px center no-repeat;
    padding-left: 40px;
    margin-bottom: 20px;
    float: left;
}
*/
.txt {
    /*   width: 251px;*/
    width: 218px;
    height:34px;
    line-height:34px;
    margin: 0 auto;
    /* height: 40px;
       line-height: 40px;*/
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: black;
    background: url(http://mzbcdn.diantusoft.com/loginimg/yhm.png) 13px center no-repeat;
    padding-left: 40px;
    margin-bottom: 20px;
    float: left;
}

.txt1 {
    background: url(http://mzbcdn.diantusoft.com/loginimg/mm.png) 13px center no-repeat;
}

.txt2 {
    width: 120px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: black;
    padding-left: 16px;
    float: left;
}


.yzm {
    float: right;
    height: 34px;
}
.yzm img{
    height:34px;
}
.btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
/*     background: #fa7c2d; */
 background:rgb(0, 150, 136); 
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    cursor: pointer;
}
.mt15{
    margin-top:15px;
}
/*
底部版权信息*/
.footer {
	z-index:1
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* 头部系统名称 */
.pagetop {
	z-index:1;
    position: absolute;
    top:0;
    height:50px;
    left: 0;
    width: 100%;
    padding-top: 25px;
    letter-spacing:5px;
}

//浏览器信息
/* .liulanqi{
	
	
	color: white;
} */


.liulanqi:hover{color:red}

.dbxx {
    height: 100px;
    background: url(http://mzbcdn.diantusoft.com/loginimg/dbbj2.png) repeat;
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
}
.dbxx ul{
    margin:25px 0;font-size: 14px;text-align: center;color: white;
}
.dbxx ul li{
    list-style: none;line-height:25px;
}
