/*下拉样式*/
.ect-category-all { border-left: none; border-right: none; border-bottom: none; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 0; }
.ect-category-all img { width: 3.8em; height: 3.8em }
.ect-category-all .media .pull-left { margin-right: 0.6em }
.ect-category-all .ect-category-right { margin-top: 0.6em; }
.ect-category-all .ect-category-right h3 { font-size: 0.9rem; font-weight:400; }
.ect-category-all .ect-category-right h5 { margin-top: 0.2em; font-size: 1em; color: #888 }
.ect-category-all ul li { border-bottom: 1px solid #e3e3e3; }
.ect-category-all ul li .panel-body { padding: 0.8em; }
.ect-category-all ul li .media { position: relative; }
.ect-category-all ul li .media i { position: absolute; right: 0.5em; font-size: 1.2rem; top: 50%; margin-top: -0.48em; color: #aaa; }
.ect-category-all ul li .ect-category-child { background: #f5f5f5; padding: 0 0.8em; display: none; }
.ect-category-all ul li .ect-category-child a { display: block; padding: 0.4rem 0; border-bottom: 1px dashed #d6d6d6; font-size: 0.7rem;}
.ect-category-all ul li .ect-category-child a:last-child { border-bottom: none; }
/*点击下拉后样式*/
.ect-category-all ul li.category-select .ect-category-child { display: block; }
.ect-category-all ul li.category-select .panel-body i.fa-angle-down { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }




