.simulate-wrapper .major-list{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;gap:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.simulate-wrapper .major-list .item-li{width:18%;border-radius:10px;background:#fff;border:1px solid #d8e0e6;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.simulate-wrapper .major-list .item-li:hover{-webkit-box-shadow:0 3px 10px 0 rgba(39,31,31,.32);box-shadow:0 3px 10px 0 rgba(39,31,31,.32)}.simulate-wrapper .major-list .item-li .li-title{display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;color:#3972f3;font-size:20px;padding:0 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.simulate-wrapper .major-list .item-li .bottom-num{color:#333;text-align:center;line-height:24px;padding-left:10px;background:#e2e9f1;border-radius:0 0 10px 10px}