* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    background-size: cover;
}
html{
    scroll-behavior: smooth;
}
/* section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 900 100px '';
    background: #e4e9f5;
} */
.body1 {
    background-image: linear-gradient(to top, #ff9946 0%, #fffc5f 100%);
}
.animator {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shell {
    position: fixed;
    width: 84px;
    height: 100%;
    background: #000000;
    z-index: 9999;
    transition: width 0.5s;
    padding-left: 10px;
    overflow: hidden;
}

.shell:hover {
    width: 300px;
}

.imageBox {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.imageBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shell ul {
    position: relative;
    height: 100vh;
}

.shell ul li {
    position: relative;
    padding: 5px;
}

.active {
    background: #e4e9f5;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.active::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 25px;
    box-shadow: 5px 5px 0 5px #e4e9f5;
    background: transparent;
}

.active::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    border-top-right-radius: 25px;
    box-shadow: 5px -5px 0 5px #e4e9f5;
    background: transparent;
}

#logo {
    margin: 40px 0 100px 0;
}

.shell ul li a {
    position: relative;
    display: flex;
    white-space: nowrap;
}

.icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    padding-left: 10px;
    height: 70px;
    color: #333;
    transition: 0.5s;
    color: rgb(255, 255, 255);
}

.text {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #ffad32;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
}

.shell ul li:hover a .icon,
.shell ul li:hover a .text {
    color: #ffa217;
}

.active a .icon::before {
    content: "";
    position: absolute;
    inset: 5px;
    width: 60px;
    background: #000000;
    border-radius: 50%;
    transition: 0.5s;
    border: 7px solid #ffa117;
    box-sizing: border-box;
}


.body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow:hidden;
}
.shell1{
    position: relative;
    width: 60vw;
    height: 40vw;
    max-width: 380px;
    max-height: 250px;
    margin: 0;
    color: white;
    perspective: 1000px;
    transform-origin: center;
}
.content{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: translateZ(-30vw)rotateY(0);
    animation: carousel 9s infinite cubic-bezier(0.77,0,0.175,1) forwards;
}
.item{
    position: absolute;
    background-color: #fffd9d;
    width: 60vw;
    height: 40vw;
    max-width: 380px;
    max-height: 250px;
    box-shadow: 0 5px 20px rgba(0,0,0, 0.3);
    border-radius: 6px;
    -webkit-box-reflect: below 25px -webkit-lineae-gradient(transform 50%,rgba(255,255,255,0.3));
    
}

.body2 {
    min-block-size: 100%;
    display: grid;
    place-content: center;
}
@keyframes slide-fade-in {
    from {
        opacity: 0;
        box-shadow: none;
        transform: scale(.8) translateY(15vh);
    }
}
.cards {
    display: grid;
    gap: 2rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, 30ch);
}
.card {
    animation: slide-fade-in both;
    animation-timeline: view();
    animation-range: contain 0% contain 50%;
    border-radius: 10px;
    line-height: 2;
    box-shadow: 0px 8px 20px #00000022;
    font-size: 20px;
    letter-spacing: 3px;
    color: #000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card:hover{
    transition: 0.8s;
    background:#ffee8d;
}
.card img {
    width: 100%;
    height: 100%;
}
.card:nth-of-type(4n) {
    grid-column: span 2;
}
.card:nth-of-type(5n) {
    grid-column: span 2;
}
.card:nth-of-type(7n) {
    grid-row: span 2;
}



.body3{
    display: flex;
    justify-content: center;
    padding-top: 40px;
    height: 14vh;
}
.nav2{
    width: 1150px;
    height: 70px;
    position: relative;
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background-color: #ffffff;
}
.nav2 ul{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    right: 5%;
}
.nav2 ul li{
    width: 100%;
    text-align: center;
}
.nav2 ul .nav2-box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc((100%/5)*1);
    height: 10px;
    border-radius: 2px;
    transition: .5s;
}
.nav2 ul li a{
    color: #000000;
    font: 400 25px '';
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
}
.nav2 ul li:nth-child(1):hover~.nav2-box{
    left: calc(100%/5*0);
    background-color: rgb(110, 90, 240);
}
.nav2 ul li:nth-child(2):hover~.nav2-box{
    left: calc(100%/5*1);
    background-color: #ffa117;
}
.nav2 ul li:nth-child(3):hover~.nav2-box{
    left: calc(100%/5*2);
    background-color: rgb(110, 90, 240);
}
.nav2 ul li:nth-child(4):hover~.nav2-box{
    left: calc(100%/5*3);
    background-color: #ffa117;
}
.nav2 ul li:nth-child(5):hover~.nav2-box{
    left: calc(100%/5*4);
    background-color: rgb(110, 90, 240);
}

