*{
    box-sizing: border-box;
}

/* CSSReset */
html, body, div, span, applet, object, iframe, table, caption,       
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,       
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,       
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,       
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,       
fieldset, form, label, legend
{        
    vertical-align: baselinebaseline;       
    font-family: inherit;       
    font-weight: inherit;       
    font-style: inherit;       
    font-size: 100%;       
    outline: 0;       
    padding: 0;       
    margin: 0;       
    border: 1;       
}       
:focus {       
    outline: 0;       
}       
body {       
    background: white;       
    line-height: 1;       
    color: black;       
}       
ol, ul {       
    list-style: none;       
}       
table {       
    border-collapse: separate;       
    border-spacing: 0;       
}       
caption, th, td {       
    font-weight: normal;       
    text-align: left;       
}       
blockquote:before, blockquote:after, q:before, q:after {       
    content: "";       
}       
blockquote, q {       
    quotes: "" "";       
}


/* 背景图片设置 */
body{
    background-image: url(../GIF/Back2.gif); 
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    z-index: -1;
}



.content{
    height: 3000px;
}
/* 头部 */
.head{
    top: 0px;
    height: 40;
    background-color: rgba(255, 255, 255, 0.5);
}
/* 导航栏 */
.nav{
    height: 40px;
    top: 30px;
}
.nav li{
    display: inline-block;
    width: 130px;
    height: 40px;
    border-radius: 5%;
    text-align: center;
}
.nav li:hover{
    background:rgba(61, 213, 255, 0.5);
}
.nav li a{
    height: 25px;
    font-size: 25px;
    font-family: 楷体;
    color: black;
    text-decoration: none;
}
.nav li:hover a{
    color: rgb(255, 255, 255);
}
/* 花名册 */
.Library{
    top: 80px;
    position: absolute;
    width: 1000px;
    height: 800px;
    left: 50%;
    margin-left: -500px;
    border-radius: 5%;
    background-color: rgb(255, 255, 255,0.6);
    position: fixed;
    z-index: 2;
}
#a-h1 h1{
    font-size: 70px;
    font-weight: bolder;
    font-family: 楷体;
    text-align: center;
}
#a-h1{
    transition: color 4s;
    color: blueviolet;
    text-decoration: none;
}
#a-h1:hover{
    transition: color 1.5s;
    color: rgb(240, 36, 250);
}

/* 花名册第一列 */
.Order1{
    width: 400px;
    height: 700px;
    margin-left: 100px;
    list-style-type: disc;
    float: left;
    color: rgb(2, 188, 188);
}
.CharacterOrder li{
    margin-top: 25px;
    margin-left: 100px;
    width: 140px;

}
.CharacterOrder a{
    color: black;
    text-decoration: none;
    position: relative;
}


.CharacterOrder li div{
    display: none;
    width: 300px;
    height: 420px;
    font-family: 楷体;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    color: black;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-radius: 10%;
    border-color: rgb(123, 175, 218);
    box-shadow: 10px 10px 10px rgba(98, 86, 86, 0.7);
    position: absolute;
    z-index: 1;
}
.CharacterOrder li div img{
    margin-top: 15px;
    margin-left: 10px;
    border-radius: 10%;
    width: 250px;
    height: 300px;
}

.CharacterOrder a:hover{
    color: rgb(255, 255, 255,0.8);
}
.Order1 li div p{
    line-height: 20px;
}

.RC1:hover div{
    display: inline-block;
}
.RC2:hover div{
    display: inline-block;
}
.RC3:hover div{
    display: inline-block;
}
.RC4:hover div{
    display: inline-block;
}
.RC5:hover div{
    display: inline-block;
}
.RC6:hover div{
    display: inline-block;
}
.RC7:hover div{
    display: inline-block;
}
.RC8:hover div{
    display: inline-block;
}
.RC9:hover div{
    display: inline-block;
}
.RC10:hover div{
    display: inline-block;
}
.RC11:hover div{
    display: inline-block;
}
.RC12:hover div{
    display: inline-block;
}
.RC13:hover div{
    display: inline-block;
}
.RC14:hover div{
    display: inline-block;
}
.RC15:hover div{
    display: inline-block;
}
.RC16:hover div{
    display: inline-block;
}
.RC17:hover div{
    display: inline-block;
}
.RC18:hover div{
    display: inline-block;
}
.RC19:hover div{
    display: inline-block;
}
.RC20:hover div{
    display: inline-block;
}
.RC21:hover div{
    display: inline-block;
}
.RC22:hover div{
    display: inline-block;
}
.RC23:hover div{
    display: inline-block;
}
.RC24:hover div{
    display: inline-block;
}
.RC25:hover div{
    display: inline-block;
}
.RC26:hover div{
    display: inline-block;
}
.RC27:hover div{
    display: inline-block;
}
.RC28:hover div{
    display: inline-block;
}
.RC29:hover div{
    display: inline-block;
}


