﻿        body {
            margin: 0;
            padding: 0;
            overflow: hidden;
            height: 100vh;

            font-family: 'Microsoft YaHei', sans-serif;
        }
        

        #foreground {
            background: url('img/avatar.png') repeat;
            z-index: 3;
            animation: parallax 15s linear infinite;
        }
        
        /* Audio player container */
        .audio-container {
            position: fixed;
            left: 20px;
            bottom: 70px;
            z-index: 10;
            width: 60px;
            height: 60px;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            transition: all 0.5s ease;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        }
        
        .audio-container:hover {
            width: 250px;
            height: 350px;
            border-radius: 10px;
            background: rgba(0, 0, 0, 0.7);
        }
        
        .audio-player {
            width: 100%;
            height: 60px;
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 0.7;
            transition: opacity 0.3s;
        }
        
        .audio-container:hover .audio-player {
            opacity: 1;
        }
        
        audio {
            width: 100%;
            height: 60px;
            opacity: 0.9;
        }
        
        /* Pink playlist styles - 隐藏滚动条 */
        .playlist {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 290px;
            overflow: hidden;
            opacity: 0;
            transition: opacity 0.5s;
            padding: 10px;
            box-sizing: border-box;
            color: white;
            background: rgba(255, 105, 180, 0.8);
            border-radius: 10px 10px 0 0;
        }
        
        .playlist-content {
            width: 100%;
            height: 100%;
            overflow-y: auto;
            padding-right: 17px;
            box-sizing: content-box;
        }
        
        /* 隐藏滚动条 */
        .playlist-content::-webkit-scrollbar {
            display: none;
        }
        
        .audio-container:hover .playlist {
            opacity: 1;
        }
        
        .playlist h3 {
            margin: 0 0 10px 0;
            padding-bottom: 5px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            color: #fff;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        }
        
        .playlist-item {
            padding: 8px 10px;
            margin-bottom: 5px;
            cursor: pointer;
            border-radius: 5px;
            transition: all 0.3s;
            background: rgba(255, 255, 255, 0.1);
        }
        
        .playlist-item:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateX(5px);
        }
        
        .playlist-item.active {
            background: rgba(255, 255, 255, 0.4);
            font-weight: bold;
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
        }
        
        /* Visualizer at bottom left */
        .visualizer-container {
            position: fixed;
            left: 20px;
            bottom: 90px;
            width: 60px;
            height: 100px;
            z-index: 9;
            overflow: hidden;
            transition: all 0.5s ease;
            opacity: 0.5;
        }
        
        .audio-container:hover ~ .visualizer-container {
            width: 250px;
            opacity: 1;
        }
        
        .visualizer {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: flex-end;
            justify-content: space-around;
            padding: 0 5px;
            box-sizing: border-box;
        }
        
        .bar {
            background: linear-gradient(to top, #ff69b4, #ffb6c1);
            width: 8px;
            height: 10px;
            border-radius: 4px 4px 0 0;
            animation: equalizer 1.5s infinite ease-in-out;
            margin: 0 1px;
        }
        
        @keyframes equalizer {
            0%, 100% {
                height: 10px;
            }
            50% {
                height: 100px;
            }
        }
        
        @keyframes parallax {
            0% {
                background-position: 0 0;
            }
            100% {
                background-position: 100% 0;
            }
        }
/*鬼泣*/
.wel{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#background-3{
    background: url("../img/preview-1.jpg") no-repeat;
    background-size: cover;
    height: 100%;
}
.box-1{
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.box-2{
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    top: -10%;
}
.lefp{
    background: url("../img/1baa42452320f5d4eb2f5e1f22cacebb.png");
    -webkit-animation: mylefp 5s;
    -o-animation: mylefp 5s;
    animation: mylefp 5s;
    position: relative;
    float: left;
    opacity: 0;
    background-position: 100% 0;
}
.righp{
    background: url("../img/1baa42452320f5d4eb2f5e1f22cacebb.png") ;
    -webkit-animation: myrighp 5s;
    -o-animation: myrighp 5s;
    animation: myrighp 5s;
    position: relative;
    float: right;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#git{
    background: url("../img/midground.png");
    -webkit-animation: mygit 50s linear infinite;
    -o-animation: mygit 50s linear infinite;
    animation: mygit 50s linear infinite;
}
/*注册效果*/
#formContainer {
      justify-content: center;
/* align-items: center; *左边圆心图片样式*/
    display: -webkit-flex;

    transition: 0.2s ease;
    transition-delay: 0.3s;

}

#formContainer.toggle {
    margin:auto; 
    transition-delay: 0s;
}

