body {
    /*background-image: url(../img/1920x1080/01.jpg);*/
    font-size: 12px;
    padding-right: 0!important;
    color: #1b1b1b;
    overflow: hidden;
    background-color: #ffffff;
}
element.style {
    overflow: auto;
    overflow-x: hidden;
}
.page-header-container {
    background-image: url('/oauth/static/default/img/login/banner_bg.jpg?v=202405201654');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;;
}
.page-header-container .topbar {
    max-width: 1200px;
}
.page-header-container-box {
    margin-top: -50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-header-container-title-line {
    height: 5.5px;
    margin-bottom: -5.5px;
    transform: translateY(-119px);
}
.page-header-container-title {
    height: 200px;
    /*margin-right: -535px;*/
    /*object-fit: contain;*/
    /*box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);*/
    filter: drop-shadow(1px 1px 10px rgba(2, 78, 126, 1));
}
.pad-body {
    height: 320px;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 2px;
    position: relative;
}
.pad-body-login {
    max-width: 1020px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*body*/
.pad-container{
    height: 300px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
.pad-container * {
    box-sizing: border-box;
}
.pad-container:after{
    content: "";
    display: table;
    clear: both;
}
.pad-container a {
    color: inherit;
    text-decoration: none;
}
.pad-container img {
    border: none;
}
.pad-container img{
    margin-left: 25px;
    margin-top: 36px;
}
.pad-container .login-body{
    float:right;
}
.pad-content {
    margin: 0 auto;
    max-width: 1226px;
    padding: 4px 20px;
}
.pad-content * {
    box-sizing: border-box;
}
.pad-content:after{
    content: "";
    display: table;
    clear: both;
}
.pad-content .pad-img{
    display: inline-block;
}
.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-box{
    width: 0;
    opacity: 0;
    transform: translate(0);
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.login-main-box.active{
    width: 360px;
    opacity: 1;
}
.login_main_container,.workspace-form{
    backdrop-filter: blur(1px);
    transform: translate(0);
    margin: 28px 0;
    height: 325px;
    width: 380px;
    min-width: 300px;
    background-color: rgba(0,0,0,0.56);
    border-radius: 8px;
    overflow: hidden;
}
.login_main_container .login-buton button{
    background: #FA9E22;
    border-radius: 2px;
}

.login_main_container .highlight button{
    background-color: #FA9E22;
}
.login-form-title {
    // border-bottom: 1px solid #FA9E22;
    // margin: 30px 30px 0;
    // line-height: 20px;
    // padding-bottom: 9px;
    display: flex;
    justify-content: space-around;
    margin: 0;
    font-size: 20px;
}
.login-form-title span {
    // border-bottom: 3px solid #FA9E22;
    // padding-bottom: 8px;
    // color: #FA9E22;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20PX;
    line-height: 20px;
    padding: 20px 0px;
    background: black;
    cursor: pointer;
}

.login-form-title .active{
    background: rgb(0 0 0 / 4%);
    color: #FA9E22;
}

.login-form-title :hover{
    background: rgb(0 0 0 / 4%);
    color: #FA9E22;
}

.login-tab {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start	;
    padding-top: 15px;
    padding-left: 30px;
    position: static;
}
.login-tab li {
    padding: 0 16px 8px 0;
}
.login-tab a{
    color: #FFFFFF;
}
#platform-tab a,
#offline-bidding-tab a,
#winning-bidding-tab a{
    color: #333333;
}
.login-tab > .active a,
#platform-tab .active a,
#offline-bidding-tab .active a,
#winning-bidding-tab .active a{
    color: #fa9e21;
    padding-bottom: 7px;
    border: none;
    border-bottom: 2px solid #fa9e21;
}
.login-tab a:hover {
    background: transparent;
    color: #fa9e21;
}
.workspace-form {
    background-color: rgba(0,0,0,0.382);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.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{
    padding: 8px 30px;
    height: 40px;
    width: 248px;
}
.workspace-form .wrokspace-button button{
    background: #FA9E22;
    border-radius: 2px;
}
.workspace-form .logout-button button {
    border: 1px solid #FA9E22;
    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: #FA9E22;
    line-height: 22px;
}
.login-margin-b {
    margin-bottom: 12px !important;
}
/*.login-margin-t-10 {*/
    /*margin-top: 2px;*/
/*}*/