.compoment-select {
    width: 272px;
    height: 40px;
    display: inline-block;
    position: relative;
    background: #FFFFFF;
    



    background-image:url(../../assets/img/arraw_bottom.png);
    background-size: cover;
    background-size: 34px 34px;
    background-position: right top;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='./assets/img/arraw_bottom.png',
    sizingMethod='scale');
    -ms-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='./assets/img/arraw_bottom.png',
    sizingMethod='scale');
    background-repeat: no-repeat;
}

.compoment-select ul {
    width: 100%;
    height: 100px;
    overflow: scroll;
    margin-top: 15px;
    z-index: 1;
}

.compoment-select ul li {
    width: 100%;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px dashed #f0f0f0;
    padding: 0 20px 0;
    line-height: 40px;
    margin: 0;
}

.compoment-select ul li:last-child {
    border: none;
}

.compoment-option-init {
    width: 232px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: 1px solid #DCDCDC;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-right: 0;

   
}

.width33 {
    width: 22%;
    margin-right: 10px;
}

.width33 .compoment-option-init {
    width: 85px;
}

.component-ul-box{
    width: 108%;
    position: absolute;
    top: 35px;
    left: -4%;
    display: none;
    height: 123px;
    background-image:url(../../assets/img/selectbj.png);
    background-size: cover;
    background-size: 100% 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='./assets/img/selectbj.png',
    sizingMethod='scale');
    -ms-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='./assets/img/selectbj.png',
    sizingMethod='scale');
    background-repeat: no-repeat;
}

