/*集运公司选择框*/
#JYCompany_dialog { position: absolute; width: 100%; top: 50px; left: 0px; z-index: 999; box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2); background-color: var(--white); display: none }
#jy_select { }
#jy_select { padding: 20px; }
#jy_select .close { float: right; width: 26px; height: 26px; color: var(--gray9); text-align: center; font: bold 26px/26px Simsun; }
#jy_select .close:hover { text-decoration: none; color: #FFA800; }
/*mhseach 模糊查询框*/
#jy_select .mhsearch { margin-bottom: 10px; width: 60%; position: relative; }
#mh-key { border-radius: 5px; background-color: var(--bg-gray-f5); border: 1px solid var(--gray-d); font-size: 14px; padding: 5px 8px; width: 100%; outline: none; color: var(--gray6); height: 40px; line-height: 40px; }
#jyauto { box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2); padding: 10px; position: absolute; top: 32px; left: 0; z-index: 999; background-color: var(--white); display: none }
#jyauto li { height: 32px; margin: 0; white-space: nowrap; line-height: 32px; color: var(--gray3); padding: 0 10px; }
#jyauto li a { display: block; font-size: 14px; }
#jyauto li:hover, #jyauto li:hover a { background-color: var(--yellow); text-decoration: none; color: var(--white); }
#jyauto .title { margin: 5px 8px 5px; font-size: 14px; padding-bottom: 8px; border-bottom: 1px solid #dedede; color: var(--gray3); display: block; white-space: nowrap; }
#jy_select .tab_box { width: 100%; height: 33px; margin-bottom: 6px; margin-top: 0; border-bottom: 1px solid var(--gray-c); ; }
#jy_select .tab_box li { position: relative; display: inline-block; font-size: 16px; padding: 0 8px; line-height: 32px; cursor: pointer; color: var(--gray6); }
#jy_select .tab_box li:hover { background: var(--yellow); color: var(--white); }
#jy_select .tab_box li b { display: none; }
#jy_select .tab_box li span { padding: 0 8px; }
#jy_select .tab_box .on { border-bottom: 2px solid var(--yellow); margin-bottom: -2px; font-weight: bold; color: var(--yellow); }
#jy_select .tab_box .on b { position: absolute; top: 23px; left: 50%; display: block; width: 0; height: 0; margin-left: -5px; overflow: hidden; font-size: 0; line-height: 0; border-color: var(--yellow) transparent transparent transparent; border-style: solid dashed dashed dashed; border-width: 5px; }
#jy_select .jy_item, #jy_select .search_history_box {
*zoom:1; display: none; overflow: hidden; }
#jy_select .jy_item { width: 100%; }
#jy_select .jy_item a, #jy_select .search_history_box a { font-size: 14px; display: inline-block; width: 20%; height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 32px; color: var(--gray3); }
#jy_select .jy_item a:hover, #jy_select .search_history_box a:hover { text-decoration: none; color: var(--yellow); }
#jy_select .jy_item a img { width: 16px; height: 16px; /*vertical-align:middle; display:inline-block;*/ display: none; }
/*常见集运公司*/
.jy-common { font-size: 14px; background-color: var(--bg-gray-f5); }
.jy-common .li-title { display: inline-block; width: 26px; line-height: 14px; text-align: center; vertical-align: middle; color: var(--white); background-color: var(--yellow); padding: 8px 0; }
.jy-common a { display: inline-block; padding: 0 10px; vertical-align: middle; color: #323232; cursor: pointer; }
.jy-common a:hover { text-decoration: none; color: var(--yellow); }
