 /*认证页面弹出框*/
 .dialog{
    width: 640px;
    height: 430px;
    /*position: fixed;
    margin:0 auto;
    left: 0;
    right: 0;
    top:190px;*/
    padding:70px 85px 0;
    background-color: #ffffff;
    border:1px solid #dddddd;
    border-radius: 2px
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari 和 Chrome */
    /* box-shadow: 0 0 10px #666666; */
    z-index: 99999;
}
.dialog .p1{
    font-size: 28px;
    text-align: center;
    color: #333333;
    line-height: 40px;
}
.dialog .p2{
    font-size: 20px;
    text-align: center;
    color: #666666;
    line-height: 40px;
}
.shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    background-color: #333333;
    opacity: .2;
    filter: Alpha(opacity=20);/* IE8 以及更早的浏览器 */
    z-index: 99998;
}
.dialog-btn{
    display: inline-block;
    width: 118px;
     height: 28px;
    border-radius: 2px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin-right: 5px;
}
.dialog-btn-y{
    border: 1px solid #FB9C30;
    color: #FB9C30;
}
.dialog-btn-y:hover{
    background-color: #FB9C30;
     color: #ffffff;
}
.dialog-btn-y.active{
    background-color: #FB9C30;
     color: #ffffff;
}
.dialog-btn-y.active:hover{
    background-color: #FF7400;
}
.dialog-btn-b{
    border: 1px solid #3890E1;
    color: #3890E1;
}
.dialog-btn-b:hover{
    background-color: #3890E1;
    color: #ffffff;
}
.dialog-btn-b.active{
    background-color: #3890E1;
    color: #ffffff;
}
.dialog-btn-b.active:hover{
    background-color: #3B84E2;
}
.btns{
    margin:70px auto 0;
    text-align: center;
}
.dialog  .icon{
     height: 130px;
     margin-bottom: 30px;
}
.dialog .close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
}
.dialog.permission-tip .icon{
    background: url(../../images/myImg/register/icon1.png) center no-repeat;
} 
.dialog.waitting-tip .icon{
    background: url(../../images/myImg/register/pic.png) center no-repeat;
}
.userClass-tip .icon{
    background: url(../../images/myImg/register/pic1.png) left 50%  no-repeat;
}
.userClass-tip .p1{
    width: 480px;
    text-align: left;
    margin-left: 180px;
}
.userClass-tip .p2{
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
}
.userClass-tip .ways{
    font-size: 16px;
    margin-bottom: 30px;
}
.userClass-tip .ways span{
    color: #317bbf;
}
.userClass-tip .ways .dialog-btn{
    float: right;
    margin-right: 30px;
}
/*文件上传*/
.dialog.fileView{
    width: 750px;
    height: 435px;
    padding: 65px 30px 0;
}
.fileView h5{
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    top:0;
    line-height: 60px;
    color: #000000;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
.fileView .files{
    width: 100%;
    height: 350px;
}
.fileView .view-part{
    height: 100%;
    float: left;
}
.fileView .preview{
    width: 120px;
}
.preview img,.preview a{
    width: 100%;
    height: 100%;
}
.preview a{
    display: block;
    width: 118px;
    height: 68px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    cursor: pointer;
}
.preview a:hover{
    border: 1px solid #3890e1;
}
.preview a.add{
    border:1px dashed #3890e1;
    background: #EDF6FF url(../../images/myImg/register/add.png) left no-repeat;
}
.preview a.add:hover{
    border:1px dashed #3890e1;
    background: #EDF6FF url(../../images/myImg/register/add.png) right no-repeat;
}
.fileView .view{
    width: 600px;
    background-color: #808080;
    margin-left: 28px;
    line-height: 350px;
    text-align: center;
}
.fileView .view img{
    max-width: 500px;
    max-height: 300px;
}
.fileView .btns{
    margin-top:30px;
    margin-left: 150px;
}
/*登录*/
.dialog.login{
    width: 330px;
    height: 390px;
    padding:0 30px 30px;
}
.dialog.login .close{
    width: 20px;
    height: 20px;
}
.dialog.login h3{
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 24px;
    color: #666666;
    font-weight: 500;
}
.login-input{
    width: 328px;
    height: 38px;
    border:1px solid #dddddd;
    margin-bottom: 16px;
}
.login .username{
    background: url(../../images/myImg/register/username.png) 10px 50% no-repeat;
}
.login .pswd{
    background: url(../../images/myImg/register/pswd.png) 10px 50% no-repeat;
}
.login .yzm{
    background: url(../../images/myImg/register/yzm.png) 10px 50% no-repeat;
    position: relative;
}
.login-input *{
    display: inline-block;
    font-size: 16px;
    color: #999999;
    line-height: 38px;
}
.login-input span{
    margin-left: 40px;
}
.login-input input{
    height: 36px;
    outline: 0;
    margin-left: 10px;
    border:0;
    color: #333333;
}
.login-input a{
    float: right;
    margin-right: 10px;
    font-size: 14px;
}
.login .dialog-btn{
    width: 328px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-top: 10px;
}
.login .changePsw{
    color: #3890e1;
    float: right;
}

.login .tips{
    font-size: 14px;
    color: red;
}
.login p.other-way{
    position: relative;
    height: 0;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin:20px;
}
.login p span{
    position: absolute;
    display: block;
    width: 95px;
    text-align: center;
    background-color: #ffffff;
    top:-8px;
    left: 0;
    right: 0;
    margin:0 auto;
    font-size: 12px;
    color: #999999;
}

#mask{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    display: none;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.login_mask_content{
    position:fixed;
    width: 400px;
    left: 36%;
    top: 150px;
    z-index:9999;
    box-shadow: 1px 2px 10px #2B2828;
    border-radius: 3px;
    background-color:#ffffff;
    display:none;
}
.password_form .inputs{
    width: 90%;
    margin: 10px auto;
}
.password_form .inputs span {
    width: 80px;
    text-align: right;
    margin-right: 8px;
    font-size: 14px;
}
.password_form .inputs span i {
    font-style: normal;
    color: red;
}
.password_form .inputs input{
    width: 250px;
    height: 34px;
    line-height: 34px;
    padding-left: 5px;
    border: 1px solid #dddddd;
}
.password_form .tips {
    text-align: right;
    padding-right: 20px;
}
.login_mask_content .mask_title{
    height: 40px;
    line-height: 40px;
    background-color:#2774bc;
    color: #ffffff;
    font-size:16px;
    text-align: center;
}
.btn-content{
    text-align: center;
    margin: 20px auto;
}
.btn-content a{
    width: 100px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    font-size: 16px;
    border: 1px solid #3890E1;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.btn-content .login-btn {
    background-color: #3890E1;
    color: #ffffff;
    margin-right: 10px;  
}
.cancle-btn{

}

