.message .nov{overflow: visible;}
.message .nov .input{position: relative;overflow: visible;}
.message .input i{display: inline-block;content: '';width: 24px; height: 13px;background: url(../images/down.png) no-repeat center;position: absolute; top: 50%; right: 20px;margin-top: -6.5px;z-index: 1;transition: all .3s ease 0s;}
.message .select-on i{transform: rotate(180deg);}
.message .no-select i{display: none;}
.message .input ul,.message .input li{padding: 0; margin:0 }
.message .input li{line-height: 36px; color: #b2b2b2; list-style-type: none;background: #363538; cursor: pointer;transition: all .3s ease 0s;text-indent: 20px;}
.message .input li:hover{ background-color: #302F32;color: #fff}
.message .input li:last-child{border-bottom: 0}
.message .input ul{display: none;position: absolute;left:0;top:100%;background: #fff;width: 100%;z-index: 10;box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);}
