.pad-login{
    float: left;
    width: 220px;
}
.pad-login a{
    float: right;
}
.pad-content a {
    color: inherit;
    text-decoration: none;
}
.pad-content img {
    border: none;
}
.pad-content .pad-img img{
    margin-left: 25px;
    height: 32px;
    margin-top: 6px;
}
.login_main_container{
    z-index: 99999999;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top:0;
    right: 0;
    background: rgba(0,0,0,0.7);
}
.login_main_container .login-buton button{
    background: #0066FF;
    border-radius: 2px;
 }

.login_main_container .highlight button{
    background-color: #0066FF;
}
.back_div {
    background: white;
    opacity: 0.4;
    z-index: 0;
    height: 320px;
    width: 288px;
    overflow: hidden;
    position: absolute;
    top: "140px";
    right: "30%";
    border-left: 1px solid rgba(255,255,255,0.5);
}

.platform-tab .login-tab{
    padding-top: 16px;
}
.login-block{
    width: 764px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -382px;
    margin-top: -220px;
}
.login-form{
    /* display: inline-block;
    width: calc(100% - 348px);
    position: absolute;
    height: 438px;
    background:rgba(255,255,255,1);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    left: 50%;
    transform: translateX(-50%); */
}
.login-form .login-tab{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 49px;
    margin-right: 48px;
    position: static;
    border-bottom: 1px solid #f99f22;
    padding-top: 28px;
    padding-bottom: 11px;
    line-height: 16px;
}
.login-form .login-tab > li {
    text-align: center;
    margin-right: 16px;
    font-size: 13px;
}
.login-form .login-tab li.active a{
    color: #333333 !important;
    font-size: 16px;
}

.login-tab > li:nth-child(2){
    margin-right: 0;
    border-left: 1px solid #C1C1C1;
    padding-left: 16px;
}

.login-tab a{
    font-weight:600;
    color: #333333 !important;
    font-size: 16px;
}

.login-form .login-tab > li.active a{
    padding-bottom: 2px;
    border-bottom: 4px solid #f99f22 !important;
    padding-bottom: 6px;
    color: #f99f22!important;
}
.login-form .login-tab

.login-form .login-tab > li,
#platform-tab li {
    border: none;
    color: #353636;
}

.login-tab a:hover {
    background: transparent;
    color: #0066FF;
}
.workspace-form {
    z-index: 1;
    height: 300px;
    width: 288px;
    overflow: hidden;
    position: absolute;
    top:0;
    right: 0;
}
.greet-form-top {
    margin: 0 auto;
}
.greet-form-top p , .greet-form-top span{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}
.greet-form-body {
    margin: 0 auto;
    min-height: 50px;
    width: 248px;
}
.greet-form-body p{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: rgba(255,255,255,0.70);
    line-height: 20px;
}
.workspace-form .greet-form-top{
    padding-top: 50px;
    padding-left: 20px;
}
.workspace-form .greet-form-body{
}
.wrokspace-button{
    margin-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
.logout-button{
    padding-left: 20px;
    padding-right: 20px;

}
.workspace-form button{
    height: 40px;
    width: 248px;
}
.workspace-form .wrokspace-button button{
    background: #0066FF;
    border-radius: 2px;
}
.workspace-form .logout-button button {
    border: 1px solid #0066FF;
    background-color: transparent;
}
.workspace-form .wrokspace-button p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 16px;
}
.workspace-form .logout-button p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #0066FF;
    line-height: 22px;
}
.login-margin-b {
    /*margin-bottom: 16px;*/
}


/*input 小眼睛图片替换*/

.login-form .glyphicon-eye-close:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/login/eye-close.png") no-repeat center center;
    background-size: cover;
}
.login-form .glyphicon-eye-open:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/login/eye-open.png") no-repeat center center;
    background-size: cover;
}

.login-form .login-wrap {
    padding: 2px 20px 0px 20px;
}
.ext-login-validation {
    display: flex;
    flex-direction: column;
    padding: 10px 27px 0;
}

