
*{
    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{
    height: 4850px!important;
    background-image: url(../imge/ShenLeQuanYeCha8.jpg); 
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important;
    z-index: -1;
}
#headH1{
    width: 1000px;
    font-family: 楷体;
    font-weight: border;
    font-size: 50px;
    position: relative;
    left: 50%;
    margin-top: 50px;
    margin-left: -500px;
    text-align: center;
    animation-name: headGradient;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
.content{
    width: 1100px;
    height: 4400px;
    position: relative;
    left: 50%;
    margin-left: -550px;
    margin-top: 25px;
    border-radius: 20px;
    background-color: rgba(79, 187, 255, 0.6);
}

/* 左右栏角色 */
.leftImg{
    display: block;
    position: fixed;
    width: 200px;
    height: 450px;
    z-index: -1;
}
.rightImg{
    display: block;
    position: fixed;
    margin-left: 1350px;
    margin-top: -5px;
    width: 372px;
    height: 485px;
    z-index: -1;    
}
.leftImg img{
    width: 200px;
    height: 450px;
}
.rightImg img{
    width: 372px;
    height: 485px;    
}


/* 头像及基本信息介绍 */
.ImgAndInfor{
    width: 1000px;
    height: 450px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: 50px;
    border-radius: 7px;
    background-color: rgba(149, 208, 244, 0.6); 
    box-shadow: 10px 10px 10px rgba(2, 49, 62, 0.6);

}
.HeadImg{
    position: absolute;
    width: 290px;
    height: 430px;
    text-align: center;
    margin-top: 10px;
    margin-left: 50px;
}
.HeadImg img{
    width: 288px;
    height: 420px;
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgba(2, 49, 62, 0.6);
}



.WorkWord{
    position: absolute;
    width: 289px;
    height: 420px;
    border-radius: 5px;
    margin-left: 51px;
    margin-top: 10px;
    background-color: rgba(73, 118, 147, 0.6); 
    opacity: 0;
    transition: opacity 2s;
}
.WorkWord p{
    margin-top: 100px;
    text-align: center;
    font-weight: 900;
    font-family: 楷体;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 35px;
    color: rgb(3, 42, 142)
}
.WorkWord:hover{
    opacity: 0.8;
}








.Infor{
    width: 500px;
    height: 420px;
    position: absolute;
    margin-top: 10px;
    margin-left: 450px;
    margin-right: 10px;
    font-family: 楷体;
    font-weight: bolder;
    border-radius: 5px;
}
.Infor h2{
    font-size: 25px;
    margin-left: 125px;
}
.Infor1{
    width: 250px;
    height: 400px;
    list-style-type: disc;
    color: rgba(9, 164, 225, 0.849);
    float: left;
}
.Infor1 li{
    margin-top: 15px;
    margin-bottom: 20px;
}
.Infor1 span{
    color: black;
}

.Infor2{
    width: 250px;
    height: 400px;
    list-style-type: disc;
    color: rgba(9, 164, 225, 0.849);
    float: right;
}
.Infor2 li{
    margin-left: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.Infor2 span{
    color: black;
}
/* 出自作品 */
.WorkImgAndWorkInfor{
    width: 1000px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: 520px;
    border-radius: 7px;
    background-color: rgba(149, 208, 244, 0.6); 
    box-shadow: 10px 10px 10px rgba(2, 49, 62, 0.6);
}

.workImg{
    width: 130px;
    height: 170px;
    margin-left: 50px;
    margin-top: 15px;
    border-radius: 5px;
    float: left;
}
.workImg img{
    width: 125px;
    height: 165px;
    box-shadow: 10px 10px 10px rgba(2, 49, 62, 0.6);
}
.workInfor{
    width: 600px;
    height: 180px;
    font-family: 楷体;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-left: 125px;
    float: left;
}
.workInfor h2{
    font-family: 楷体;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
/* 角色背景与特征 */
.BackAndCharacter{
    width: 1000px;
    height: 700px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: 750px;
    border-radius: 7px;
    font-size: 20px;
    font-weight: bold;
    font-family: 楷体;
    background-color: rgba(149, 208, 244, 0.6); 
    box-shadow: 10px 10px 10px rgba(2, 49, 62, 0.6);
}
.back{
    width: 900px;
    height: 250px;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -450px;
    line-height: 30px;
    border-bottom-style: dotted;
    border-bottom-color: aqua;
}
.back p{
    margin-bottom: 10px;
}
.back h2{
    font-size: 25px;
    margin-bottom: 5px;
    color: rgb(3, 119, 181);
}
.back p a{
    color: rgb(4, 155, 236);
}

.Charact{
    width: 900px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-top: 300px;
    margin-left: -450px;
    line-height: 30px;
    border-bottom-style: dotted;
    border-bottom-color: aqua;
}
.Charact p{
    margin-bottom: 10px;
}
.Charact h2{
    font-size: 25px;
    margin-bottom: 5px;
    color: rgb(3, 119, 181);
}
.BackAndCharacter a{
    color: rgb(4, 155, 236);
}




/* 角色经历 */
.Encounder{
    width: 1000px;
    height: 2350px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: 1500px;
    border-radius: 13px;
    background-color: rgba(149, 208, 244, 0.6); 
    box-shadow: 10px 10px 10px rgba(2, 49, 62, 0.6);
}
.Encounder h1{
    width: 150px;
    font-family: 楷体;
    font-size: 30px;
    margin-left: -75px;
    left: 50%;
    position: absolute;
    margin-top: 15px;
    letter-spacing: 4px;
    font-weight: bolder;
    text-align: center;
    color: rgb(15, 115, 245);
}
.Encounder p{
    margin-bottom: 10px;
}
/* 四魂篇 */
.SiHunPian{
    width: 900px;
    height: 1370px;
    font-size: 20px;
    font-weight: bold;
    font-family: 楷体;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    margin-top: 50px;
    line-height: 30px;
    border-bottom-style: dotted;
    border-bottom-color: aqua;
}
/* 完结篇 */
.WanJiePian{
    width: 900px;
    height: 850px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    margin-top: 1440px;
    font-size: 20px;
    font-weight: bold;
    font-family: 楷体;
    line-height: 30px;
    border-bottom-style: dotted;
    border-bottom-color: aqua;
}

.Encounder h2{
    font-size: 25px;
    margin-bottom: 5px;
    color: rgb(3, 119, 181);
}
.Encounder a{
    color: rgb(4, 155, 236);
}


/* 相册 */
.Album{
    width: 1000px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: 3900px;
    border-radius: 15px;
    background-color: rgba(149, 208, 244, 0.6); 
    box-shadow: 10px 10px 10px rgba(2, 49, 62, 0.6);
}
.Album h2{
    width: 100px;
    height: 40px;
    font-size: 25px;
    font-weight: bolder;
    font-family: 楷体;
    letter-spacing: 10px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: rgb(3, 119, 181);
}


.Album figure{
    width: 900px;
    height: 325px;
    position: absolute;
    left: 50%;
    margin-left: -425px;
    margin-top: 50px;
    border-radius: 7px;
    overflow: hidden;

    border-style: dotted;
    color: aquamarine;
}
.Album a{
    float: left;
    position: relative;
    width: 150px;
    margin-top: 10px;
    text-align: center;
    transition: width 1s;
}

.Album a:first-child{
    margin-left: 40px;
}
.Album a:last-child{
    margin-right: 10px;
}


.Album figure img{
    width: 220px;
    height: 300px;
    box-shadow: 10px 10px 10px rgba(2, 49, 62, 0.6);
}


.Album figure:hover a{
    width: 150px;
}
.Album figure a:hover{
    width: 230px;
}

/* 侧边栏 */
aside{
    display: block;
    position: fixed;
    width: 100px;
    height: 250px;
    top: 640px;
    border-radius: 7px;
    background-color: rgba(149, 208, 244, 0.6); 
    box-shadow: 10px 10px 10px rgba(2, 49, 62, 0.6);
    transition: all 1s;
}
aside a{
    color: black;
    font-family: 楷体;
    font-weight: 900;
    font-size: 15px;
    text-decoration: none;
}
aside li{
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.NoneMenu{
    margin-left: 1700px;
}
.ShowMenu{
    margin-left: 1585px;
}

aside a:hover{
    transition: color 1s;
    color: aqua!important;
}

audio{
    display: none;
}

.MENUSHOW
{
    width: 75px;
    height: 45px;
    top: 65%;
    left: 94.7%;
    position: fixed;
    border-radius: 7px;
    text-align: center;
}

#menu{
    text-decoration: none;
    position: relative;
    font-family: 楷体;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: bolder;
    top: 10px;
    color: rgba(149, 208, 244, 0.6); 
}
#menu:hover{
    transition: color 1s;
    color: aqua!important;
}

@keyframes headGradient {
    0%{color: rgb(50, 165, 247);}
    25%{color: rgb(15, 115, 245);}
    50%{color: rgb(1, 38, 251);}
    75%{color: rgb(15, 115, 245);}
    100%{color: rgb(50, 165, 247);}
}