﻿/*下拉列表*/

/*头部*/
.drl_header { position: fixed; background: #fff; border-bottom: 1px solid #ddd; line-height: 0.74rem; height: 0.74rem; width: 100%; z-index: 9999; display: table; table-layout: fixed; }
.drl_header li { position: relative; line-height: 0.74rem; font-size: 0.28rem; text-align: center; display: table-cell; padding: 0 0.2rem; padding-right: 0.5rem; background: url(../img/bottomArrow02.png) no-repeat right 0.2rem center; background-size: 0.15rem auto; }
.drl_header li:after { content: ""; position: absolute; right: -0.1rem; top: 0.25rem; width: 1px; height: 0.5rem; }
.drl_header li:last-child:after { content: none; }
.drl_header li span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.drl_header li img { width: 0.32rem; margin-left: 0.22rem; position: relative; width: 0.32rem; }
.drl_header_top { padding-top: 0.74rem; margin: 0rem; }

/*盒子*/
.drl_box { }
.drl_box .drl_item { background: #fff; position: fixed; top: 2.76rem; width: 100%; z-index: 1001; visibility: hidden; opacity: 0; transition: all 0.2s ease; }
.drl_box .drl_item.on { visibility: initial; opacity: 1; }
/*阴影层*/
.drl_box .shadow { position: fixed; bottom: 0; top: 2rem; background: #000; width: 100%; z-index: 1000; visibility: hidden; opacity: 0; transition: all 0.2s ease; }
.drl_box .shadow.on { visibility: initial; opacity: 0.4; }
/*级联列表*/
.drl_box .drl_item.list_box { display: table; table-layout: fixed; overflow: hidden; }
.drl_box .drl_item.list_box > .drl_list { display: table-cell; }
.drl_box .drl_item.list_box > .drl_list > ul { height: 6.12rem; overflow: auto; background: #eaf8ff; }
.drl_box .drl_item.list_box > .drl_list > ul > li { height: 1rem; line-height: 1rem; border-bottom: 0.02rem solid #f0f0f0; color: #777; text-align: center; font-size: 0.3rem; }
.drl_box .drl_item.list_box > .drl_list > ul > li.on { background: #fff; color: #4a9cf0; }

/*覆盖原本样式*/
.drl_box .drl_item .form-plate { max-height: 6.12rem; overflow: auto; padding-top: 0rem; }
.drl_box .drl_item .form-plate .form-item { border-bottom-width: 0.02rem; }

.enterprise_resumeManagement_list { margin: 0 0.24rem; }
.jobSearch_result_list { margin: 0 0.24rem; }
