@charset "utf-8"; /*棣栭〉*/ .banner{ width: 100%; text-align: center; color: #fff; position: relative;} .banner img{ width: 100%; } /* store_box */ .store_box{ width: 1300px; margin: 0 auto; padding-top: 70px; padding-bottom: 160px;} .store_box h1{ font-size: 22px; color: #021E43; padding-bottom: 20px; } .store_choose{ padding-bottom:20px; width: 100%; display: flex;} .store_choose>select{ width:220px; border:1px solid #ddd; padding:10px; -webkit-appearance:none; margin-right: 20px;} .store_search{ background:#021E43; display:block; width:200px; padding:10px; color:#fff!important; text-align: center;} .store_search img{ display:inline-block; vertical-align:-2px; height:16px;} .store_choose span{ color: #666; font-size: 14px; line-height: 40px; margin-left: 20px; } .store_choose span font{ color: #000; padding-left: 3px; padding-right: 3px; } .store_map{ width: 100%; padding-top: 20px;} .store_map #allmap{ width: 60%;overflow:hidden;height:500px; } .store_result_list{ height:500px; overflow-y:auto;} .store_result_list::-webkit-scrollbar{ width:4px; background:#d9d9d9; border-radius:2px;} .store_result_list::-webkit-scrollbar-track{} .store_result_list::-webkit-scrollbar-thumb{ background:#404040; border-radius:2px;} .store_result_list>dl{ padding:20px; line-height:2; border-top:1px solid #eee; margin-top: 0; margin-bottom: 0;} .store_result_list>dl dd{ margin-left: 0; } .store_result_list>dl dd img{ width: 30px; height: 30px; float: left; } .store_result_list>dl dt{ color: #333; font-size: 16px; font-weight: bold; } .store_result_list>dl a{ color: #333; } .store_result_list>dl:hover{ background: #fafafa; }