/* 本页头部标题高亮 */
body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .nav .HomeTop a {
    color: #fff;
    font-weight: 700;
}


/* 主体内容 */
.HomeS {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    
    
}

.container {
    
    width: 80%;
    
    
    
}
/* piece1 */
.piece1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 1920px;
    height: 960px; */
    width: 100%;
    height: 100%;
    
    
}
section .piece1 img{
    width: 100%;
}

section .piece1 .title {
    width: 80%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;    
    padding: 1.3rem 3rem;    
    top: 12%;
    border-radius: 0.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(20px); 
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(10px);
        
}
.title-text{
    font-family: "Source Han Sans SC", "Source Han Sans SC";
    font-weight: 600;
    color: #fff; 
    font-size: 1.4rem;
    letter-spacing: 0.1rem;

}



/* piece2 */

section .piece2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;    
    overflow: hidden;   
    
}
section .piece2 .title1 {
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 2rem;
    font-family: "Source Han Sans SC", "Source Han Sans SC";
    font-weight: 700;
    font-size: 2.5rem;
    color: #121212;
    text-align: center;
}


section .piece2 .Get {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 7rem;    
    background:transparent;
    border-radius: 2rem;
    border: 1px solid rgba(109, 110, 118, 1);
    margin: 1rem 0;   

}

section .piece2 .Get a{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
}

section .piece2 .Get1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;    
    margin-left: 2rem;
    background-color: #fff;
    
}

section .piece2 .Get1 span{    
    width: 4rem;
    height: 4rem;
    color: transparent;
    margin-right: 1.5rem;
}

.piece2 .Get1 span img{
    width: 100%;
    vertical-align: middle;
}

section .piece2 .Get1 h3{
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #121212;    
    text-align: left;
    font-style: normal;
    
}

.Get2{
    display: flex;
    align-items: center;
    width: 30px;
    height: 64px;
    margin-right: 2rem;
    font-size: 2.3rem;
    color: black;

}
section .piece2 .Gra {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 7rem;    
    background:transparent;
    border-radius: 2rem;
    border: 1px solid rgba(109, 110, 118, 1);
    margin: 1rem 0 3rem 0;


}
section .piece2 .Gra a{
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 14.44rem;
    border-radius: 1.5625rem;
    
}

section .piece2 .ribbon-top {
    
    width: 30%;
    height: 1rem;
    background-color: #582DAB;
    margin-right: 70%;
}

section .piece2 .ribbon-down {
    width: 50%;
    height: 1rem;
    background-color: #FDD050;
    margin-left: 62%;
}

/* piece3 */

.piece3 {
    display: flex;
    flex-direction: column;   
    align-items: center;
    position: relative;
    width: 100%;        
    background-color:#FBF6EA;
}

.piece3 .title2{
    font-family: "Source Han Sans SC", "Source Han Sans SC";
    font-weight: bold;
    font-size: 2rem;
    color: #121212;
    text-align: center;
    margin-top: 5rem;
    letter-spacing: 0.1rem;
}

 .piece3 .pic-home{
    width: 70%;    
    margin-top: 3rem;
    margin-bottom: 5rem;    
    display: flex;
    flex-direction: column;
    align-items: center;
}

section .pic-home ul{
    display: flex;
    align-items: center;
}

.pic-home-img{
    width: 100%;
}

section .pic-home img{
    width: 95%;
    
    object-fit: cover; 
}



section .piece3 .show-home {
    margin-top: -1.1rem;
    width: 80%;
    padding: 0.7rem;
    background: #FFD050;
    border-radius: 1.25rem;
}



section .show-home li{
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* width: 14.75rem; */
    /* height: 8.5rem; */
    
    
}
.show-home-ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding-bottom: 0.3rem;
}

.show-home-li{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    
}
.show-home-li-big{
    font-size: 2.3rem;
    font-weight: 700;    
}
.show-home-li-smal{
    font-size: 1rem;    
    
}




/* 底部 */
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
    background: #23213D;
}

footer .footer {
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 100%;
    height: 3rem;
    
    
}
footer .footer .footer-M{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    height: 3rem;
    
}

