

body{
    background-color: white;
    font-size: 1.25rem;
    font-family: "宋体";
    overflow: hidden;
}

.选择框{
    background-color: rgba(255, 255, 255, 0);
    height: 3rem;
    border-radius:1rem;
    position: fixed;
    z-index: 2;
    width: 90%;
    margin-top: 2rem;
    margin-left: 5%;
    animation:选择框入场 1s ease-in-out;
    transition: all 0.5s  0.1s ease-out;
    backdrop-filter: blur(0px);
    overflow: hidden;
}
@media (max-width: 1000px){
    .选择框{
        background-color: rgba(255, 255, 255, 0.5);
        height: 2rem;
        border-radius:1rem;
    }
}

.选择框:hover{
    background-color: rgba(255, 255, 255, 0.349);
    backdrop-filter: blur(12px);
}


.选择框 ul{
    list-style:none;
    margin-left: 75%;
    margin-top: 0%;
    padding-top: 0.75%;
}

@media (max-width: 1000px) {
    .选择框 ul{
        list-style:none;
        margin-left: 0%;
        margin-top: 0%;
        padding-top: -0.5%;
    }
}

.选择框 li{
    display: inline;
    width: 5rem;
    margin-left: 5%;
    color: rgb(255, 255, 255);
    transition: all 0.5s  0.1s ease-out;
   
}

.选择框 li:hover{
    color: rgb(255, 123, 0);
}

a{
    text-decoration: none;
    color: inherit;
}

.背景{
    width: 102%;
    margin-left: -1%;
    height: 102vh;
    background-image: url(../../img/103811myappubuqqikbjhn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -999;
    margin-top: -1%;
    overflow: hidden;
}

@keyframes 选择框入场 {
    0%{margin-left: 50%;}
    100%{margin-left: 5%;}
}

.搜索{
    position: absolute;
    margin-left: 60%;
    margin-top: 0.57rem;
    animation: 搜索框 1s linear;
}
.搜索 input{
    height: 1.25rem;
    width: 15rem;
    background-color: rgba(255, 255, 255, 0.479);
    border:0px;
    border-radius:1rem;
    outline:none;
    color:rgb(100, 100, 100);
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: "宋体";
}
@media (max-width: 1000px){
    .搜索{
        position: absolute;
        margin-left: -100%;
        margin-top: 0.57rem;
        animation: 搜索框 1s linear;
    }
}

.Time{
    position: absolute;
    z-index: 11;
    color: rgba(255, 255, 255, 0.74);
    margin-left: 1rem;
    margin-top: 0.77rem;
}

.箭头{

    position: absolute;
    width: 8rem;
    height: 16rem;
    background-color: rgb(255, 255, 255);
    margin-top: 20%;
    margin-left: 92%;

    clip-path: polygon(0% 50%, 50% 35%, 50% 65%,50% 65%);
    transition: all 0.5s  0.1s ease-out;

    backdrop-filter: blur(0px);
    border-radius: 5%;

    color: rgba(255, 255, 255, 0);
    overflow: hidden;
}

.箭头:active{

    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.349);

}

.箭头:focus > ul{
    padding-left: 1%;
    margin-left: 0%;
}

.箭头:focus{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.507);
    color: rgb(255, 255, 255);
}
.箭头 li{
    display: inline;
    overflow: hidden;
    transition: all 0.5s  0.0s ease-out;
}
.箭头 ul{
    padding-left: 1%;
    margin-left: 100%;
    transition: all 0.1s  0.0s ease-out;
    overflow: hidden;
}
.箭头 li:hover{
    color: rgb(255, 123, 0);
}
.箭头 ul:hover{
    padding-left: 1%;
    margin-left: 0%;
}






.软件选择总栏{
    height: 50vh;
    position: absolute;
    background-color: rgba(255, 0, 0, 0);
    z-index: 1;
    width: 20%;
    margin-top: 25rem;
    overflow-x: hidden;
    margin-left: 3%;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

.软件选择子栏{
    width: 80%;
    height: 27%;
    margin-bottom: 10%;
    background-color: rgba(255, 255, 255, 0.466);
    backdrop-filter: blur(12px);
    border-radius: 30px;
    transition: all 0.5s  0.1s ease-out;
    scroll-snap-align: start;
}
.软件选择总栏::-webkit-scrollbar {
    width: 0px;
    height: 10px;
  }

  .推荐软件{
    color: white;
    position: fixed;
    z-index: 3;
    margin-top: -2.5rem;
  }

  .软件选择子栏:hover{
    width: 90%;
    height: 30%;
  }








  /*动画底部区域*/
.底部装饰{
    width: 100%;
    height: 20rem;
    background-color: greenyellow;
    position: absolute;
    margin-top: -5rem;
    margin-left: 0rem;
    border-radius: 95% 10% 25% 15%;
    transition: all 0.5s  0.1s ease-out;
    background-color: rgba(255, 255, 255, 0.493);
    animation: 底部装饰动画 5s ease-in-out infinite ;
}
.底部装饰:hover{
    border-radius: 10% 95% 25% 15%;
}

.底部装饰1{
    width: 100%;
    height: 20rem;
    background-color: greenyellow;
    position: absolute;
    margin-top: -5rem;
    margin-left: 0rem;
    border-radius: 10% 95% 25% 15%;
    transition: all 0.5s  0.1s ease-out;
    background-color: rgba(255, 255, 255, 0.493);
    animation: 底部装饰动画1 5s ease-in-out infinite ;
}
.底部装饰1:hover{
    border-radius: 95% 10% 25% 15%;
}


@keyframes 底部装饰动画{
    0%{
        border-radius: 95% 10% 25% 15%;
    }

    50%{
        border-radius: 10% 95% 25% 15%;
    }

    100%{
        border-radius: 95% 10% 25% 15%;
    }
}

@keyframes 底部装饰动画1{
    0%{
        border-radius: 10% 95% 25% 15%;
    }

    50%{
        border-radius: 95% 10% 25% 15%;
    }

    100%{
        border-radius: 10% 95% 25% 15%;
    }
}



/*新增软件选择*/
.软件点击栏{

    width: 80%;
    height: 45rem;
    position: absolute;
    margin-left: 10%;
    margin-top: 8%;
    border-radius: 2rem;
    backdrop-filter: blur(0px);
    transition: all 0.5s  0.1s ease-out;
    background-color: rgba(245, 245, 245, 0.747);
    overflow-x: hidden;
    animation: 软件加载 2s ease-in-out;
    backdrop-filter: blur(12px);

    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.24);
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    padding-top: 2%;
}

.软件点击栏 ul{
    list-style-type: none;
    padding-top: 2%;
    margin-top: 20rem;
    width: 20%;
    float: left;
    display: inline;
}

.软件点击栏 .H1{

    width: 7rem;
    height: 5rem;
    background-color: rgba(255, 255, 255, 0.822);
    margin-top: 1rem;
    border-radius: 1rem;
    transition: all 0.5s  0.1s ease-out;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.24);
    scroll-snap-align: start;
    margin-bottom: 3rem;
}

.软件点击栏 .H1:hover{
    height: 7rem;
}

.软件点击栏::-webkit-scrollbar {
    width: 0px;
    height: 10px;
  }

@keyframes 软件加载{
    0%{
        width: 0%;
        height: 0rem;
        margin-left: 50%;
        margin-top: 20%;
    }

    100%{
        width: 80%;
        height: 45rem;
        margin-left: 10%;
    margin-top: 8%;
    }
}