.formLeft {
    background: #556;
    border-radius: 50px 0 0 50px;
    padding: 1 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.formLeft img {
    display: block;
    width: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.formRight {
    position: relative;
    overflow: hidden;
    border-radius: 0 50px 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formRight:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    /*background: url("../img/preview-1.jpg") center/cover fixed;*/
    box-shadow: inset 0 0 0 800px rgba(0, 0, 0, 0.5);
    filter: blur(25px);
}

.formRight form {
    position: relative;
    width: 350px;
    padding: 25px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}

.formRight form header {
    color: #ff6;
    text-align: center;
    margin-bottom: 10px;
}

.formRight form header h1 {
    color: #085;
    margin: 0;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.formRight form header p {
    margin: 5px 0 0;
    opacity: 0.5;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.formRight form section label {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.formRight form section label p {
    color: #f22;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 14px;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.formRight form section label input {
    width: 100%;
    display: block;
    border: none;
    background: transparent;
    color: #65c294;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 10px;
    box-sizing: border-box;
    font-weight: 600;
}

.formRight form section label input:focus~.border {
    transform: scale(1, 1);
}

.formRight form section label input:not(:-moz-placeholder-shown)~.border {
    transform: scale(1, 1);
}

.formRight form section label input:not(:-ms-input-placeholder)~.border {
    transform: scale(1, 1);
}

.formRight form section label input:not(:placeholder-shown)~.border {
    transform: scale(1, 1);
}

.formRight form section label .border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #7bbfea;
    transform: scale(0, 1);
    transition: 0.2s ease;
}

.formRight form section label:last-child {
    margin-bottom: 0;
}

.formRight form section button {
    background: #00897B;
    border: none;
    width: 50%;
    padding: 10px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

 .save_button { min-width: 100%; max-width: 80px; } 

.formRight form section button:hover {
    background: #df9464;
}

.formRight form footer {
    margin-top: 15px;
    display: flex;
}

.formRight form footer button {
    background: transparent;
    padding: 0;
    border: none;
    color: #ffc20e;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    flex: 1;
    opacity: 0.5;
}

.formRight form footer button:hover {
    opacity: 1;
}

.formRight form.otherForm {
    top: 0;
    left: 0;
    position: absolute;
    background: #78cdd1;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 0;
    padding: 25px 0;
    transition: 0.2s ease;
    transition-delay: 0.2s;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.formRight form.otherForm header {
    color: #840228;
    opacity: 0;
    transition: 0.2s ease;
    transition-delay: 0s;
}

.formRight form.otherForm p {
    color: #840228;
}

.formRight form.otherForm section {
    opacity: 0;
    transition: 0.2s ease;
    transition-delay: 0s;
}

.formRight form.otherForm footer {
    border-top-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.formRight form.otherForm footer button {
    color: #006;
}

.formRight form.otherForm input {
    border-color: rgba(0, 0, 0, 0.1);
    color: #520;
}

.formRight form.otherForm .border {
    background: #212;
}

.formRight form.otherForm.toggle {
    width: 100%;
    padding: 25px;
    transition-delay: 0s;
}

.formRight form.otherForm.toggle header,
.formRight form.otherForm.toggle section,
.formRight form.otherForm.toggle footer {
    opacity: 1;
    transition-delay: 0.3s;
}
/*注册效果*/
/*左边云*/
@keyframes mylefp {
    0%{
        left: 0;
        opacity: 1;
    }
    100%{
        left: -60%;
        opacity: 0;
    }
}
@-o-keyframes mylefp {
    0%{
        left: 0;
        opacity: 1;
    }
    100%{
        left: -60%;
        opacity: 0;
    }
}
@-moz-keyframes mylefp {
    0%{
        left: 0;
        opacity: 1;
    }
    100%{
        left: -60%;
        opacity: 0;
    }
}
@-ms-keyframes mylefp {
    0%{
        left: 0;
        opacity: 1;
    }
    100%{
        left: -60%;
        opacity: 0;
    }
}
@-webkit-keyframes mylefp {
    0%{
        left: 0;
        opacity: 1;
    }
    100%{
        left: -60%;
        opacity: 0;
    }
}
/*右边云*/
@keyframes myrighp {
    0%{
        right: 0;
        opacity: 1;
    }
    100%{
        right: -120%;
        opacity: 0;
    }
}
@-webkit-keyframes myrighp {
    0%{
        right: 0;
        opacity: 1;
    }
    100%{
        right: -120%;
        opacity: 0;
    }
}
@-ms-keyframes myrighp {
    0%{
        right: 0;
        opacity: 1;
    }
    100%{
        right: -120%;
        opacity: 0;
    }
}
@-moz-keyframes myrighp {
    0%{
        right: 0;
        opacity: 1;
    }
    100%{
        right: -120%;
        opacity: 0;
    }
}
@-o-keyframes myrighp {
    0%{
        right: 0;
        opacity: 1;
    }
    100%{
        right: -120%;
        opacity: 0;
    }
}
/*荧光点点*/
@keyframes mygit {
    0%{
        background-position: 0 0;
        /*transform: translateY(0px);*/
    }
    100%{
        background-position: 0 -600%;
    }
}
@-o-keyframes mygit {
    0%{
        background-position: 0 0;
        /*transform: translateY(0px);*/
    }
    100%{
        background-position: 0 -600%;
    }
}
@-moz-keyframes mygit {
    0%{
        background-position: 0 0;
        /*transform: translateY(0px);*/
    }
    100%{
        background-position: 0 -600%;
    }
}
@-ms-keyframes mygit {
    0%{
        background-position: 0 0;
        /*transform: translateY(0px);*/
    }
    100%{
        background-position: 0 -600%;
    }
}
@-webkit-keyframes mygit {
    0%{
        background-position: 0 0;
        /*transform: translateY(0px);*/
    }
    100%{
        background-position: 0 -600%;
    }
}

.le-1{
    position: relative;top:284px;left:-10px;
    -webkit-animation: myflrg 2s;
    -o-animation: myflrg 2s;
    animation: myflrg 0.2s;
}
.le-2{
    overflow: hidden;
    height: 100%;
}
.flrg{
    float: right;
    width: 300px;
    background: rgba(255,255,255,.6);
    text-align: center;
    padding-bottom: 100px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
.a{
    margin: auto;
}
.flrg>.a,.flrg-1>.a{
    padding: 20px;
}
.flrg>.a>.in-1,.flrg-1>.a>.in-1{
    outline: none;
    opacity: 0.8;
    width: 238px;
    height: 30px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    font-size: 16px;
    color: black;
    padding-left: 70px;
}
.in-1:focus{
    -webkit-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    -moz-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    -webkit-animation: myin-1 10s linear infinite;
    -o-animation: myin-1 10s linear infinite;
    animation: myin-1 10s linear infinite;
}
.flrg>.a>button,.flrg-1>.a>button{
    width: 100%;
    padding: 10px;
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 19px rgba(0, 0, 0, .1);
    box-shadow: 0 0 19px rgba(0, 0, 0, .1);
    background: rgba(6,127,228,0.71);
    color: white;
    font-weight: bold;
    letter-spacing: 22px;
    text-align: center;
    outline: none;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.flrg>.a>button:hover,.flrg-1>.a>button:hover{
    -webkit-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    -moz-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
}
.hr{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.6);
    margin: auto;
}
.flrg>.a>a{
    text-decoration: none;
    font-weight: bold;
    color: #545454;
}
.flrg-1{
    float: left;
    width: 500px;
    background: rgba(255,255,255,.6);
    text-align: center;
    padding-bottom: 200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    -webkit-animation: myflrg-2 10s;
    -o-animation: myflrg-2 10s;
    animation: myflrg-2 6s;
    overflow: hidden;
}
/*登录*/
@keyframes myflrg {
    0%{
        top: -330%;

    }
    100%{
        top: 30%;
    }
}
@-webkit-keyframes myflrg {
    0%{
        top: -330%;
    }
    100%{
        top: 30%;
    }
}
@-ms-keyframes myflrg {
    0%{
        top: -330%;
    }
    100%{
        top: 30%;
    }
}
@-moz-keyframes myflrg {
    0%{
        top: -330%;
    }
    100%{
        top: 30%;
    }
}
@-o-keyframes myflrg {
    0%{
        top: -330%;
    }
    100%{
        top: 30%;
    }
}
/*注册*/
@keyframes myflrg-2 {
    0%{
        top: 200%;
    }
    100%{
        top: 0;
    }
}
@-o-keyframes myflrg-2 {
    0%{
        top: 200%;
    }
    100%{
        top: 0;
    }
}
@-moz-keyframes myflrg-2 {
    0%{
        top: 200%;
    }
    100%{
        top: 0;
    }
}
@-ms-keyframes myflrg-2 {
    0%{
        top: 200%;
    }
    100%{
        top: 0;
    }
}
@-webkit-keyframes myflrg-2 {
    0%{
        top: 200%;
    }
    100%{
        top: 0;
    }
}
/*input呼吸框*/
@keyframes myin-1 {
    0%{
        -webkit-box-shadow: 0 0 33px #ff00ff inset, 0 0 18px #ff00ff;
        -moz-box-shadow: 0 0 33px #ff00ff inset, 0 0 18px #ff00ff;
        box-shadow: 0 0 33px #ff00ff inset, 0 0 18px #ff00ff;
    }
    50%{
        -webkit-box-shadow: 0 0 33px #ff1000 inset, 0 0 18px #ff0300;
        -moz-box-shadow:  0 0 33px #ff1000 inset, 0 0 18px #ff0300;
        box-shadow:  0 0 33px #ff1000 inset, 0 0 18px #ff0300;
    }
    100%{
        -webkit-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        -moz-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    }
}
@-webkit-keyframes myin-1 {
    0%{
        -webkit-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        -moz-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    }
    50%{
        -webkit-box-shadow: 0 0 33px #ff1000 inset, 0 0 18px #ff0300;
        -moz-box-shadow:  0 0 33px #ff1000 inset, 0 0 18px #ff0300;
        box-shadow:  0 0 33px #ff1000 inset, 0 0 18px #ff0300;
    }
    100%{
        -webkit-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        -moz-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    }
}
@-ms-keyframes myin-1 {
    0%{
        -webkit-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        -moz-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    }
    50%{
        -webkit-box-shadow: 0 0 33px #ff1000 inset, 0 0 18px #ff0300;
        -moz-box-shadow:  0 0 33px #ff1000 inset, 0 0 18px #ff0300;
        box-shadow:  0 0 33px #ff1000 inset, 0 0 18px #ff0300;
    }
    100%{
        -webkit-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        -moz-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    }
}
@-moz-keyframes myin-1 {
    0%{
        -webkit-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        -moz-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    }
    50%{
        -webkit-box-shadow: 0 0 33px #ff1000 inset, 0 0 18px #ff0300;
        -moz-box-shadow:  0 0 33px #ff1000 inset, 0 0 18px #ff0300;
        box-shadow:  0 0 33px #ff1000 inset, 0 0 18px #ff0300;
    }
    100%{
        -webkit-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        -moz-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    }
}
@-o-keyframes myin-1 {
    0%{
        -webkit-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        -moz-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    }
    50%{
        -webkit-box-shadow: 0 0 33px #ff1000 inset, 0 0 18px #ff0300;
        -moz-box-shadow:  0 0 33px #ff1000 inset, 0 0 18px #ff0300;
        box-shadow:  0 0 33px #ff1000 inset, 0 0 18px #ff0300;
    }
    100%{
        -webkit-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        -moz-box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
        box-shadow: 0 0 33px #1b00ff inset, 0 0 18px #1b00ff;
    }
}