@charset "utf-8";
/*通用*/
.index-title{width: 100%;margin: 2rem auto; text-align: center;font-size: 1.275rem;font-weight: 600;color: #333;}
.index-k{width: 100vw;display: flex;flex-direction: column;align-items: center;margin: 3vh 0;}
.index-content{margin: 1.25rem 0;width: 80vw;background: #f1f1f1;border-radius: .5rem;padding: 10px;box-shadow: 0 0 1.25rem .25rem rgb(0 0 0 / 15%);transition: all .35s linear;}
.index-content:hover{box-shadow: 0 0 1.25rem .25rem rgb(0 0 0 / 35%);transform: scale(1.005);}
.index-content img{width: 100%;margin: 0 auto;border-radius: .35rem;}
.index-content .title,.index-content .title h4{width: 100%;margin: 2rem auto; text-align: center;font-size: 1.2rem;font-weight: 600;color: #333;}
.index-k .content{width: 80vw; margin: .85vh auto;}
.index-k .content img{width: 100%;}
.header .logo_green{filter: brightness(0)!important;}