.system-card{width:480px;height:254px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:8px;background-color:#fff;padding:0 40px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.system-card:hover{-webkit-box-shadow:0 4px 16px 0 rgba(32,32,32,.16);box-shadow:0 4px 16px 0 rgba(32,32,32,.16)}.system-card .title{font-size:24px;font-weight:500;margin-top:54px}.system-card .content{font-size:14px;font-weight:400;color:rgba(32,32,32,.6);margin-top:24px}.system-card .btns{margin-top:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.system-card .bg-img{position:absolute;width:280px;height:116px;right:0;top:-14px}