.section{
    height: 500px;
}
.header {
    background-color: #000000;
    color: #ffad32;
    padding: 10px;
    text-align: center;
}

.img1{
    width: 60px;
    height: 60px;
    position: fixed;
    background-image: url('./Resource/18.gif');
    background-size: cover;
}

.body4 {
    display: flex;
    justify-content: right;
    align-items: top;
}
.shell3 {
    position: relative;
}
.input {
    padding: 10px;
    width: 70px;
    height: 70px;
    background: none;
    border: 4px solid rgb(0, 0, 0);
    border-radius: 20px;
    box-sizing: border-box;
    font: 400 26px Comic Sans Ms;
    color: rgba(255,210,45,.2);
    outline: none;
    transition: .5s;
}
#checkbox {
    display: none;
}
[for=checkbox]{
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    margin: 0;
    transition: .4s;
    background-color: #000000;
    background-image: url('./Resource/搜索框.png');
}
#checkbox:checked~label{
    border-radius: 10px;
    background-color: #000000;
    background-image: url('./Resource/叉叉.png');
    border: 4px solid rgb(0, 0, 0);
    margin: 0 -5px;
}
#checkbox:checked~input{
    width: 400px;
    border-radius: 10px;
    margin-right: 80px;
    background-color: #ffffff6b;
    color: rgb(0, 0, 0);
}
.fonts{
    position: absolute;
    top: 0;
    left: 10px;
    color: rgb(0, 0, 0);
    letter-spacing: 5px;
    font: 400 26px Comic Sans Ms;
    display: flex;
}
.fonts span{
    transition: .3s;
    opacity: 0;
}
#checkbox:checked ~.fonts span{
    transition: calc(var(--i)*0.1s) .3s;
    transform: translateY(-40px);
    opacity: 1;
}

