/* 帮助文档 */
.jumbotron .form-control{border-radius:100rem;}
.jumbotron .form-control-lg{padding:2rem;}
.help-search{width:100%;}
.help-card{display:block;transition: all .2s ease-out;background:#fff;border-radius:6px;padding:70px 0;text-align:center;margin-bottom:30px;}
.help-card:hover{transition: all .4s ease-out;transform: translateY(-10px);box-shadow:0px 5px 20px 0px rgba(223,233,245,1);}
.help-card img{width:100px;height:100px;margin-bottom:10px;}
.help-card p{margin-bottom:0;}
@media (min-width:1280px){
    .help-search{width:75%;}
    .help-list-li{flex-direction:row;flex-wrap:wrap;}
    .help-list-li .list-group-item-action{width:50%;}
}