@charset 'utf-8';

.download_page{padding: 30px 0;}
.download_page .download_title{margin-bottom: 30px;}
.download_page .download_title h3{font-size: 18px; line-height: 32px;}
.download_page .download_list{border: solid #b4c8ea 1px; border-radius: 8px; padding: 20px 35px; margin-bottom: 30px;}
.download_page .download_list::after{content: ''; display: table; clear: both;}
.download_page .download_list .list{width: 30%; float: left; text-align: center; line-height: 46px; background: #b0c4e9; color: #fff; border-radius: 6px; cursor: pointer; margin: 0 5% 30px 0;}
.download_page .download_list .list.checked{background: #2051a6;}
.download_page .download_list .list:nth-child(3n){margin-right: 0;}
.download_page .download_button .submit{width: 150px; height: 38px; background: #2051a6; color: #fff; border-radius: 6px;}
.download_page .search_results{margin-top: 60px; display: none;}
.download_page .search_results.show{display: block;}
.download_page .search_results .results_title{margin-bottom: 30px;}
.download_page .search_results .results_title h3{font-size: 18px; line-height: 32px; color: #5ea2fc;}
.download_page .search_results .results_table table{width: 100%;}
.download_page .search_results .results_table td{font-size: 16px; padding: 10px;}
.download_page .search_results .results_table thead td{height: 80px; background: #2051a0; color: #fff;}
.download_page .search_results .results_table tbody td{height: 60px;}
.download_page .search_results .results_table tbody td a{display: inline-block; background: #3674ce; color: #fff; line-height: 36px; padding: 0 20px; border-radius: 5px; margin: 0 6px;}

