﻿		.overlay{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 5000;
        }
        .overlay .login-part{
            text-align: center;
            height: 360px;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }
        .login-part .form-box{
            width: 450px;
            height: 360px;
            background-color: #fff;
            margin: 0 auto;
        }
        .form-box .btn-box{
            position: relative;
            width: 100%;
            height: 82px;
            line-height: 60px;
            text-align: center;
            padding: 0 55px;
            box-sizing: border-box;
        }
        .btn-box .nv-active{
            color: #f76443;
            border-bottom: solid 2px #f76443;
        }
        .btn-box span{
            width: 50%;
            text-align: center;
            font-size: 24px;
            font-family: 微软雅黑;
            color: #777;
            cursor: pointer;
            padding-top: 20px;
            border-bottom: solid 2px #dddddd;
        }
        .btn-box .close-btn{
            line-height: 20px;
            height: 20px;
            width: 20px;
            font-size: 23px;
            position: absolute;
            top: 5px;
            right: 5px;
            padding: 0 2px 4px 3px;
            box-sizing: content-box;
            border:none;
            cursor:pointer;
        }
        .btn-box .close-btn:hover{
            color: #6a6a6a;
        }
        .btn-box .close-btn:before{
            content: "\00D7";
        }
        .form-box .input-box{
            position: relative;
            width: 100%;
            height: 248px;
            padding-top: 10px;
        }
        .input-box .form-horizontal .form-group{
            height:46px;
            margin: 0 auto;
        }
        .input-box .form-horizontal .form-group .name{
            background: url(../images/user_icon.png) 10px center no-repeat;
            padding-left: 40px;
            color: #999999;
            font-size: 14px;
            font-family: 微软雅黑;
            border: solid #CCCCCC 1px;
            width: 340px;
            height: 46px;
            box-sizing: border-box;
        }
        .input-box .form-horizontal .form-group .password{
            background: url(../images/pwd_icon.png) 10px center no-repeat;
            padding-left: 40px;
            color: #999999;
            font-size: 14px;
            font-family: 微软雅黑;
            border: solid #CCCCCC 1px;
            width: 340px;
            height: 46px;
            box-sizing: border-box;
        }
        .input-box .form-horizontal .form-group .name-active{
            background: url(../images/user_ac_icon.png) 10px center no-repeat;
        }
        .input-box .form-horizontal .form-group .password-active{
            background: url(../images/pwd_ac_icon.png) 10px center no-repeat;
        }
        .form-horizontal p{
            height: 28px;
            line-height: 28px;
            font-size: 12px;
            color: red;
            text-align: right;
            margin: 0 auto;
            font-family: 微软雅黑;
        }
        .form-horizontal .submit{
            width: 340px;
            height: 46px;
            line-height: 46px;
            text-align: center;
            color: #Ffffff;
            font-size: 18px;
            background: #f76443;
            cursor: pointer;
            font-family: 微软雅黑;
            outline:none;
            border:none;
        }
        .submit:hover{
            background: #f87558;
        }
        .form-group label,.form-group input{
            width: 280px;
            height:46px;
            font-size:16px;
        }
        #scan_code{
           margin-top: 18px;
        }
        .qr-code{
            width: 230px;
            height: 220px;
            border:3px solid #fa733b;
            background-color: #fff;
            margin: auto;
            position: relative;
        }
        .qr-code div{
            position: absolute;
            background-color: #fff;
        }
        .qr-code div:nth-child(2n+1){
            width: 20px;
            height: 156px;
        }
        .qr-code div:nth-child(2n){
            width: 166px;
            height: 20px;
        }
        .qr-code div:nth-child(1){
            top:29px;
            left: -10px;
        }
        .qr-code div:nth-child(3){
            top:29px;
            right: -13px;
        }
        .qr-code div:nth-child(2){
            left:29px;
            top:-10px;
        }
        .qr-code div:nth-child(4){
            left:29px;
            bottom:-13px;
        }
        .qr-code p{
            position: absolute;
            height: 50px;
            top: 195px;
            left: 0;
            bottom: 0;
            right: 0;
            margin:auto;
            font-family: 微软雅黑;
            color: #7d7d7d;
            font-size: 15px;
        }
        .qr-code img{
            position: absolute;
            top: 0;
            left: 0;
            bottom: 30px;
            right: 0;
            margin:auto;
            width: 122px;
            height: 122px;
        }
        #btnxgmm:hover{
            color:#4291DC !important;
        }
        #Error_promp{
            color: #EA0403;
        }
        .clearfix:before, .clearfix:after{
            content: "";
            display: table;
            clear: both;
        }


        /*---------------------*/
        .zc-part{
            width:480px;
            height: 556px;
            border-radius: 5px;
            text-align: center;
            margin: auto;
            position: absolute;
            background-color:#fff;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }
        .zc-part .zc-tit{
            height: 60px;
            line-height: 60px;
            font-size: 24px;
            border-bottom: 1px solid #cccccc;
            margin-bottom:17px;
            font-family: 微软雅黑;
        }
        .zc-part .zc-step{
            height: 35px;
            line-height: 35px;
            font-size: 0;
        }
        .zc-part .zc-step span{
            font-size: 18px;
            letter-spacing: 0px;
            vertical-align: middle;
            font-family: 微软雅黑;
        }
        .zc-part .zc-step i{
            width: 20px;
            height: 20px;
            background: #f76443;
            border-radius: 10px;
            display: inline-block;
            margin-right: 7px;
            vertical-align: middle;
        }
        .zc-part .zc-img{
            font-size: 0;
        }
        .zc-part .zc-btn{
         margin-top: 20px;
        }
        .zc-part .zc-btn button{
            width: 284px;
            height: 36px;
            font-size: 18px;
            color: #fff;
            background-color: #f76443;
            outline: none;
            border:none;
            border-radius: 5px;
            font-family: 微软雅黑;
        }
        .zc-part .zc-btn button:hover{
            background-color: #f97659;
        }