[data-type=cSelect] {
width:360px;
height:60px;
position:relative;
display:inline-block;
background:#fff url(arrow.png) no-repeat 95% center;
line-height:60px;
border:1px solid #b3b3b3;
border-radius:4px;
color:#000;
box-sizing:border-box
}
[data-type=cSelect]>select {
width:100%;
height:100%;
min-height:100%;
position:absolute;
top:0;
right:0;
opacity:0;
zoom:1;
z-index:1;
cursor:pointer
}
[data-type=cSelect]>div {
padding:0 45px 0 10px;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden
}
