header,footer{
    display: none!important;
}
.placeholder{
    display: none;
}
#content-container{
    width: 100vw!important;
    height: 100vh!important;
    padding: 0 !important;
    margin: 0 !important;
}
/*.login-section{*/
/*    border-radius: 6px;*/
/*}*/
/*.login-section .logon-tab{*/
/*    border-radius: 6px 6px 0 0;*/
/*}*/
/*.login-section .logon-tab a:first-child{*/
/*    border-radius: 6px 0 0 0;*/
/*}*/
/*.login-section .logon-tab a:last-child{*/
/*    border-radius: 0 6px 0 0;*/
/*}*/
/*.clearfix:before{*/
/*    border-radius: 6px 0 0 0;*/
/*}*/
/*.clearfix:after{*/
/*    border-radius: 0 6px 0 0;*/
/*}*/
/*.form-control{*/
/*    border-radius: 4px;*/
/*    height: 40px;*/
/*    font-size: 14px;*/
/*}*/
/*.btn-captcha{*/
/*    padding: 0 12px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*}*/

/*登录弹窗*/
.public-login-prompt{
    display: block;
    width: 100%;
    height: 100%;
}
.public-login-prompt .prompt-content{
    position: relative;
    border-radius: 0;
    height: 100vh;
    margin: 0;
    width: 100%;
    border: none;
}
.public-login-prompt .close {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    /*background: rgba(0,0,0,.5);*/
    font-size: 16px;
    width: auto;
    height: 26px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    font-weight: normal;
    opacity: 0.8;
}
.public-login-prompt .close:hover{
    color: #fff;
}
.public-login-promotion{
    width: 50%;
    height: 100%;
    float: left;
}
.public-login-promotion img{
    width: 100%;
    height: 100%;
}
.public-login-promotion video{
    width: 100%;
    height: 100%;
    outline: none;
    object-fit: cover;
    pointer-events: none
}
.public-login-promotion video::-webkit-media-controls-fullscreen-button {
    display: none;
}
.public-login-promotion video::-webkit-media-controls-play-button {
    display: none;
}
.public-login-promotion video::-webkit-media-controls-timeline {
    display: none;
}
.public-login-promotion video::-webkit-media-controls-current-time-display{
    display: none;
}
.public-login-promotion video::-webkit-media-controls-time-remaining-display {
    display: none;
}
.public-login-promotion video::-webkit-media-controls-mute-button {
    display: none;
}
.public-login-promotion video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}
.public-login-promotion video::-webkit-media-controls-volume-slider {
    display: none;
}
.public-login-promotion video::-webkit-media-controls-enclosure{
    display: none;
}
.public-login-promotion video::-webkit-media-controls-overlay-play-button,
.public-login-promotion video::-webkit-media-controls-start-playback-button,
.public-login-promotion video::-webkit-media-controls-current-time-display,
.public-login-promotion video::-webkit-media-controls-time-remaining-display,
.public-login-promotion video::-webkit-media-controls-timeline,
.public-login-promotion video::-webkit-media-controls-toggle-closed-captions-button {
    display: none !important;
}
.public-login-promotion video::-webkit-media-controls {
    display: none !important;
    opacity: 0 !important;
}
.public-login-info{
    width: 50%;
    height: 100%;
    padding: 20px 30px 20px 30px;
    box-sizing: border-box;
    background: #000;
    float: right;
    border-radius: 0;
}
.public-login-info img.login-logo{
    display: block;
    width: 240px;
    height: auto;
    margin: 80px auto 20px auto;
}
.public-login-info h2{
    display: inline-block;
    width: 100%;
    height: 42px;
    font-weight: bold;
    font-size: 40px;
    line-height: 42px;
    margin: 120px 0 30px 0;
    color: #fff;
    text-align: center;
}
.public-login-nav{
    width: 50%;
    height: 42px;
    line-height: 42px;
    text-align: left;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #666;
}
.public-login-nav span{
    display: inline-block;
    width: auto;
    height: 42px;
    line-height: 42px;
    float: left;
    margin-right: 30px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.public-login-nav span.active{
    border-bottom: 2px solid #fff;
    font-weight: bold;
}
.public-login-box{
    width: 50%;
    height: auto;
    margin: 30px auto 0 auto;
    text-align: left;
    box-sizing: border-box;
}
.public-login-box-item{
    width: 100%;
    height: auto;
    min-height: 44px;
    margin-bottom: 25px;
}
.public-login-box-item input {
    height: 44px;
    line-height: 44px;
    width: 100%;
    border: 1px solid #666;
    border-radius: 8px;
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
    background: #000;
    box-sizing: border-box;
}
.public-login-box-item input[data-default-value]{
    background: #000;
}
.public-login-box-item input:hover{
    border: 1px solid #b5b5b5;
    background: #000;
}
.public-login-box-item input:focus{
    border: 1px solid #fff;
    background: #000;
}
.public-login-box-item input.input-form-control{
    display: inline-block;
    float: left;
    padding-left: 55px;
}
.public-login-box-item input.input-verify-code{
    float: left;
    width: 100%;
}
.public-login-box-item a.btn-captcha{
    padding: 5px 12px;
    border-radius: 8px;
    position: absolute;
    right: 10px;
    top: 7px;
    color: #666;
    background: #333;
    border: none;
}
.public-login-box-item a.btn-captcha:hover{
    border: none;
    background: #333;
    color: #666;
}
.public-login-box-item a.allow-send{
    color: #fff;
    background: #0202f5;
    cursor: pointer!important;
    opacity: 1!important;
}
.public-login-box-item input.input-form-control:focus,
.public-login-box-item input.input-verify-code:focus{
    border: 1px solid #e5e5e5!important;
}
.public-login-box-item a.allow-send:hover{
    color: #fff;
    background: #0202f5;
    cursor: pointer!important;
    opacity: 1!important;
}
.public-login-box-item a.disabled,
.public-login-box-item a.disabled:focus{
    background: #333!important;
    color: #666!important;
    cursor: no-drop!important;
    opacity: 1!important;
}
.public-login-box-item .msg-box{
    display: none!important;
}
.public-login-box-item p{
    color: #fff;
    width: auto;
    height: 20px;
    line-height: 20px;
}
.public-login-box-item p input{
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.public-login-box-item p a{
    color: #409EFF;
}
.public-login-box-item p a:hover{
    text-decoration: underline;
}
.public-login-box-item button {
    display: inline-block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: none;
    float: left;
    font-size: 16px;
    /*margin: 0 20px;*/
    border-radius: 6px;
    color: #666;
    background: #333;
    cursor: no-drop!important;
}
.public-login-box-item button.allow-login{
    color: #fff;
    background: #0202f5;
    cursor: pointer!important;
}
.public-login-box-item em{
    display: inline-block;
    width: auto;
    height: 22px;
    line-height: 22px;
    position: absolute;
    left: 10px;
    top: 11px;
    color: #fff;
    padding-right: 10px;
    border-right: 1px solid #666;
    font-size: 15px;
}