.welcome-page{width:100vw;height:100vh;overflow-y:hidden;background-image:radial-gradient(circle at center,rgba(64,139,20,.3),rgba(4,86,18,.9))}.welcome-page .container{width:70%;margin:0 auto;padding:1% 20px 0 20px}.welcome-page h1{text-align:center;color:#fff;margin-bottom:36px;font-size:40px;line-height:1.2;height:76px}.welcome-page .content{width:1150px}.welcome-page .content,.welcome-page .content2{margin:0 auto;display:flex;gap:0;justify-content:space-evenly}.welcome-page .content2{width:1450px}.welcome-page .left-image{width:500px;height:600px}.welcome-page .left-image img{width:500px;height:600px;border-radius:5px}.welcome-page .function-modules{height:600px;width:600px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px}.welcome-page .function-modules2{height:600px;width:900px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px}.welcome-page .module{background-color:rgba(231,244,238,.4);border-radius:5px;padding:20px;text-align:center;transition:all .3s ease;display:flex;justify-content:space-evenly;flex-direction:column;cursor:pointer}.welcome-page .module:hover{background-color:rgba(231,244,238,.8);transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.welcome-page .module .module-icon{width:150px}.welcome-page .module .module-text{font-size:20px;color:#333}.welcome-page .bottom-image{width:100%;height:200px;margin-top:20px;text-align:center}.welcome-page .bottom-image img{width:100%;max-width:800px;border-radius:5px}