﻿.test-page{background:#fff}.test-page .console{padding:100px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.test-page .console .item{width:260px;padding:60px 30px;background:#3e5093;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16);text-align:center;border-radius:10px;-webkit-transition:all .3s;transition:all .3s}.test-page .console .item:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px)}.test-page .console .item img{width:30%}.test-page .console .item .text{font-size:18px;color:#fff;margin-top:30px}