::-webkit-scrollbar{
    display: none;
}
@font-face{
    src: url(/assets/font/handwriting.ttf);
    font-family: hand;
}
body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: hand;
}
.top{
    width: 100%;
    height: max-content;
    background: royalblue;
    border-bottom-left-radius: 51px;
    border-bottom-right-radius: 51px;
    padding-bottom: 15px;
}
nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav .link{
    display: flex;
    align-items: center;
    margin-left: 5px;
}
nav .link a{
    margin: 5px 5px;
    text-decoration: none;
    font-size: 19px;
    border: 2px solid transparent;
    transition: 0.5s;
    padding: 4px 9px;
    user-select: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
nav .link a:hover{
    border: 2px solid #fff;
}
nav .link a i{
    color: #fff;
    margin: 5px;
}
nav .link a p{
    margin: 3px;
    color: #fff;
}
nav .link .menu{
    display: flex;
    align-items: center;
}
nav .logo{
    display: flex;
    align-items: center;
    margin-right: 9px;
    text-decoration: none;
    user-select: none;
}
nav .logo img{
    width: 36px;
    height: 36px;
    margin-right: 5px;
    border-radius: 5px;
}
nav .logo h2{
    color: #fff;
    font-size: 27px;
    margin: 5px;
}
.intro{
    width: 100%;
    height: max-content;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    margin-top: 9px;
    align-items: center;
}
.intro .div{
    width: 324px;
    height: 324px;
    background: url("/assets/gif/ani.gif") no-repeat;
    background-size: cover;
}
.intro .t{
    width: 559px;
    height: max-content;
}
.intro .t h1{
    margin: 3px;
    font-size: 4vw;
    width: 100%;
    background: linear-gradient(159deg,#fff,rgb(190, 190, 190),#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro .t h1 span{
    font-size: 15px;
    color: #fff;
}
.intro .t p{
    color: #eee;
    font-size: 17px;
    margin: 5px;
}
.intro .t .bu{
    display: flex;
    flex-wrap: wrap;
    margin-top: 51px;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 19px;
}
.intro .t .bu a{
    text-decoration: none;
    padding: 5px 19px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    transition: 0.5s;
    user-select: none;
    cursor: pointer;
}
.intro .t .bu a:hover{
    background: #fff;
}
.intro .t .bu a:hover p{
    color: royalblue;
}
.intro .t .bu a p{
    margin: 5px;
    font-size: 17px;
}
.scroll{
    width: 100%;
    font-size: 17px;
    color: royalblue;
    text-align: center;
}
.li{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: royalblue;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    padding-top: 8px;
}
.li .i{
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin: 4px;
    justify-content: center;
}
.li .i:nth-child(2){
    flex-wrap: wrap-reverse;
}
.li .i img{
    height: 195px;
    width: 195px;
    margin: 5px;
    border-radius: 5px;
    user-select: none;
}
.li .i .con{
    margin: 5px;
    width: 423px;
    padding-bottom: 9px;
}
.li .i .con h1{
    color: teal;
    width: 100%;
    margin: 5px;
    font-size: 27px;
}
.li .i .con p{
    font-size: 17px;
    color: dimgray;
    width: 100%;
    margin: 5px;
    margin-bottom: 23px;
}
.li .i .con a{
    padding: 8px 15px;
    text-decoration: none;
    color: #fff;
    background: teal;
    border-radius: 4px;
    user-select: none;
    border: 3px solid transparent;
    transition: 0.5s;
}
.li .i .con a:hover{
    box-shadow: 2px 3px 3px teal,inset 2px 3px 5px rgb(1, 187, 187);
    border: 3px solid rgb(1, 148, 148);
}
.arlist{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.arlist h1{
    margin: 5px;
    background: linear-gradient(159deg,royalblue,red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3vw;
    text-align: center;
}
.scrol{
    width: 91vw;
    height: max-content;
    display: flex;
    align-items: center;
}
.scrol .item{
    min-width: 272px;
    width: 242px;
    height: 232px;
    padding: 5px;
    margin: 4px;
    border-radius: 8px;
    position: relative;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    background: #eee;
    transition: 0.5s;
    box-shadow: 2px 3px 5px rgba(56, 56, 56, 0.314),inset 2px 3px 5px rgb(211, 211, 211);
}
.scrol .item:hover{
    transform: translateY(-6px);
}
.scrol .item img{
    width: 151px;
    height: 151px;
    margin: 5px;
    border-radius: 50%;
    user-select: none;
    border: 5px solid #fff;
    box-shadow: 2px 3px 5px rgba(56, 56, 56, 0.314),inset 2px 3px 5px rgb(166, 166, 166);
}
.scrol .item p{
    margin: 5px;
    font-size: 19px;
    color: royalblue;
}
.scrol .item p span{
    font-size: 14px;
    font-weight: bold;
    color: teal;
    margin: 3px;
}
.foot{
    margin-top: 19px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: max-content;
    background: royalblue;
    padding-top: 9px;
    padding-bottom: 5px;
}
.foot .link{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.foot .link a{
    margin: 5px 10px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    user-select: none;
    transition: 0.5s;
}
.foot .link a:hover{
    color: aqua;
}
.foot .logo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    margin-top: 15px;
}
.foot .logo img{
    width: 36px;
    height: 36px;
    margin: 5px;
    border-radius: 5px;
}
.foot .logo h3{
    font-size: 19px;
    color: #fff;
    margin: 5px;
    letter-spacing: 1px;
}
.foot .logo h3 span{
    font-size: 14px;
    color: #eee;
    margin: 3px;
}
.follow{
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 0;
    top: 50%;
    padding: 9px 3px;
    transform: translate(0,-50%);
    box-shadow: 2px 3px 3px rgba(33, 32, 32, 0.466);
    border: 1px solid #eee;
}
.follow a{
    text-decoration: none;
    user-select: none;
    margin: 3px;
    padding: 0;
}
.follow a img{
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    object-fit: cover;
}
.preview{
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    overflow: hidden;
    overflow-x: scroll;
}
.preview h2{
    width: max-content;
    text-align: center;
    background: linear-gradient(159deg,red,royalblue);
    font-size: 2.7vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.preview .div{
    width: 78%;
    display: flex;
    justify-content: stretch;
    overflow: hidden;
    overflow-x: scroll;
}
.preview .div #imgpre{
    min-width: 324px;
    background: #eee;
    border-radius: 5px;
    margin: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid rgb(224, 224, 224);
}
.preview .div #imgpre h1{
    margin: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 23px;
    letter-spacing: 2px;
    color: teal;
}
.preview .div #imgpre img{
    width: 98%;
    height: 291px;
    user-select: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
    object-position: top;
    margin: 3px;
}
.preview .div #imgpre .detail{
    width: 100%;
    background: #fff;
    height: fit-content;
}
.preview .div #imgpre .detail a{
    display: flex;
    text-decoration: none;
    user-select: none;
    width: max-content;
    align-items: center;
    margin: 5px;
}
.preview .div #imgpre .detail a img{
    width: 39px;
    height: 39px;
    margin: 3px;
    user-select: none;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.preview .div #imgpre .detail a p{
    font-size: 17px;
    color: royalblue;
    margin-left: 5px;
    font-weight: bold;
}
.preview .div #imgpre .detail p{
    width: 93%;
    margin: 5px;
    color: dimgray;
    font-size: 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.preview .div #imgpre .detail p a{
    color: #fff;
    padding: 5px 9px;
    background: royalblue;
    margin: 3px;
    border-radius: 4px;
}
.preview .div #vidpre{
    min-width: 324px;
    background: #eee;
    border-radius: 5px;
    margin: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid rgb(224, 224, 224);
}
.preview .div #vidpre h1{
    margin: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 23px;
    letter-spacing: 2px;
    color: teal;
}
.preview .div #vidpre img{
    width: 98%;
    height: 291px;
    user-select: none;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 3px;
}
.preview .div #vidpre .detail{
    width: 100%;
    background: #fff;
    height: fit-content;
}
.preview .div #vidpre .detail a{
    display: flex;
    text-decoration: none;
    user-select: none;
    width: max-content;
    align-items: center;
    margin: 5px;
}
.preview .div #vidpre .detail a img{
    width: 39px;
    height: 39px;
    margin: 3px;
    user-select: none;
    border-radius: 50%;
}
.preview .div #vidpre .detail a p{
    font-size: 17px;
    color: royalblue;
    margin-left: 5px;
    font-weight: bold;
}
.preview .div #vidpre .detail p{
    width: 93%;
    margin: 5px;
    color: dimgray;
    font-size: 16px;
    flex-wrap: wrap;
    display: flex;
}
.preview .div #vidpre .detail p a{
    color: #fff;
    padding: 5px 9px;
    background: royalblue;
    margin: 3px;
    width: 78px;
    height: max-content;
    border-radius: 4px;
    text-align: center;
}
.pop{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.337);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.pop .box{
    background: #fff;
    padding: 19px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 88%;
}
.pop .box h1{
    margin: 3px;
    font-size: 29px;
    background: linear-gradient(159deg,royalblue,red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pop .box p{
    font-size: 16px;
    margin: 3px;
    margin-bottom: 15px;
    color: dimgray;
}
.pop .box a{
    margin: 5px;
    text-decoration: none;
    background: teal;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    user-select: none;
}
.downbtn{
    display: none;
}


@media(max-width:799px){
    .arlist h1{
        font-size: 4vw;
    }
    .preview h2{
        font-size: 4vw;
    }
    .preview .div{
        width: 91%;
    }
}
@media(max-width: 655px){
    .li .i{
        width: 78%;
    }
    .arlist h1{
        font-size: 5vw;
    }
    .preview .div{
        width: 98%;
    }
    .preview .div #imgpre{
        width: 291px;
    }
    .preview .div #vidpre{
        width: 291px;
    }
    .preview .div #imgpre img{
        height: 271px;
    }
    .preview .div #vidpre img{
        height: 271px;
    }
}

