*{
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
}

a{
    text-decoration:none;
    color: white;
}

.heder{
    width: 100%;
    height: auto;
}

.navs{
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 30px 0 ;
    background: #fff;
    overflow: hidden;
}

.navs ul{
    width: 60%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navs ul li{
    background: #E78319;
    width: 12%;
    height: auto;
    /* border: 3px solid white; */
    border-radius: 30px;
    line-height: 40px;
    color: white;
    padding: 10px 5px;
    font-size: 1.5vw;
}

.navs ul li:hover{
    background: #d8d5d5;
}
.navs ul li:hover a{
    color: #E78319;
}
#tag{
    margin-top: 15px;
    border: 0;
    background: #fff;
}

#tags{
    margin: 0;
    border: 0;
}
#tags:hover,#tag:hover{
    background: none;
}
#tags img,#tag img{
    width: 110%;
    height: auto;
}

#button{
    background: white;
    color: #E78319;
}

#login{
    width: 8vw;
    height: auto;
    position: absolute;
    right: 10px;
}

/* .imgBox{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #000;
}

.imgBox img{
    width: 90%;
    height: auto;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
} */

/* .imgBox:hover img{
    transform: scale(1.2);
} */

.move1{
    animation: mymove 1s;
}

@keyframes mymove{
    0%{position: relative; width: 100%;;height: auto;transform: scale(0.1,0.1);}
    100%{position: relative;width:100%;height: auto;transform: scale(1,1);}
}

.footer{
    width: 100%;
    height: auto;
    background: #000;
    text-align: center;
    margin-top: 20px;
    position: relative;
    bottom: -17px;
}

.footer p{
    color: white;
    padding: 3vw 0;
    font-size: 1.5vw;
}
@media only screen and (min-width:1200px) {
    .pc{
        display: block;
    }
    .pe{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width:1200px) {
    .pc{
        display: none;
    }
    .pe{
        display: block;
    }
}
.pe{
    width: 100%;
    height: auto;
    padding: 10px 0 ;
    background: #E78319;
}
.pe div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pe img{
    width: 80px;
    margin-right: 5vw;
}
#block,#none{
    width: 40px;
    height: 40px;
}
#none{
    display: none;
}
#Navbox{
    height: 0;
    display: none;
}
.pe{
    overflow-x: hidden;
    overflow-y: hidden;
}
.pe ul li{
    background: #E78319;
    height: auto;
    border-top: 2px solid white;
    line-height: 40px;
    padding: 10px 5px;
    font-size: 20px;
    color: white;
}
.pe ul li:last-child{
    border-bottom: 2px solid white;
}