/* .box{background-color: #f1f1f1;padding: 50px 0;margin: 0;} */
.help_search_box{background: #fff;padding: 30px;box-sizing: border-box;width: 100%;border-left: 1px solid #ccc;margin: 20px 0;}
.help_search_top{box-sizing: border-box;}
.help_search_top .select_box{margin: 0;}
/* .help_search_top .select_box input{border: 0;outline: none;}
.help_search_top .select_box .support_input{width: calc(100% - 30px);display: inline-block;}
.help_search_top .select_box .support_search{width: 20px;height: 20px;background: url('/images/search.png');background-size: cover;cursor: pointer;} */

.help_search_box .help_list{padding: 20px;box-sizing: border-box;}
.help_search_box .help_list li a{font-size: 16px;}
.help_search_box .help_list li{margin-bottom: 10px;}
.help_search_box .help_list .help_no_results{font-size: 16px;}

.showpage{font-size: 14px;margin-top: 20px;text-align: center;}

@media screen and (max-width: 768px){
    /* .box{padding: 20px 10px;} */
    .help_search_box{padding: 0px;border-left: 0;}
    .help_search_box .help_list{padding: 5px 15px;}
    .help_search_box .help_list li{margin-bottom: 5px;}
    .help_search_box .help_list li a{font-size: 14px;}
    .showpage{margin-top: 15px;}
    .help_search_box .help_list .help_no_results{font-size: 14px;}
    /* .help_search_top .select_box{margin: 0;} */
}