﻿
body{font-size: 16px;font-family: '微软雅黑';overflow-x: hidden;color: #666;}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
body, html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

.wrapper{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bg-img{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.loginWrapper{
    width: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 11;
}

.log{
    height: 81px;
    width: 655px;
    margin-bottom: 20px;
    background: url(../../images/img/title_user.png);
}

.login{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.loginWrapper  .login{
    padding-bottom: 50px;
}
.login-input{
    width: 400px;
    height: 293px;
    padding: 30px 0 10px 0;
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.input-wrapper{
    width:300px;
    height: 40px;
    display: flex;
    flex-direction: row;
    position: relative;
}
.input-log{
    width: 48px;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    border-right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.input-content{
    flex: 1;
    border: 1px solid #cbcbcb;
    min-width: 0;
    font-size: 16px;
    padding-left: 10px;
    color: #666666;
    border-radius: 0 3px 3px 0;
}

.loginBtn, .registerBtn{
    height: 100%;
    box-sizing: border-box;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    border: 0;
}

.loginBtn{
    width: 160px;
    margin-right: 15px;
    background: #37c3fb;
}
.registerBtn{
    width: 125px;
    background: #fe708f;
}

.changePassword{
    height: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.changePassword span{
    margin: 0 10px;
    font-size: 14px;
    cursor: pointer;
}
.changePassword i{
    width: 70px;
    height: 1px;
    background: #eee;
}

/*
下拉选框框部分
*/
.login-select{

    border-radius: 4px;

}
.login-select option{
    height: 30px;
    padding:5px 0;
}


/*下拉选框部分--结束*/

/*
级联下拉框
*/
.cascader{
    position: relative;
}
.cascader input{
    border-radius: 4px;
}

.cascader section{
    display: none;
    position: absolute;
    top:45px;
    left: 0;
    z-index: 20;
    background: #fff;
    width: 600px;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
}

.selectWrapper{
    height: 100%;
    padding: 10px;
    display: flex;
}
.selectWrapper select{
    flex: 1;
    height: 40px;
    color: #666;
    font-size: 16px;
    margin-right:10px ;
    border-color: #d9d9d9;
    border-radius: 4px;
}
.selectWrapper select:nth-last-child(1){
    margin-right:0;
}
/*级联下拉框结束*/

/*遮罩层*/
.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 15;
    display: none;
}

/*修改密码部分*/
.registerWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 16;
    display: flex;
    justify-content: center;
    align-items: center;
}
.registerWrapper .login{
    height: 435px;
 }
.registerWrapper .login-input{
    height: 435px;
    padding: 20px 0 10px 0;
}
.changePasswordBg{
    width: 145px;
    height:34px ;
    background: url(../../images/img/modifypassword.png);
}
.changePasswordBlock{
    height:100%;
    width: 100%;
    position: absolute;
    left:0;
    top:0;
    display:none;
    z-index: 16;
}

.loginChcek{
    margin: 7.5% 0 0 62%;
    width: 360px;
    height: 400px;
    border-radius: 6px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: white;
}

.loginChcekTitleDiv{
    height: 94px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.loginChcekTitleSpan{
    padding-top: 34px;
    font-size:30px ;
    color: #666666;
}

.message-check-wrapper{
    padding-top: 10px;
    width:310px;
    height: 32px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.checkButton{
    height: 40px;
    width:120px;
    background-color:#168EE8;
    border-radius: 4px;
    font-size: 16px;
    color: white;
    cursor:pointer;
    border: 1px red;
    margin-left: 25px;
}

.cancelButton{
    height: 40px;
    width:120px;
    background-color:#fe6e4c;
    border-radius: 4px;
    font-size: 16px;
    color: white;
    cursor:pointer;
    border: 1px red;
    margin-left: 25px;
}

.obtainButton{
    padding-left: 3px;
    background-color: #ffffff;
    color: grey;
    border-radius: 3px;
}

.registerBtnWrapper{
    width: 300px;
}
.registerBtnWrapper button{
    background: #168EE8;
    line-height: 40px;
    border: 0;
    border-radius: 4px;
    height:100%;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF !important;
}

.getCode{
    position: absolute;
    font-size: 14px;
    color: #2799fc;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
/*修改密码部分--结束*/

/*注册模块*/

.registerSection{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 17;

}

.registerSection .login-input{
    height:540px;
}
.register_title{
    height:33px;
    width: 70px;
    background: url(../../images/img/register.png);
    margin-bottom:10px;
}

 .register_organization{
     position: relative;
     left: -41px;
    height:16px;
    width: 208px;
    font-size: 16px;
    color: #ccc;
    margin-bottom: 10px;
}
.registerSection .input-wrapper{
    margin-bottom: 10px;

}
.registerSection .registerBtnWrapper button{
    margin-bottom: 0;
}

input[type=checkbox] {
    visibility: hidden;
}
.registerBlock{
    height:100%;
    width: 100%;
    position: absolute;
    left:0;
    top:0;
    display:none;
    z-index: 17;
}
.checkbox_sex{
     display: flex;
     justify-content: center;
     align-items: center;
     margin-left: 20px;
     width:40px;
 }

.checkbox_sex label{
    cursor: pointer;
    height:18px;
}
.checkbox_sex span{
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-content-userName{
    width: 128px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    padding-left: 10px;
    color: #666;
    border-radius: 0 4px 4px 0;
}
.registerBackLogin{
    margin-top:20px
}

/*注册模块--结束*/

/*弹出提示框*/
.alertMessageBox{
    height:100%;
    width: 100%;
    position: absolute;
    left:0;
    top:0;
    display:none;
    z-index: 20;
}

.messageWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
}
.messageWrapper .login-input{
    width:442px;
    height:196px;
    padding:10px 20px;
    border-radius: 4px;
}


.mask2{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 18;
    display: none;
}
.messageBtnWrapper{
    width: 442px;
    padding-right: 15px ;
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-end;

}

.msgBtn1{
    width: 442px;
    padding-right: 15px ;
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-end;

}

.msgBtn1 button{
    background: #2799fc;
    width: 50px;
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    color: white;
    padding-bottom: 10px;

}

.messageTextWrapper{
    width: 400px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.messageBtnWrapper button{
    background: #2799fc;
    width: 50px;
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    color: white;
    padding-bottom: 10px;

}

.spinner {
    margin: 5px auto;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    opacity: 0.6;
}

.spinner > section {
    background-color: #67CF22;
    height: 70%;
    width: 6px;
    display: none;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}


.bdcdjTitle{
    height: 47px;
    width: 655px;
    margin-bottom: 20px;
    background: url(../../images/img/title_three.png) no-repeat 0 0/100% 100%;;

}

.txTitle{
    margin-left: 270px;
    font-size: 30px;
    font-weight: 700;
    color: red;
    display:none ;
}

.downLoadLink{
    color:red;
    padding-top: 20px;
     text-align: center;
     font-weight:600;
      font-size: 16px;
    letter-spacing:4px;
    z-index: 20;
}
.alink{
    color:red;
    font-weight:400;
    font-size: 16px;

}

/*注册模块--结束*/

/*二期新界面css样式开始*/
.ssoDiv{
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../../images/img/background.jpg")  no-repeat 0 0/100% 100%;;
}

.loginBlock{
    height:100%;
    width: 100%;
    position: absolute;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 11;
}

.leftPanel{
    flex: 4;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    z-index: 11;
    position: relative;
}


.leftBg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 12;
    opacity: 0.6;
    position: absolute;
}

.titleImgSection{
    /*flex: 1;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 13;
    padding-bottom: 20px;
    background-color: white;
}

.noticeSection{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 13;

}

.noticeText{
    color:#979DB5;
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;


}

.phoneBar{
    width: 154px;
    height: 30px;
    background-color:#168DE9;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;

}
.phoneBar img,span {
     padding-left: 10px;

}



.rightPanel{
    flex: 6;
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 12;

}


.logo {
    margin-left: 12%;
    margin-top: 2%;
}
.loginMod{
    margin: 7.5% 0 0 62%;
      width: 360px;
      height: 400px;
      border-radius: 6px;
      display: flex;
     flex-direction: column;
     justify-content: space-around;
    align-items: center;
    background-color: white;
}
.loginModTitleDiv{
     height: 94px;
     width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.login-input-wrapper{
    padding-top: 10px;
    width:300px;
    height: 32px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.loginModTitleSpan{
    padding-top: 34px;
    font-size:30px ;
    color: #666666;
}
.operDocSection{
    height: 32px;
    width:300px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.operDocLink{

    color:#168de9 ;
}

.loginSection{
    height: 52px;
    width:210px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.jumpLogin{
    color:#168de9 ;
    cursor: pointer;
}

.loginButton{
    height: 32px;
    width:300px;
    background-color:#168EE8;
    border-radius: 4px;
    font-size: 16px;
    color: white;
    cursor:pointer;
    border: 1px red;
}

.changeSection{
    height: 32px;
    width:300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/*down*/
.down{
    /*padding-top: 25px;*/
    text-align: center;
    /*margin-bottom: 29px;*/
    color: #ffffff;
    font-size: 14px;
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 18;
}
.down-wrap{
    display: inline-block;

}
.down-left,.down-right{
    display: inline-block;
    vertical-align: middle;
}
.down-right{
    margin-left: 60px;
}





