.main{height:100vh;width:100%}.main .main_bottom{padding:25px 0;text-align:center;background:#fff}.main .main_bottom .text{color:#07c160;font-size:22px;font-weight:700}.main .main_bottom .img{width:80px;height:80px;margin-left:10px}.title-box{display:flex;padding:10px 0 10px 0;justify-content:center;align-items:center;background:#fff}.title-box .text{color:#07c160;font-size:25px;font-weight:700}.title-box .img{width:40px;height:40px;margin-left:10px}.nav-list{display:flex;justify-content:space-between;flex-wrap:wrap;margin:10px 10px 0;background:#fff;border-radius:10px;padding:20px 10px}.nav-list .item{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px}.nav-list .item .img-wrap{width:100px;height:100px;margin-bottom:2px;border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:400% 100%;-webkit-animation:icon-skeleton 1.4s ease infinite;animation:icon-skeleton 1.4s ease infinite}.nav-list .item .img-wrap.loaded{background:none;-webkit-animation:none;animation:none}.nav-list .item .img-wrap .img{width:100px;height:100px}@-webkit-keyframes icon-skeleton{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes icon-skeleton{0%{background-position:100% 50%}to{background-position:0 50%}}.nav-list .item .text{font-size:18px}