.beauty-select{
    position:relative;
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
}
.beauty-select .dt {
    padding: 0 18px 0 10px;
    float: left;
    cursor: default;
    position: relative;
    border:1px solid rgba(0,0,0,.0);
}
.beauty-select .ci-right {
    font: 400 15px/15px consolas;
    height: 7px;
    overflow: hidden;
    right: 2px;
    top: 8.3px;
    transition: transform 0.1s ease-in 0s;
    position: absolute;
}
.beauty-select .ci-right s {
    position: relative;
    text-decoration: none;
    top: -7px;
}
.beauty-select .dorpdown-layer {
    background: #FFF;
    border: 1px solid #ddd;
    z-index: 9999;
    margin-left: 0;
    top:23px;
    position: absolute;
    padding: 10px 0 10px 10px;
    width: 265px;
    line-height: 24px;
    display: none;
    box-shadow:1px 2px 2px #d2d2d2;
   right:0;
}
.beauty-select .dd-spacer {
    background: #fff;
    height: 5px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    /*left: 0px;*/
    width: 83px;
    right:0px;
}
.beauty-select .item {
    float: left;
    padding: 2px 0;
    margin-right: 8px
}
.beauty-select .item a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    float: left;
    padding: 0 8px;
}
.beauty-select .item a.selected {
    background: none repeat scroll 0 0 #0372B1;
    color: #fff;
}
.beauty-select .dt:hover,.beauty-select .dt.active{
    border:1px solid #ddd;
    background: #fff;
}
.beauty-select .dt:hover + .dd.dorpdown-layer{
    display: block;
}
.beauty-select .dd.dorpdown-layer:hover{
    display: block;
}
.beauty-select:hover .ci-right {
    transform: rotate(180deg);
}



