body{padding:0;width:100vw;height:100vh;overflow-x:hidden}body .page_index{width:100%;height:100%;background-image:url("/assets/img/indexBg.png");background-size:cover;background-position:center;box-sizing:border-box;position:relative;display:flex;flex-direction:column;justify-content:center}body .page_index .logo{display:flex;align-items:center;justify-content:center}body .page_index .logo .pic{width:200px;height:150px;background-size:contain;background-position:center;background-repeat:no-repeat}body .page_index .itemList{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:40px;padding:0 20px}body .page_index .itemList .item{width:100%;max-width:680px;height:340px;background-size:contain;background-position:center;background-repeat:no-repeat;padding:40px;box-sizing:border-box}body .page_index .itemList .item .title{font-size:32px;font-weight:bold;color:#333333;line-height:1}body .page_index .itemList .item .txt{font-size:20px;color:#2698DE;line-height:32px;margin-top:8px}body .page_index .itemList .item .btn{width:160px;height:50px;background-size:contain;background-position:center;background-repeat:no-repeat;margin-top:60px;border-radius:1000px}body .page_index .copy{font-size:14px;color:#fff;line-height:1.2;position:absolute;bottom:20px;left:50%;transform:translateX(-50%);text-align:center;padding:0 10px;width:80%}body .page_index .copy a{color:#fff}body .page_index .copy a:hover{color:#2698DE}@media (max-width:768px){body .page_index{padding-top:40px}body .page_index .logo .pic{width:150px;height:110px}body .page_index .itemList{gap:20px;margin-top:30px;flex-direction:column}body .page_index .itemList .item{height:280px;padding:50px 30px}body .page_index .itemList .item .title{font-size:24px}body .page_index .itemList .item .txt{font-size:16px;line-height:24px;margin-top:6px}body .page_index .itemList .item .btn{width:140px;height:40px;margin-top:40px}body .page_index .copy{font-size:14px;bottom:15px}}@media (max-width:480px){body .page_index .itemList .item{height:220px;padding:50px 20px}body .page_index .itemList .item .title{font-size:20px}body .page_index .itemList .item .txt{font-size:14px;line-height:20px}body .page_index .itemList .item .btn{width:120px;height:36px;margin-top:30px}body .page_index .copy{font-size:14px;bottom:10px}}/*# sourceMappingURL=./index.css.map */