/* 下拉选择 */
.ZJselectBox{width:100%; height: 45px; position: relative;font-size:14px !important;}
.ZJselectBoxRbottom{border-right:1px solid #e5e5e5;}
.ZJselectTxt{position: relative; line-height: 45px; color: #666; padding-left: 15px; }
.ZJselectTxt .ZJselectTxtSpan{color: #777;  }
.ZJselectTxt i.icon{ display: block; width: 25px;height: 45px; position: absolute; right: 0;top: 0;background: url('zjdown.png') no-repeat center;z-index: 2;cursor: pointer; }
.ZJselectTxt i.iconOn{background-image: url('zjup.png');}

 .ZJselectBox .ZJselectUl{position: absolute; display: none; width: 100%; z-index: 4; top:100%;left: 0; background: #fff; }
 .ZJselectBox .ZJselectUl .ZJselectUlBox{max-height: 122px;overflow-y:auto; border:1px solid #ccc;}
 .ZJselectBox .ZJselectUl ul li{font-size: 14px;float: none; height: 40px; line-height: 40px; background: #fff; padding: 0;margin: 0;padding-left: 15px;border-bottom: 1px solid #f9f9f9; -webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s; cursor: pointer;
}
.ZJselectBox .ZJselectUl ul li:hover{background: #f0f0f0;}



/* 自行修改 */
.ZJselectBox{height: 40px;}
.ZJselectTxt{line-height:40px;}
.ZJselectTxt i.icon{line-height:40px;height:40px;}
/* 自行修改 */
