html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    background: url("/static/fcc/zljt/login/image/bg_icon.png") repeat center center;
}

.login-box{
    width: 1178px;
    height: 510px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -589px;
    margin-top: -310px;
}
/*顶部logo*/
.logo{
    width: 100%;
    height: 80px;
}
.logo h1{
    width: 191px;
    height: 50px;
    padding-top: 15px;
}
.logo h1 img{
    display: block;
    width: 350px;
    height: 50px;
}
/*左侧图片展示*/
/*左侧图片展示*/
.exhibition{
    float: left;
    width: 861px;
    height: 430px;
}



.exhibition ul li{
    float: left;
    width: 209px;
    height: 211px;
    margin-right: 6px;
}
.exhibition ul li img{
    display: block;
    width: 100%;
}

.exhibition ul .trophy p {
    float: left;
    width: 101px;
    height: 102px;
    background: #0ca7f8;
}
.exhibition ul .trophy .img-p{
    margin-right: 6px;
}
.exhibition ul .trophy .img-p2{
    background: #7abeff;
}
.exhibition ul .trophy .img-p3{
    background: #fda102;
}
.exhibition ul .img-div{
    margin-bottom: 6px;
}
.exhibition ul .bg-div{
    background: #7abeff;
}
.exhibition ul .trophy p img{
    width: 50%;
    margin: 25px 0 0 25px;
}
.exhibition ul .trophy div {
    float: left;
    width: 209px;
    height: 101px;
}

.exhibition .mgt {
    margin-top: 7px;
}
/*右侧登陆输入框*/
.login-input{
    float: right;
    width: 315px;
    height: 430px;
    padding: 65px 34px 0 30px;
    box-sizing: border-box;
    position: relative;
    left: 90px;
}
.login-input input{
    width: 100%;
    height: 32px;
    margin-top: 26px;
    border-radius: 0px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cccccc;
    background: #f9f9f9;
}
.login-input .title_nav{
    height: 52px;
    position: relative;
    margin-top: -76px;
    margin-bottom: 72px;
}
.login-input .title_nav a{
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -10px;
}
.login_title{
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    font-size: 28px;
    color: #2d2d2d;
}
.login-input .title_nav a img{
    display: inline-block;
    width: 50px;
    height: 50px;
}
.login-input .account_login{
    margin-bottom: 10px;
}
.login-input .scan_code_login{
    width: 100%;
    background: rgba(7,53,101,0.6);
    text-align: center;
    /*padding: 30px 0;
    margin: 20px 0;*/
    display: none;
}
.login-input .scan_code_login img{
    display: inline-block;
    width: 180px;
    height: 180px;
}
.login-input input, select{
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.login-input a{
    height: 30px;
    line-height: 35px;
    color: #397bbf;
    font-size: 12px;
}
/*.login-input a:nth-of-type(1){*/
/*float: left;*/
/*margin-left: 15px;*/
/*}*/
/*.login-input a:nth-of-type(2){*/
/*float: right;*/
/*margin-right: 5px;*/
/*}*/
.login-input button{
    width: 100%;
    height: 32px;
    margin-top: 10px;
    border-radius:5px;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
}

.login-input .one{
    background: #fd5e02;
    letter-spacing: 40px;
    padding-left: 40px;
    cursor: pointer;
}
.login-input .two{
    background: #3f85cd;
    letter-spacing: 3px;
}
.login-input .tele{
    width: 100%;
    margin-top: 25px;
    padding-top: 15px;
    box-sizing:border-box;
    border-top: 1px solid #14416f;
}
.login-input .tele p{
    color: #2b65a0;
    font-size: 12px;
    margin: 5px 0;
}
/*二维码*/
.qr-code{
    position: fixed;
    top: 252px;
    right: 0;
    width: 130px;
    height: 130px;
    background-color: rgba(48,132,218,0.25);
    box-sizing: border-box;
}
.qr-code span {
    display: inline-block;
    margin: 15px 0 0 20px;
}
.qr-code p{
    height: 35px;
    width: 100%;
    margin-left: 30px;
    line-height: 30px;
    color: #3084da;
}
.qr-code div{
    position: absolute;
}
.del_ewm {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #fff;
}
/*底部文字*/
.footer{
    width: 100%;
    height: 28px;
    background-color: rgba(2,36,71,0.8);
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #3084da;
}



.login-input .help-block {

    margin-top: 10px;
    padding: 5px;
    color: #333;
    border: 1px solid #dca;
    background-color: #fffcd8;
}

.login-input .tipBox{
    width: 100%;
    /*margin-top:25px;*/
    padding-top: 10px;
    border-top: 1px solid #867e7e;
}
.login-input .tipBox p{
    line-height: 25px;
    font-size: 12px;
    color: #867e7e;
}
.showPhoneNum_icon{
    /*background: url(/static/fcc/default/login/image/arrow.png) no-repeat scroll right center transparent;*/
    /*cursor: none;*/
}


/*重写钉钉二维码样式*/
#jsScanCodeLogin iframe{
    width: 100%;
}


/*胜意标准扫码登录样式*/
#ewm{
    width:251px;
    height: 251px;
}
.login_qrcode_text {
    margin-top: 20px;
    text-align: center;
    color: #d9dada;
    font-size: 14px;
}
.qtmdl{
    display:none;
    margin: 20px 0 10px;
}
.qtmdl input{
    width: 6% !important;
    height: 14px !important;
    line-height: 14px !important;
    margin-top: 0px !important;
}
.qtmdl span{
    color: #333;
}