.mobile-show {
    display: none;
}
    
.concat-we{
    display: none;
}
.show-fixed .click-close{
    display: none;
}

.activeRecord{
    background-color: #f00 !important;
}

@keyframes light
{
    0% {
        text-shadow: 2px 2px 2px #00f;
    }
    25% {
        text-shadow: -2px -2px 2px #00f;
    }
    50% {
        text-shadow: 0 0 2px #f00;
    }
    75% {
        text-shadow: 2px 2px 2px #0f0;
    }
    100% {
        text-shadow: 0 0 2px #00f;
    }
}
 
@-webkit-keyframes light /* Safari 与 Chrome */
{
    0% {
        text-shadow: 2px 2px 2px #00f;
    }
    25% {
        text-shadow: -2px -2px 2px #00f;
    }
    50% {
        text-shadow: 0 0 2px #f00;
    }
    75% {
        text-shadow: 2px 2px 2px #0f0;
    }
    100% {
        text-shadow: 0 0 2px #00f;
    }
}
.mobile-show-audio{
    display: none;
}

@media screen and (max-width: 1024px) {
    .mobile-show-audio{
        position: absolute;
        top: -65px;
        width: 60px;
        height: 60px;
        right: -2px !important;
        display: block;
    }
    .tracker{
        max-width: 100vw;
    }
    .mobile-show-audio img{
        height: 100%;
        min-width: 40px;
    }
    #upload-button.button{
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
    .show-fixed .click-close{
        display: block;
    }
    .show-fixed .panel-head{
        position: absolute;
        display: block;
        top: 0;
        background: #fff;
    }
    
    .login-success{
        position: fixed;
        top: 20px;
        right: 0px;
        font-weight: bold;
        border: none;
    }
    .show-fixed{
        display: none;    
        position: fixed;
        top: 50%;
        left: 50%;
        width: 80%;
        background: #fff;
        margin-left: -40%;
        transform: translateY(-50%);
        z-index: 200;
        padding-top: 25px;
    }
    .mobile-show {
        position: fixed;
        left: 50%;
        bottom: 20px;
        z-index: 100;
        width: 60%;
        margin-left: -30%;
        display: block;
    }
    .click-close{
        position: absolute;
        top: -10px;
        right: 5px;
        font-size: 28px;
    }
    .mobile-show .login-register{
        position: absolute;
        left: 69px;
        right: 50px;
        height: 114px;
        background-image: url(/Public/img/mouse.jpg);
        top: -99px;
        z-index: -1;
        background-size: cover;
        color: #fff;
        box-sizing: border-box;
        font-size: 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        transform: scale(0.8);
    }
    
    .mobile-show .login-register a{
        color: #fff;
        display: block;
        line-height: 30px;
        margin-left: -8px;
        margin-right: -8px;
        text-shadow: 0 0 5px #000;
        white-space: pre;
    }
    .mobile-show .login-register a.light{
        
        animation: light 5s infinite alternate;;
        -webkit-animation: light 5s infinite alternate;; /* Safari 与 Chrome */
    }
    .mobile-show .new-tell .new,
    .mobile-show .new-tell .tell{
        text-shadow: 0 0 5px #fff;
    }
    .mobile-line{
        display: block;
    }
    .mobile-show .new-tell{
        position: absolute;
        right: -52px;
        width: 114px;
        height: 60px;
        height: 74px;
        top: -100px;
        background-image: url(/Public/img/newPer.png);
        background-size: cover;
        box-sizing: border-box;    
        padding-top: 10px;
        padding-left: 15px;
        font-weight: bold;
    }
    .mobile-show .tel-img {
        position: absolute;
        width: 100px;
        height: 100px;
        background-image: url(/Public/img/tel.png);
        background-size: cover;
        color: #fff;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
        left: -5px;
        top: -110px;
        padding-top: 33px;
        transform: scale(0.86);
    }

    .container-layout>.line .main {
        background-size: 140% 100%;
        background-position: 57% 0;
    }

    .container-layout>.line>.main {
        float: none;
        height: 100%;
        width: 100%;
        padding-top: 2px;
        box-sizing: border-box;
    }

    .container-layout>.line>.right {
        float: none;
        height: auto;
        width: 100%;
    }

    .container-layout .main-table .mobile-hide {
        position: absolute;
        right: 63px;
        top: 406px;
        transform: scale(0.5);
    }

    .container-layout .main>.main-table {
        margin-left: 4px !important;
        transform: scale(0.92);
        transform-origin: left;
    }

    .container-layout .main>.main-table>table {
        margin-left: 0 !important;
    }

    .container-layout .volume {
        left: 220px;
    }

    .container-layout .img-jump {
        position: absolute;
        left: -36px;
        top: 350px;
        transform: scale(0.5);
    }

    .container-layout .player .pl {
        left: 330px;
    }

    .container-layout .controls {
        width: 110px;
    }

    .container-layout .player {
        max-width: 100vw;
    }
    .concat-we{
        display: none;
        position: fixed;
        z-index: 200;
        top: 50%;
        left: 50%;
        width: 240px;
        height: 240px;
        border: 2px solid #ccc;
        background: #fff;
        margin-top: -120px;
        margin-left: -120px;
        text-align: center;
        padding: 10px;
    }

    .mobile-show .click-close{
        position: absolute;
        top: -5px;
        right: 5px;
        font-size: 25px;
    }

    .dialog-win {
        width: 90% !important;
        left: 50% !important;
        margin-left: -45%;
        z-index: 111 !important;
    }

    .container-layout .main-table {
        bottom: 100px !important;
    }

    .container-layout .line .x2.right {
        display: flex;
        flex-wrap: wrap;
    }

    .container-layout .line .x2.right .panel.radius-none:nth-child(1) {
        flex: 2;
    }

    .container-layout .line .x2.right .panel.radius-none:nth-child(1) a {
        border: none;
        font-size: 12px;
        line-height: 8px;
        color: #fff;
        text-shadow: 0 0 2px #000;
    }

    .container-layout .line .x2.right .panel.radius-none:nth-child(2) {
        flex: 1;
        margin-top: 0;
    }

    .container-layout .line .x2.right .panel.radius-none:nth-child(2) .panel-body {
        padding: 5px 5px 0 5px;
    }

    .container-layout .line .x2.right .panel.radius-none:nth-child(2) .panel-body .radius-none {
        border: 1px solid #fff;
        padding: 10px 3px;
    }

    .container-layout .line .x2.right .panel {
        border: none;
    }

    .container-layout .line .x2.right .panel-body {
        padding: 15px 0;
    }

    .container-layout .line .x2.right .list-link.radius-none {
    }
}