/*第三方样式按钮*/
.thirdWay{
    width:100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #999999;
    text-align:center;
}
.thirdWay span{
    display: inline-block;
    width: 151px;
    height: 33px;
    border:1px solid #dddddd;
    text-indent: 50px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.thirdWay span:hover{
    border-color: #3890e1;
}
.thirdWay span.wechat{
    background: url(../../images/myImg/register/wechat.png) 20px 50% no-repeat;
    margin: 0 8px;
}
.thirdWay span.qq{
    background: url(../../images/myImg/register/qq.png) 20px 50% no-repeat;
}
/*网上在线认证*/
.online-part{
    width: 700px;
    margin:0 auto;
    margin-top: 74px;
}
.online-icon{
    height: 120px;
    background: url(../../images/myImg/register/pic-online.png) center no-repeat;
}
.online-part h3{
    font-size: 26px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    margin-top:15px;
}
.online-part p{
    font-size: 14px;
    color:#333333;
}
.online-part .p1{
    color:#666666;
    text-align: center;
    margin-bottom: 60px;
}
.online-part .p2{
    height: 57px;
    line-height: 75px;
    border-bottom:1px solid #dddddd;
}
.online-part .p3{
    line-height: 38px;
    border-bottom:1px solid #dddddd;
}
.online-part span{
    color: #b4b8bb;
}
.online-part .p3 a{
    display: inline-block;
    height: 100%;
    width: 55px;
    text-align: center;
    color: #2774bc;
    float: right;
    margin-right: 40px;
    cursor: pointer;
}
.online-part .p3 a.view{
    text-decoration: underline;
}
.online-part .p3 a.upload.active{
    color: #2dc098;
    cursor: default;
}
.online-part .btns .dialog-btn{
    margin: 0 15px;
}
 