.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;
}
.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 #C1C1C1;
    padding-top: 56px;
    padding-bottom: 16px;
    padding-left: 27px;
    line-height: 13px;
}
.login-form .login-tab > li {
    text-align: center;
    margin-right: 32px;
    font-size: 13px;
}
.login-form .login-tab li.active a{
    color: #333333 !important;
    font-size: 13px;
}

.login-tab > li:nth-child(2){
    margin-right: 0;
}

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

.login-form .login-tab > li.active a{
    font-weight:600;
    padding-bottom: 2px;
    border-bottom: 2px solid #0066FF !important;
    padding-bottom: 13px;
}
.login-form .login-tab

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

.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: 12px;
}


/*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;
}

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 - 250px);
    /*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: 241px;
    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 );
}