@media(max-width:597px){
    .menu{
        width: 100%;
        bottom: 0;
        left: 0;
        border-top: 1px solid #eee;
        position: fixed;
        background: royalblue;
        justify-content: space-around;
        z-index: 2;
    }
    .menu a{
        flex-direction: column;
        border: none;
    }
    nav .link a:hover{
        border: 2px solid transparent;
        color: aqua;
    }
    nav .link a p{
        display: none;
    }
    .intro .t{
        padding: 5px;
        padding-top: 19px;
        width: 96%;
    }
    .intro .t h1{
        font-size: 8vw;
    }
    .intro .t h1 span{
        font-size: 11px;
    }
    .intro .t p{
        font-size: 15px;
    }
    .intro .t .bu a{
        font-size: 15px;
    }
    .top{
        border-bottom-left-radius: 23px;
        border-bottom-right-radius: 23px;
    }
    body{
        padding-bottom: 51px;
    }
    .li .i{
        width: 89%;
    }
    .arlist h1{
        font-size: 6vw;
    }
    .scrol{
        height: 423px;
        overflow-y: scroll;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .scrol .item:hover{
        transform: none;
        background: #fff;
    }
    .preview h2{
        width: 98%;
        font-size: 5vw;
    }
    .preview .div #imgpre img{
        height: 195px;
    }
    .preview .div #vidpre img{
        height: 195px;
    }
    .preview .div #imgpre .detail a img{
        height: 32px;
        width: 32px;
    }
    .preview .div #vidpre .detail a img{
        height: 32px;
        width: 32px;
    }
    .preview .div #vidpre .detail p{
        font-size: 14px;
    }
    .preview .div #imgpre .detail p{
        font-size: 14px;
    }
    .downbtn{
        display: flex;
    }
}