/* 花名册第二列 */
.Order2{
    width: 400px;
    height: 700px;
    float: right;
    list-style-type: disc;
    color: rgb(2, 188, 188);
}

/* 左侧栏 */
.TeenageShit1{
    width: 300px;
    height: 2050px;
    float: left;
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: 100px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255,0.8);
    z-index: 1;
}
.TeenageShit1 h2{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    font-family: 楷体;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
}
.TeenageShit1 ul{
    width: 290px;
    margin-top: 85px;
    margin-left: 19px;
    list-style-type: disc;
    color: rgb(2, 188, 188);
}
.TeenageShit1 li{
    margin-bottom: 25px;
}
.TeenageShit1 li span{
    font-family: 楷体;
    font-weight: 800;
    font-size: 18px;
    color: black;
    transition: color 3s;
}

.tip{
    color: black;
    border-radius: 10%;
    position: absolute;
    margin-left: 200px;
    display: none;
}
.TeenageShit1 li span:hover{
    transition: color 1.5s;
    color: rgb(246, 15, 138);
}
.TeenageShit1 li span:hover .tip{
    display: block;
}


/* 右侧栏 */
.TeenageShit2{
    width: 300px;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-left: 1370px;
    margin-right: 20px;
    margin-bottom: 100px;
    position: relative;
    border-radius: 15px;
    background-color: rgb(255, 255, 255,0.6);
    position: fixed;
    z-index: 1;
}
.TeenageShit2 h2{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    font-family: 楷体;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
}

#BackMusicButton{
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    font-family: 楷体;
    width: 175px;
    height: 40px;
    left: 50%;
    margin-left: -87.5px;
    margin-top: 30px;
    text-align: center;
    background-color: rgba(20, 167, 167, 0.4);
    border-radius: 5px;
    border-color: rgba(20, 167, 167, 0.4);
    color: aliceblue;
}

#BackMusicButton::after{
    content: '';
    background:#b1fcff;
    display: block;
    position: absolute;
    padding-top: 40px;
    padding-left: 175px;
    margin-left: -6px !important;
    margin-top: -30px;
    opacity: 0;
    border-radius: 5px;
    transition:all 0.8s;
}

#BackMusicButton:active::after{
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}


#music{
    display: none;
}
#musicUL{
    position: relative;
    margin-top: 85px;
    margin-left: 20px;
    list-style-type: disc;
    color: aqua;
}
#musicUL li{
    margin-bottom: 15px;
}

#musicUL li a{
    font-family: 楷体;
    font-size: 17px;
    font-weight: bolder;
    text-decoration: none;
    color: black;
    transition: color 1.5s;
}
#MORen{
    color: #F0FFF0;
}
#musicUL li span{
    display: none;
}
.TeenageShit2 #musicUL li a:hover{
    color: rgb(8, 223, 239);
}
.Playing{
    color: blueviolet;
}



#mask{
    position: absolute;
    position: fixed;
    width: 100%;
    height: 3000px;
    background-color: rgba(62, 74, 74, 0.7);
    z-index: 3;
    display: none;
}

/* 关于我们 */
#AboutUs{
    position: absolute;
    position: fixed;
    width: 600px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -300px;
    border-radius: 5px;
    background-size: 600px 400px;
    background-image: url(../imge/Web1BackImg.jpg);
    z-index: 4;
    box-shadow: 10px 10px 10px rgba(98, 86, 86, 0.7);
    display: none;
}

#AboutUs div{
    width: 600px;
    height: 400px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255,0.6);
}
#AboutUs h2{
    text-align: center;
    font-family: 楷体;
    font-weight: bolder;
    font-size: 30px;
}
#AboutUs p{
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    font-family: 楷体;
    font-weight: bolder;
    font-size: 20px;
    line-height: 25px;
}
#AboutUs a{
    text-decoration: none;
    font-family: 楷体;
    font-weight: bolder;
    font-size: 20px;
    margin-left: 530px;
    color: black;
}
#AboutUs a:hover{
    color: rgb(243, 203, 128);
}


/* 加入我们 */
#JoinUs{
    position: absolute;
    position: fixed;
    width: 600px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -300px;
    border-radius: 5px;
    background-color: white;
    z-index: 4;
    background-size: 600px 400px;
    background-image: url(../imge/Web2BackImg.jpg);
    box-shadow: 10px 10px 10px rgba(98, 86, 86, 0.7);
    display: none;
}
#JoinUs div{
    width: 600px;
    height: 400px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255,0.6);
}
#JoinUs h2{
    text-align: center;
    font-family: 楷体;
    font-weight: bolder;
    font-size: 30px;
    /* margin-top: 20px; */
}
#JoinUs p{
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    font-family: 楷体;
    font-weight: bolder;
    font-size: 20px;
    line-height: 25px;
}
#JoinUs a{
    position: absolute;
    text-decoration: none;
    font-family: 楷体;
    font-weight: bolder;
    font-size: 20px;
    top: 365px;
    margin-left: 530px;
    color: black;
}
#JoinUs a:hover{
    color: wheat;
}