
*{
    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/Back1.gif);
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    z-index: -1;
}
/* section1  */
.s1{
    position: relative;
    width: 100%;
    height: 1200px;
}

/* 收藏夹2 */
#FCLink2{
    display: none;
}

/* 界面1 */
.WebHead{
    width: 1800px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 0%;
    margin-left: -900px;
    color: rgb(243, 38, 195);
    animation-name: WebHeadColor;
    animation-duration: 5s;
    animation-iteration-count:infinite;
}

.WebHead h1{
    font-size: 85px;
    letter-spacing: 30px;
    font-weight: bolder;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    /* color: blueviolet; */
    /* color: rgb(243, 38, 195); */
    width: 300px;
    margin: 0px auto;
}

.WebHead ul{
    font-family: 楷体;
    font-size: 35px;
    /* color: blueviolet; */
    /* color: rgb(243, 38, 195); */
    font-weight: bolder;
    width: 1600px;
    margin: 0px auto;
}
.WebHead li{
    text-align: center;
}



.MyIntroduceAndFC{
    width: 2000px;
    height: 700px;
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    top: 300px;
    z-index: 1;
}

.MyIntroduce{
    width: 35%;
    height: 700px;
    border-style: solid;
    border-radius: 5%;
    border: 0px;
    float: left;
    background:rgba(255,255,255,0.8);
}
.FC{
    width: 64%;
    height: 700px;
    border-style: dotted;
    border-radius: 5%;
    border: 0px;
    background:rgba(255,255,255,0.8);
    float: right;
}

.MyIntroduce h2{
    font-size: 35px;
    font-weight: bold;
    font-family: 楷体;
    width: 200px;
    height: 60px;
    margin: 0px auto;
}
.MyIntroduce p{
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 2.0;
    font-family: 楷体;
    font-weight: bolder;
    text-align: center;
    height: 630px;
    width: 650px;
    margin: auto;
}

.FC h2{
    font-size: 35px;
    font-weight: bold;
    font-family: 楷体;
    width: 200px;
    height: 60px;
    margin: 0 auto;
}
.FC h3{
    font-size: 20px;
    font-weight: bolder;
    font-family: 楷体;
    width: 180px;
    text-align: center;
    margin: auto;
}
.FC ul{
    width: 1100px;
    height: 600px;
    /* animation-name: FCUL;
    animation-duration: 100s; */
    margin: auto;
}
.FC li{
    margin-left: 20px;
    margin-bottom: 30px;
    display: inline-block;
}
.FC img{
    width: 180px;
    height: 225px;
}

.paginCount{
    width: 100px;
    height: 100px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
.paginCount a{
    color: rgb(10, 9, 9);
    font-size: 20px;
    letter-spacing: 2px;
    text-decoration: none;
}
.paginCount a:hover{
    color: grey;
}
#Directory{
    width: 600px;
    height: 120px;
    left: 50%;
    margin-left: -300px;
    margin-top: 1050px;
    position: absolute;
    text-align: center;
}
#Directory a{
    width: 500px;
    height: 100px;
    font-size: 70px;
    font-weight: bolder;
    transition: color 3s;
    color: rgb(141, 1, 120);
    text-decoration: none;
    font-family: 楷体;
    letter-spacing: 10px;
    position: absolute;
    margin-left: -250px;
    left: 50%;
    /* text-align: center; */
    /* top: 1050px; */
    /* left: 50%; */
    /* margin-left: -200px; */
}


#Directory a:hover{
    transition: color 1.2s;
    color: rgb(237, 32, 220);
}



@keyframes WebHeadColor{
    0%{color: rgb(243, 38, 195);}
    20%{color: rgb(189, 37, 209);}
    40%{color: rgb(125, 7, 176);}
    60%{color: rgb(148, 10, 247);}
    80%{color: rgb(125, 7, 176);}
    100%{color: rgb(189, 37, 209);}
}