.body5{
    position: fixed;
    left:90vh;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: -150px;
    overflow: hidden;
}
.wrap{
    width: 1000px;
    height: 100%;

    position: relative;
    top: 100px;
}
.wrap::after{
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    width: 5px;
    z-index: -999;
    height: 100%;
    background-color: rgba(255,255,255,.5);
}
.box{
    position: relative;
    width: 100%;
    height: 120px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.center{
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center>span{
    width: 120px;
    border-radius: 10px;
    text-align:center;
    font: 300 20px '';
    line-height: 50px;
    background-color: #fff;
}

.a{
    position: relative;
    display: flex;
}
.c,.b{
    font: 300 20px '';
    line-height: 50px;
    position: absolute;
    color: rgb(0, 0, 0);
    top: 0;
    transition: .4s;
}

.c{
    clip-path: inset(49% 0 0 0);
}
.b{
    clip-path: inset(1% 0 50% 0);
}
.a:hover .b,.a:hover .c{
    top: calc(var(--i)*1px);
}
.a:hover .d{
    opacity: 1;
}
.d{
    text-decoration: none;
    color: rgb(255, 165, 30);
    font: 500 30px '';
    line-height: 100px;
    opacity: 0;
    transition: .3s;
}

.clickEffect{
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    animation: clickEffectAnimation 0.5s ease-out;
    pointer-events: none;
    box-sizing: border-box;
}
@keyframes clickEffectAnimation {
    0%{
        transform: scale(0);
        opacity: 1;
    }
    100%{
        transform: scale(1.5);
        opacity: 0;
    }
}

.body6{
    display: flex;
    justify-content: center;
}
.a1{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.b1{
    width: 700px;
    height: 500px;
    transition: .4s;
    background-size: cover;
    background-position: -100px 0px;
}
.b2{
    width: 700px;
    height: 500px;
    transition: .4s;
    background-size: cover;
}
.b3{
    width: 300px;
    height: 500px;
    transition: .4s;
    background-size: cover;
}
.b4{
    width: 700px;
    height: 500px;
    transition: .4s;
    background-size: cover;
    background-position: -250px 0px;
}
.c1{
    width: 200px;
    height: 500px;
    display: flex;
    /* 纵向布局 */
    flex-direction: column;
    justify-content: space-between;
}
.d1{
    position: relative;
    width: 200px;
    height: 90px;
    right: 0;
    transition:.5s;
    overflow: hidden;
}
.d2{
    position: relative;
    width: 200px;
    height: 90px;
    right: 0;
    transition:.5s;
    overflow: hidden;
}
.d3{
    position: relative;
    width: 200px;
    height: 90px;
    right: 0;
    transition:.5s;
    overflow: hidden;
}
.d4{
    position: relative;
    width: 200px;
    height: 90px;
    right: 0;
    transition:.5s;
    overflow: hidden;
}
.d1 img{
    position: absolute;
    width: 200px;
    /* 小图片上移 */
    transform: translate(0,-50px);
    transition: .5s;
    right: 0;
}
.d2 img{
    position: absolute;
    width: 200px;
    /* 小图片上移 */
    transform: translate(0,-50px);
    transition: .5s;
    right: 0;
}
.d3 img{
    position: absolute;
    width: 200px;
    /* 小图片上移 */
    transform: translate(0,-50px);
    transition: .5s;
    right: 0;
}
.d4 img{
    position: absolute;
    width: 200px;
    /* 小图片上移 */
    transform: translate(0,-50px);
    transition: .5s;
    right: 0;
}
.d1.dd{
    opacity: 0;
    right: 250px;
}
.d2.ddd{
    opacity: 0;
    right: 250px;
}
.d3.dddd{
    opacity: 0;
    right: 250px;
}
.d4.ddddd{
    opacity: 0;
    right: 250px;
}
.d1:hover img{
    opacity: 0;
    right: 250px;
}
.d2:hover img{
    opacity: 0;
    right: 250px;
}
.d3:hover img{
    opacity: 0;
    right: 250px;
}
.d4:hover img{
    opacity: 0;
    right: 250px;
}


.body7{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.shell2{
    width: 90%;
    height: 700px;
    display: flex;
}
.box1{
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    border-radius: 20px;
    border: 10px solid #fff;
    background-color: #fff;
}
.box1>img{
    width: 200%;
    height: 85%;
    object-fit: cover;
    transition: .5s;
}
.box1>span{
    font: 200 45px '';
    text-align: center;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box1:hover{
    flex-basis: 40%;

}
.box1:hover>img{
    width: 0%;
    height: 0%;
}
.box1:hover>span{
    font: 200 0 '';
}

.a2{
    position: relative;
    width: 60%;
    height: 70vh;
    border: #fff 10px solid;
    background-color: rgb(120,140,200);
    top: 120px;
    border-radius: 20px;
    overflow: hidden;
}
.b5{
    position: absolute;
    width: 50%;
    height: 300px;
    left: 0;
    margin: 200px 50px;
    transition: 1s;
}
.b5 a{
    text-decoration: none;
    color: #fff;
    font: 900 30px '';
}
.b5 h2{
    transition: .5s 1s;
    opacity: 0;
    color: rgb(240,220,150);
}
.b5 h2 a{
    color: rgb(240,220,150);
    font: 400 20px '';
}
.b5 span{
    transition: .5s 1s;
    color: #fff;
    font: 500 20px '';
    position: absolute;
    top: 70px;
}
.c2{
    position: absolute;
    top: -130px;
    right: -240px;
}
.d5,.e{
    position: absolute;
    right: calc(var(--i)*100px);
    width: calc(var(--w)*40px);
    height: 500px;
    overflow: hidden;
    border-radius: 100px;
    transform: rotateZ(220deg) translate(0,0);
    background: rgb(240,220,150);
    transition: .5s .5s;
}
.d5:nth-child(2){
    background: rgb(240,190,230);
}
.e{
    left: -470px;
    top: -140px;
    width: 20px;
    background-color: rgb(90,220,150);
}
.a2:hover .c2 div{
    /* 设置延迟动画 */
    transition: .5s calc(var(--i)*.1s);
    /* 移动的轨迹 */
    transform: rotateZ(220deg) translate(-200px,400px);
}
.a2:hover .b5{
    transition: 1s .5s;
    left: 70%;
}
.a2:hover .b5 span{
    transition: 1s .5s;
    top: 30%;
}
.a2:hover .b5 h2{
    transition: 1s .5s;
    opacity: 1;
}
.f{
    width: 50%;
    height: 50%;
    position: absolute;
    background-size: cover;
    margin: 150px 50px;
    opacity: 0;
    transition: .5s;
}
.a2:hover .f{
    transition: 1s 1.3s;
    opacity: 1;
}

.shell4{
    max-width: 1300px;
    column-count: 3;
    column-gap: 10px;
}
.image{
    margin-bottom: 30px;
}
.image img{
    width: 100%;
}
@media (max-width:1200px){
    .shell4{
        column-count: 4;
    }
}
@media (max-width:850px){
    .shell4{
        column-count: 3;
    }
}
@media (max-width:600px){
    .shell4{
        column-count: 2;
    }
}

.body8 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shell5 {
    width: 20%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    perspective: 1000px;
}
.top {
    width: 300px;
    display: flex;
    cursor: pointer;
    justify-content: space-evenly;
    padding-bottom: 10%;
}
.off,
.on {
    color: #313131;
    transition: .5s;
    font: 300 20px '';
}
.on{
    opacity: .5;
}
.button {
    width: 60px;
    height: 25px;
    background-color: rgb(226, 226, 226);
    border-radius: 20px;
    position: relative;
}
.ball {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgb(46, 45, 56);
    border-radius: 50%;
    transition: .5s;
    box-shadow: 0 0 10px #000;
    left: 0;
    transform: translate(-1px);
}
.bottom {
    width: 160%;
    height: 100%;
    background-color: #fffd9d;
    transform-style: preserve-3d;
    position: relative;
    transition: .7s;
    border-radius: 5px;
}

.bottom>div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.bottom>div h2 {
    color: rgb(0, 0, 0);
}
.bottom>div button{
    width: 80px;
    height: 30px;
    color: #333;
    font-size: 15px;
    background-color: rgb(255, 235, 167);
    border-radius: 4px;
    transition: .3s;
    margin-bottom: 10px;
    cursor: pointer;box-shadow:0 0 10px rgb(255, 235, 167);
}
.signIn {
    transform: translateZ(70px);
}
.signUp {
    position: absolute;
    top: 0;
    transform: translateZ(-70px) rotateY(180deg);
}

.shell6 {
    position: relative;
    top: 150px;
    left: -110px;
}
.a6,.b6,.c6 {
    position: absolute;
    height: 300px;
    width: 30px;
    background-color: #333;
    top: 49px;
    left: 0;
    transform: rotate(60deg) skew(30deg);
}
.b6 {
    background-color: #aaa;
    transform: rotate(180deg) skew(30deg);
    left: 180px;
    top: 36px;
}

.c6 {
    background-color: #666;
    transform: rotate(-60deg) skew(30deg);
    left: 101px;
    top: 199px;
}

.a6::after,.b6::after,.c6::after {
    content: '';
    position: absolute;
    width: 0;
    height: 278px;
    left: 165px;
    top: -141px;
    transform: rotate(-90deg) skew(0deg);
    border-bottom: 23px solid transparent;
    border-right: 20px solid #333;
    transition: .5s;
}

.b6::after {
    border-right: 20px solid #aaa;
}

.c6::after {
    border-right: 20px solid #666;
}
.wrapper2 {
    position: absolute;
    transform: scale(0.5);
    margin-left: 56px;
    margin-top: 121px;
}
.wrapper3 {
    position: absolute;
    transform: scale(0.22);
    margin-left: 88px;
    margin-top: 188px;
}
.d6,.e6,.f6 {
    position: absolute;
    background-color: #333;
    width: 130px;
    height: 25px;
    top: 270px;
    left: -160px;
    transform: rotate(60deg) skew(30deg);
}
.e6 {
    background-color: #666;
    top: 400px;
    left: 173px;
    transform: rotate(120deg) skew(30deg);
}
.f6 {
    background-color: #aaa;
    top: 35px;
    left: 100px;
    transform: rotate(180deg) skew(30deg);
}
.shell6:hover .a6::after,
.shell6:hover .b6::after,
.shell6:hover .c6::after {
    height: 290px;
    top: 31px;
    left: 76px;
}

.body9{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.shell7 {
    position: relative;
    perspective: 700px;
    transform-style: preserve-3d;
}
.card1 {
    height: 260px;
    width: 460px;
    transform: translateX(10px) rotateY(25deg) rotateX(10deg);
    background-color: rgba(255, 221, 108, 0.8);
    display: flex;
    align-items: center;
}
.card1 img{
    width: 0;
}
.card1 .word {
    background-color: #000;
    line-height: 1;
    color: rgba(250, 200, 30, 1);
    padding: 0 10px;
    margin: 0 15px 0 30px;
    display: inline-flex;
}
.shell7::before {
    content: '';
    height: 260px;
    width: 460px;
    position: absolute;
    margin-top: -9px;
    margin-left: -9px;
    border: 9px solid #000;
    transform: translateX(-60px) rotateY(-30deg) rotateX(15deg) scale(1.03);
}
.bigword{
    font-size: 70px;
}
.shell7:hover>div,.shell7:hover::before{
    transform: none;
}
.shell7:hover>.card1>img{
    width: 40%;
    transition: .3s;
}
.shell7:hover>.card1>h1{
    font-size: 20px;
    transition: .3s;
}
.shell7>div,.shell7::before{
    transition: .3s;
}

.base {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .eyeleft {
    margin: 100px;
    background-color: #fff;
    transform: rotate(55deg);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    border: 3px solid #000;
    border-top: 10px solid #000;
    border-radius: 80% 10% 80% 0%;
    -webkit-box-shadow: 0px 15px 35px -5px rgba(50, 88, 130, 0.32);
    -moz-box-shadow: 0px 15px 35px -5px rgba(50, 88, 130, 0.32);
    box-shadow: 0px 15px 35px -5px rgba(50, 88, 130, 0.32);
  }

  @keyframes round {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-90deg);
    }
    50% {
      transform: rotate(-180deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }

  .sharingano-div {
    border: none;
    background: transparent;
    display: flex;
    border-radius: 50%;
  }

  .sharingano {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid #131212;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a73a3a;
    overflow: hidden;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-box-shadow: inset 0 0 30px #231e1f;
    box-shadow: inset 0 0 30px #231e1f;
    animation: 5s round infinite linear;
  }

  .circle {
    border-radius: 50%;
  }

  .eye {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .eye::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: black;
    z-index: 10;
  }

  .eye > .inner-eye {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid black;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tag-container {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
  }

  .tag {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-bottom: 120px;
    background-color: black;
  }

  .tag::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 10px solid black;
    border-radius: 50%;
    border-top: none;
    border-right: none;
    border-bottom: none;
    left: 3px;
    top: -5px;
    margin-bottom: 120px;
    background-color: transparent;
  }

  .itachi-eye {
    overflow: hidden;
    background: radial-gradient(
      circle,
      rgba(110, 12, 12, 1) 0%,
      rgba(110, 12, 12, 1) 39%,
      rgba(75, 8, 8, 1) 60%,
      rgba(0, 0, 0, 1) 100%
    );
  }

  .itachi-eye::after {
    box-shadow: 0 0 20px rgb(143, 19, 19);
    background: rgb(143, 19, 19);
  }

  .itachi-eye > .inner-eye {
    border: none;
    background: transparent;
    width: 80px;
    height: 80px;
  }

  .itachi-eye > .inner-eye > .tag-container > .tag {
    top: -60px;
    background-color: transparent;
    width: 200px;
    height: 110px;
    border-radius: 0;
    overflow: hidden;
    transform-origin: 100px 100px;
  }

  .itachi-eye > .inner-eye > .tag-container > .tag::after {
    border-left: 50px solid black;
    top: 1px;
    left: 82px;
    width: 300px;
    height: 160px;
  }

  .itachi-eye > .inner-eye > .tag-container:nth-child(1) {
    transform: rotate(-30deg);
  }

  .itachi-eye > .inner-eye > .tag-container:nth-child(2) {
    transform: rotate(90deg);
  }

  .itachi-eye > .inner-eye > .tag-container:nth-child(3) {
    transform: rotate(210deg);
  }



.header1 {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.welcome {
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.welcome>p {
    font-size: 32px;
    margin-bottom: 20px;
    opacity: 0.8;
    -webkit-animation: dropIn 1s linear;
    animation: dropIn 1s linear;
    font-family: fangsong;
}

.scroll-down-tips {
    position: absolute;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5%;
    color: #dcdcdc;
    cursor: pointer;
}
.scroll-down-tips>.fa {
    font-size: 18px;
    color: #000;
    -webkit-animation: upDown 2s infinite;
    animation: upDown 2s infinite;
}
@-webkit-keyframes upDown {
    0% {
        color: #000000;
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    50%{
        color: #c08c1b;
    }
    100% {
        color: #ffffff;
        -webkit-transform: translate3d(0, 8px, 0);
        opacity: 0;
    }
}
@keyframes upDown {
    0% {
        color: #000000;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    50%{
        color: #c08c1b;
    }
    100% {
        color: #ffffff;
        transform: translate3d(0, 8px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0)
    }
    100% {
        opacity: 0.8;
        -webkit-transform: translate3d(0, 0, 0)
    }
}
@keyframes dropIn {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
    100% {
        opacity: 0.8;
        transform: translate3d(0, 0, 0)
    }
}

.body10 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./img/bg.jpg);
    background-size: cover;
  }
  #main {
      
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #click-section {
    width: 35%;
    height: 100%;
    padding: 20px 0;
    position: relative;
  }

  #drawerboxes {
    margin-left: 10%;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  #drawerboxes::before {
    content: "";
    width: 8px;
    height: 94%;
    position: absolute;
    left: -10px;
    top: 3%;
    z-index: 120;
  }

  .drawerbox {
    height: calc(100% / 5.5);
    width: 70%;
    position: relative;
    z-index: 100;
    transform: translateX(-70%);
    transition: transform .5s ease-in-out;
  }

  .drawerbox.active1 {
    transform: translateX(0);
  }
  
  .drawer-btn {
    width: 100%;
    height: 100%;
    font: 800 30px '';
    background-color: rgb(175, 190, 255);
    border: none;
    transition: background-color .5s ease-in-out;
    color: #ffffff00;
  }

  .drawer-btn.active1 {
    background-image: url(./Resource/Home/bg.jpg);
    background-size: cover;
    color: rgb(70, 100, 180);
  }

  .drawer-btn:hover {
    cursor: pointer;
  }

  .drawer-head {
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 200px;
    font-weight: 700;
    right: -38px;
    top: calc(50% - 135px);
    text-shadow: 2px -1px 8px rgba(250, 80, 193, 0.323);
  }

  #slide-section {
    position: relative;
    height: 100%;
    width: 65%;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    background: linear-gradient(to right bottom,
        rgba(255, 255, 255, .6),
        rgba(255, 255, 255, .3),
        rgba(255, 255, 255, .2));
    backdrop-filter: blur(11px);
  }

  #slide-bar {
    position: absolute;
    top: 10%;
    left: 40px;
    height: 80%;
    width: 1px;
    background-color: rgb(223, 223, 223);
  }

  #bar {
    position: absolute;
    height: calc(100% / 4);
    width: 5px;
    top: 0;
    left: -1.2px;
    background-color: rgb(175, 190, 255);
    transition: transform .5s ease-in-out;
  }

  #card-section {
    height: 100%;
    width: 80%;
    overflow: hidden;
  }
  .card2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    color: white;
    font-size: 30px;
    transition: transform .5s ease-in-out;
  }

  .card-small-title {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: min(5%, 10px);
    color: rgb(70, 100, 180);
  }

  .card-title {
    font-size: 80px;
    font-weight: 700;
    padding-bottom: min(20%, 40px);
    color: rgb(70, 100, 180);
  }

  .card-content {
    font-size: 24px;
    font-weight: 400;
    color: rgb(94, 123, 255);
    margin-bottom: 60px;
  }

  .card-img {
    display: flex;
    overflow: hidden;
  }

  .card-img img {
    width: 100%;
  }

  .shell8 {
    width: 330px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: 0 0 2rem #babbbc;
    animation: show-shell 0.5s forwards ease-in-out;
}
@keyframes show-shell {
    0% {
        width: 0;
    }
}
.photo,
.content1 {
    box-sizing: border-box;
}
.photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fafafa;
    background-color: #fafafa;
    margin-left: -50px;
    box-shadow: 0 0 0.5rem #babbbc;
    animation: rotate-photo 0.5s forwards ease-in-out;
}
@keyframes rotate-photo {
    100% {
        transform: rotate(-360deg);
    }
}
.photo img {
    width: 100%;
}
.content1 {
    padding: 10px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.content1::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 150px;
    left: 0;
    top: -20px;
    z-index: -1;
    transform: rotate(-8deg);
    background-image: linear-gradient(to top, #6866ee 0%, #fbc8d4 100%);
}
.content1 .text1 {
    margin-left: 50px;
}
.content1 .text1 h3,
.content1 .text1 h6 {
    font-weight: normal;
    margin: 3px 0;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.content1 .btn {
    background-color: rgb(106, 106, 245);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 25px;
    top: 25px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.3s;
    animation: pop-btn 0.3s both ease-in-out 0.5s;
}
@keyframes pop-btn {
    0% {
        transform: scale(0);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
.content1 .btn:hover {
    box-shadow: 0 0 0 5px rgba(170, 187, 204, 0.5);
}
.content1 .btn span {
    width: 60%;
    height: 2px;
    position: absolute;
    background-color: white;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    animation: to-hamburger 0.3s forwards ease-in-out;
}
.content1 .btn span::before,
.content1 .btn span::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: white;
    transition-duration: 0.3s;
    transform: rotate(0deg);
    right: 0;
}
.content1 .btn span::before {
    margin-top: -7px;
}
.content1 .btn span::after {
    margin-top: 7px;
}
.content1 .btn.active2 span {
    animation: to-arrow 0.3s forwards ease-in-out;
}
.content1 .btn.active2 span::before,.content1 .btn.active2 span::after {
    width: 60%;
    right: -1px;
}
.content1 .btn.active2 span::after {
    transform: rotate(-45deg);
}
@keyframes to-hamburger {
    from {
        transform: translateY(-50%) rotate(-180deg);
    }
}
@keyframes to-arrow {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(180deg);
    }
}
.box2 {
    opacity: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    right: -30%;
    transform: translate(-50%, -50%);
    transition-duration: 0.3s;
    box-shadow: 0 0 10px #fff;
    border: 5px #fff solid;
}
.box2::after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(./Resource/Home/4.gif);
    background-size: cover;
    opacity: .7;
    border-radius: 50%;
}
.box2 a {
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ececec;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 18px;
    top: calc(60px - 50px/2);
    box-shadow: 0 0 10px #fff;
    color: rgb(106, 106, 245);
    background-color: #fff;
    transition-duration: 0.3s;
    left: 90px;
}
.box2 a img{
    justify-content: center;
    margin-top: 8px;
    width: 40px;
    height: 40px;
} 
.box2 a:hover {
    transition-delay: initial !important;
    box-shadow: 0 0 0 5px #babbbc;
    background-color: rgb(106, 106, 245);
    color: #fff;
}
.box2.open {
    opacity: 1;
}