*{margin:0;padding:0}.box{width:100vw;height:calc(100vh - 60px);background:url("./bg.png") no-repeat center;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:16px}.box .link_box{width:65%;height:200px;border-radius:20px;overflow:hidden;display:flex;align-items:center;cursor:pointer;transition:all 0.3s}.box .link_box:hover{transform:scale(1.01)}.box .link_box .btn_box{width:30%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}.box .link_box .btn_box .btn{background:#103994;color:#fff;padding:6px 30px;border-radius:15px;text-align:center}.box .link_box .img{width:70%;height:100%;background:url("/assets/link2.png") no-repeat center;background-size:cover;display:flex;align-items:center;justify-content:center}.box .link_box .img span{color:#fff;font-size:40px}.box .link_box:first-child{margin-bottom:50px}.box .link_box:first-child .img{background:url("/assets/link1.png") no-repeat center;background-size:cover}footer{height:60px;width:100vw;background:#343538}footer .footer_a{display:flex;align-items:center;text-decoration:none;height:20px;line-height:20px}footer .footer_a p{float:left;height:20px;line-height:20px;margin:0px 0px 0px 5px;color:#939393}footer .footer_a:hover p{color:#fff}@media (min-width: 200px) and (max-width: 1000px){.box .link_box{width:80%;height:auto;display:block;border-radius:10px}.box .link_box .img{width:100%;height:150px}.box .link_box .img span{color:#fff;font-size:30px}.box .link_box .btn_box{width:100%;height:80px}.box .link_box .btn_box .btn{padding:6px 20px}}
