.fugu{
    background: linear-gradient(red 0%, #ff0 15%, #0ff 50%, #00f 65%,#ff00ff 80%, red 100%);

}
.fugu .p1-top-title-box{
    font-family: Impact;
    background: linear-gradient(#6900cc, #cb00cc);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transform: scale(0.9, 1.65) rotate(-3deg) skewY(-3deg) translateY(20px) translateZ(0);
}
.fugu .p1-top-title{
    background: inherit;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    z-index: 2;
}
.fugu .p1-top-title-box::before{
    content: 'Portfolio';
    position: absolute;
    text-shadow: 0.094em 0.063em #adadff;
    z-index: -1;
}
.fugu .p1-zhong-top{
    font-family: 'Comic Sans MS', 'Comic Sans', 'Marker Felt', sans-serif;
}
.fugu .p1-zhong-bottn{
    color: blue;
    text-decoration: underline;
    background-color: lightgrey;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 5px;
    border: 3px solid #333;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.fugu .p1-zhong-bottn::before,.fugu .p1-zhong-bottn::after{
    opacity: 0;
}
.fugu .p1-botton-img{
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.fugu .p1-botton-yuan{
    display: none;
}
.fugu .p2-title{
    color: black;
    font-family: 'Comic Sans MS', 'Comic Sans', 'Marker Felt', sans-serif;
}
.fugu .p2-leibiao-one-xian{
    font-family: 'Comic Sans MS', 'Comic Sans', 'Marker Felt', sans-serif;
}
.fugu .p2-leibiao-one-xian::before{
    font-family: 'Comic Sans MS', 'Comic Sans', 'Marker Felt', sans-serif;
    font-weight: 500;
}
.fugu .p2-leibiao-one-yin{
    display: none;
}
.fugu .p2-leibiao-one-yuan{
    border-radius: 0;
    width: 100px;
    height: 100px;
}
.fugu .p3-title{
    color: black;
    font-family: 'Comic Sans MS', 'Comic Sans', 'Marker Felt', sans-serif;
}
.fugu .p3-zhong-left > div:first-child{
    font-family: 'Comic Sans MS', 'Comic Sans', 'Marker Felt', sans-serif;
}
.fugu .p3-zhong-left-xian{
    color: blue;
    text-decoration: underline;
}
.fugu .p3-zhong-left-xian::before{
    display: none;
}
.fugu .p3-zhong-right{
    font-family: 'Comic Sans MS', 'Comic Sans', 'Marker Felt', sans-serif;
}
.fugu .p3-wei{
    font-family: 'Comic Sans MS', 'Comic Sans', 'Marker Felt', sans-serif;
    overflow: visible;
}
.fugu .p3-wei::before{
    background-image: url(../imgs/border.png);
    background-color: transparent;
    width: 100%;
    height: 15px;
    bottom: -20px;
    background-repeat: repeat-x;
}

.fugu .p3-wei::after{
    background-image: url(../imgs/clippy.gif);
    width: 7vw;
    height: 7vw;
}
.fugu canvas{
    opacity: 0;
}
.fugu .shubiaoyuan{
    background-image: url(../imgs/cursor.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 30px;
    background-color: transparent;
    background-size: contain;
    top: 10px;
    left: 6px;
}

.fugu .shubiaoyuan.shubiaobian{
    background-image: url(../imgs/cursor-hover.svg);
}
.fugu .p1-top-wenzi1{
    visibility: hidden;
}
.fugu .p1-top-wenzi2{
    visibility: visible;
}

/* 电脑 */
@media (hover: hover){
    .fugu .p3-wei:hover::before{
        background-image: url(../imgs/border.gif);
        transform: translate(0);
    }
}