/*按钮列表*/
#btnlist{width: 100%; height: 280px; background: white;}
#btnlist .box{width: 100%; margin:0 auto;}
#btnlist .box a{display: inline-block; width: 33%; height: 33px; padding-top: 100px; text-align: center; font-weight: bold; font-size: 1.6rem; color:#128832; float: left; margin-top: 10px; margin-bottom: 10px; transition: 0.1s;}
#btnlist .box a:hover{padding-top: 105px;}
#btn1{background: url(../../images/v2022/ico1.png) no-repeat 50% 90%;}
#btn2{background: url(../../images/v2022/ico2.png) no-repeat 50% 90%;}
#btn3{background: url(../../images/v2022/ico3.png) no-repeat 50% 90%;}
#btn4{background: url(../../images/v2022/ico4.png) no-repeat 50% 90%;}
#btn5{background: url(../../images/v2022/ico5.png) no-repeat 50% 90%;}
#btn6{background: url(../../images/v2022/ico6.png) no-repeat 50% 90%;}

.flink{padding: 2%;}