.ext-getCheck[disabled] {
    color: #b4b4b4;
    cursor: auto;
}
.ext-getCheck {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 4px 0;
    color: #333333;
    cursor: pointer;
}
.check_p{
    display: inline-block;
    background: linear-gradient(180deg, #4a5eaa 0%, #4065ca 100%);
    border-radius: 5px;
    padding: 8px 10px;
    color: #FFF;
    cursor: pointer;
}

.phone-validation, .phone-validation-p {
    color: red;
    font-size: 12px;
    display: inline-block;
}

.login-form .active {
    display: block!important;
}

form button.login-btn{
    margin-bottom: 45px !important;
    padding: 8px 0px;
}
.or-line{
    width: 108px;
    display: inline-block;
    border-bottom: 1px solid #C1C1C1;
}
.or-word{
    display: inline-block;
    width: calc(100% - 216px);
    text-align: center;
    font-size: 13px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 7px;
}
.clearfix:after{
    content:"\200B";
    display:block;
    height:0;
    clear:both;
}
/*关闭按钮*/
.login-close{
    float: right;
    margin-top: 13px;
    margin-right: 13px;
    cursor: pointer;
}
.login-close:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/login/login-close.png") no-repeat center center;
    background-size: cover;
}
.banner-pad{
    width: 100vw;
    height: calc(100vh - 55px);
    /*height: 595px;*/
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-pad_1{
    background-image: url('../img/login/pad_1.png');
}
.banner-pad_2{
    background-image: url('../img/login/pad_2.png');
}
.banner-pad_3{
    background-image: url('../img/login/pad_3.png');
}
.banner-pad_4{
    background-image: url('../img/login/pad_4.png');
}
.banner-title{
    width: 321px;
    height: 52px;
    font-size: 37px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 52px;
    letter-spacing: 3px;
    margin-left: 15%;
    margin-top: calc( 14vh - 39.76px );
}
.banner-detail{
    width: 378px;
    height: 100px;
    font-size: 13px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 22px;
    letter-spacing: 3px;
    margin-left: 15vw;
}
.banner-line{
    width: 30px;
    height: 3px;
    background: rgba(255,255,255,1);
    border-radius: 2px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.banner-button{
    width: 113px;
    height: 38px;
    border-radius: 19px;
    opacity: 1;
    border: 2px solid rgba(255,255,255,0.4);
    font-size: 13px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    background-color: rgba(255,255,255,0);
    /*margin-top: 44px;*/
    letter-spacing: normal;
    position: absolute;
    bottom: calc( 25vh - 71px );
}

.modal-protocal, .modal-forgetP {
    display: block;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000000;
    width:100%;
    height: 100%;
    font-size: 12px;
}
.btn-close {
    color: #aaa;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: -7px;
    cursor: pointer;
}
.btn-close:hover {
    color: #919191;
}
.modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    width:70%;
    height:700px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.modal-changePhone ul li{
    margin-bottom: 10px;
}
.modal-changePhone li span{
    width: 130px;
    display: inline-block;
}
.modal-changePhone input{
    border-color: #d4d4d4;
    height: 34px;
    border-radius: 5px;
    width: 220px;
}
.modal-forgetP .modal-dialog {
    background: #fefefe;
    border: 1px solid #F1F4F8;
    width: 680px;
    height: 536px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 4px 20px 0px rgb(191 211 250 / 35%);
    border-radius: 8px;
}

.modal-body {
    padding: 10px 40px;
    height: calc(100% - 105px);
    overflow: auto;
}

.modal-forgetP .modal-body {
    padding: 10px 40px;
    height: calc(100% - 60px);
    overflow: auto;
}


.modal-body p, .modal-body span {
    font-size: inherit;
    color: inherit;
}
.modal-header h2 {
    font-size: 20px;
}
.desc {
    float: left;
    font-size: 14px;
    font-weight: 500;
}

.line_1, .line_2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.line_3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #F44336;
    font-weight: 500;
}
.modal-footer {
    border-top: #eee solid 1px;
    text-align: right;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
}

.btn {
    background: #2AB050;
    border: #2AB050 solid 1px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color .1s ease;
}
.btn-new{
    background: #BBBBBB;
    border: #BBBBBB solid 1px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color .1s ease;
}
.modal-header,
.modal-footer {
    padding: 10px 20px;
}
.modal-header {
    border-bottom: #eee solid 1px;
    height:20px;
}
