/*全局样式*/
*{
    padding: 0;
    margin: 0;
    font-family:"微软雅黑";
}
input,button{
    outline:none;
}
.clear{
    clear: both;
}
.fl{
    float: left;
}
.clearFix:after{
    content: ' ';
    clear: both;
    display: block;
}
/*大背景图片*/
.gradualBg{
    background:url("../images/bg.png")  left bottom repeat-x #4393dc;
    min-width: 1024px;
    min-height:600px;
    border-top:6px solid #2a6496;
    position: relative;
}
.scenery{
    position: absolute;
    top:0;
    left: 10%;
    min-height: 500px;
    /*height: 100%;*/
}
/*logo标题*/
.logo_box{
    padding: 20px 0;
    text-align: center;
}
.logo_box .logo{
    vertical-align: middle;
    height: 54px;
    margin-top: -10px;
}
.logo_box .logo_text{
    margin-left: 8px;
    font-size: 35px;
    letter-spacing: 4px;
}
/*登录框 大小位置*/
.loginBox{
    width: 330px;
    background: #fff;
    opacity: 0.9;
    border-radius: 6px;
    position: absolute;
    right: 16%;
    top:140px;
    padding: 30px;
    height: 380px;
}
/*登录选项卡*/
.tab{
    /*border:1px solid #f00;*/
}
.tab .tab_title{
    display: flex;
}
.tab .tab_title p{
    flex: 1;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}
.tab .tab_title p.active{
    color:#047FB8;
    border-bottom: 2px solid #047FB8;
}

/*computer登录*/
.inputOutBox{
    border:1px solid #cfcfcf;
    width: 100%;
    height: 42px;
    margin-top: 30px;
    /*display: block;*/
}
.inputOutBox input{
    width: 312px;
    height: 40px;
    border:0;
    padding-left: 8px;
    margin-left: 40px;
    background: transparent;
}
.verifiImg{
    float: left;
    width: 140px;
    margin:28px 0 0 12px;
    border-radius: 50px;
}
.verifiImg img{
    border-radius: 50px;
}
.name{
    background: url("../images/username.png") no-repeat 12px 9px;
}
.pass{
    background: url("../images/password.png") no-repeat 12px 9px;
}
.complete{
    background: url("../images/complete.png") no-repeat 12px 9px;
}
.login_btn{
    margin-top: 50px;
}
.fr{
    float: right;
}
.login_btn .btn{
    color: #fff;
    height: 42px;
    line-height: 42px;
    width: 100%;
    text-align: center;
    display: block;
    border: 0;
    background: #047FB8;
    cursor: pointer;

}


/*二维码登录*/
.scan{
    float: left;
}
.code_box{
    overflow: hidden;
    height: 168px;
    border:1px solid #eaeaea;
    padding: 40px;
    margin-left: 50px;
    /*margin-right: 10px;*/
}
.scan_text{
    text-align: center;
    margin-top: 40px;
    color: #808080;
    /*position: relative;
    bottom: 0;*/
}
.scan_text span{
    color: #047FB8;
}
.scan_box{
    margin-top: 20px;
}
.QR{
    width: 466px;
}


/*二维码失效*/
.loseQR{
    width: 170px;
    text-align: center;
    padding: 50px 0 0 0;
    height: 120px;
    background-image: url(../images/loseBg.png);
    position: relative;
    top: -170px;
    z-index: 999;
}
.loseQR .lose{
    font-size: 22px;
}
.loseQR .refresh{
    background: #047FB8;
    padding: 10px 10px;
    color: #fff;
    width: 50%;
    margin: 28px auto;
    border-radius: 4px;
    cursor: pointer;
}
.succeed{
    text-align: center;
    padding: 20px 0 0 0;
    height: 260px;
    border:1px solid #cfcfcf;
    position: absolute;
    margin-left: 15px;
}
.succeed p{
    margin-top: 12px;
}
.succeed .affirm{
    font-size: 16px;
}
.succBack{
    color: #047FB8;
    cursor: pointer;
}

.ercode{
    position: relative;
    left: 1040px;
}
.ercode .samll_code{
    position: absolute;
}
.ercode .codeCode{
    position: absolute;
    right: 1220px;
}

/*右侧二维码*/
.toolbar-item{
    /*background-position:0 0;*/
    z-index: 999;
    position: relative;
    display:block;
    width:84px;
    height:84px;
    overflow: hidden;
    margin-top:-1px;
    right: 20px;
    background: url("../images/toolbar.png") 0 0 no-repeat ;
}
.toolbar{
    position:fixed;right:0;top:400px;
}


.toolbar-item-zhifa{

}

.toolbar-item-print{
    background-position-x: -104px;
}


.toolbar-item-weixin{
    background-position-x: -208px;
}

.toolbar-layer{
    position:absolute;
    background: #fff;
    right:114px;
    bottom:0;
    padding: 10px 10px 50px 20px;
    width: 0;
    height: 0;
    opacity:0;
    filter:alpha(opacity=0);

}
.toolbar-layer p{
    width: 179px;
    text-align: center;
    color: #333;
    line-height: 36px;
    font-size: 18px;
}
.toolbar-layer img{
    width: 170px;
    border:0;
}

/*footer*/
.footer{
    border-top: 6px solid #0bbdfd;
    background-color: #f4f4f4;
    width: 100%;
    /*text-align: center;*/
    position: absolute;
    /*color: #fff;*/
    /*background: #545454;*/
    padding: 10px 0;
    height: 88px;
    line-height: 32px;
}
.yzm{
    cursor:pointer;
}
.error{
    height: 20px;float:left;text-align: left;width: 200px;
}
.error span{
    display:none;margin-top:0px;line-height: 42px;color:red;
}
.bottom_main{
    /*width: 1200px;*/
    height: 88px;
    margin-top: 10px;
    position: relative;
    float: left;
    left: 50%;

}
.footerContent{
    position: relative;
    float: left;
    left: -50%;
}
.copyright {
    margin-top: 10px;
    /*border-left: 1px solid #bcbcbc;*/
    text-align: left;
}
.copyright p {
    padding-left: 20px;
    line-height: 26px;
    color: #444444;
}
.tusdata {

}
.tusdata img{width: 208px;}




