﻿/***** 输入框（无边框悬停状态） *****/
.uew-select .uew-select-value {
    height: 3.2rem;
    padding: 0 0.5rem;
    margin-top: 0;
    margin-bottom: 1.2rem;
    line-height: 3.2rem;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    color: #000;
    resize: none;
    border-width: 0.1rem;
    border-style: solid;
    border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
}

    .uew-border-flag, .uew-border-flag, textarea.uew-border-flag, .uew-select .uew-select-value.uew-border-flag {
        border-width: 0.1rem;
        border-style: solid;
        border-color: #bababa #e9e9e9 #e9e9e9 #bababa;
    }
/***** 下拉框 *****/
.uew-select {
    position: relative;
}

    .uew-select .uew-select-value {
        z-index: 1;
        position: relative;
        padding-right: 2rem;
        background: #fff;
        font-size: 1.2rem;
        text-indent: 0.5rem;
        _background: none;
        _border: none;
    }

.uew-select-value em {
    font-style: normal;
}

.uew-select .uew-icon {
    position: absolute;
    right: 0.5rem;
    top: 1rem;
}

.uew-select select {
    z-index: 2;
    position: absolute;
    top: 0.3rem;
    _top: 0.6rem;
    cursor: pointer;
    height: 2.8rem;
}
/***** 去除聚焦虚线框 *****/
a:focus, input[type=checkbox]:focus, input[type=radio]:focus, button:focus, select {
    outline: none;
}

/*----------------------------------*
 * 	组件公用图标库         				*
 *----------------------------------*/
.uew-icon, .ue-state-default .uew-icon {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../../images/Web/uew_icon.png);
}

.ue-state-hover .uew-icon {
    background-image: url(../../images/Web/uew_icon_hover.png);
}

.uew-icon-triangle-1-s {
    background-position: -80px 0;
}

.vocation, .usercity {
    float: left;
}

.cityleft {
    float: left;
    padding-right: 1rem;
    _padding-right: 1.5rem;
}

.cityright {
    float: left;
}

/******************************************公共下拉框样式[start=>****************************************/

.list-inline > li {
    display: inline-flex;
    width: 400px;
    text-align: left;
    margin: 5px 0;
    height: 30px;
    line-height: 30px;
}

    .list-inline > li > label {
        width: 20%;
        min-width: 160px;
        float: left;
    }

    .list-inline > li > span {
        width: 20%;
        min-width: 160px;
        float: left;
    }
/*下拉框外层DIV的样式*/
.selectNew {
    width: 80%;
    float: left;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    border: none;
    text-align: left;
    vertical-align: top;
    cursor: pointer;
    padding: 0;
    line-height: 3rem;
}
    /*输入框的样式(包含下拉箭头)*/
    .selectNew input {
        padding: 1px 0px 1px 5px;
        /*height: 32px;*/
        height: 2rem;
        width: 14.5rem;
        zoom: 1;
        background: url(../../images/Arrow.png) no-repeat;
        margin: 0px;
        /*line-height: 32px;*/
        line-height: 2rem;
        border: 1px solid #d2d2d2;
        border: 0.1rem solid #d2d2d2;
        cursor: pointer;
        background-position: 96%;
    }
    /*列表样式*/
    .selectNew ul {
        display: none;
        position: absolute;
        z-index: 9999;
        left: -0.1rem;
        width: 100%;
        min-width: 32px;
        min-height: 2.5rem;
        _height: 32px;
        _height: 2.5rem;
        border: 1px solid #c6c6c6;
        background: #f5f8fa;
        line-height: 32px;
        line-height: 2.5rem;
        margin: 0px;
        padding: 0px;
        border-spacing: 0.2rem;
        border-color: #c6c6c6;
        border-collapse: collapse;
        border-spacing: 0;
        overflow: auto;
        overflow-x: hidden;
        max-height: 120px !important;
        max-height: 10rem !important;
    }
    /*列表项样式*/
    .selectNew li {
        margin-bottom: 0;
        display: block;
        padding: 0 0.5rem;
        zoom: 1;
        z-index: 9999;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
        /*列表项鼠标经过样式*/
        .selectNew li:hover {
            /*background: #76A0C4;*/
            background: #e9ecf3;
            color: #06C1AE;
        }
/*列表选中样式*/
.selected {
    /*background: #76A0C4;*/
    color: #fff;
    background: #06c1ae;
}

/*控件之间的间距*/
.selectmargin {
    margin: 0 1.5rem 0 0.5rem;
}

/**************************************<=end]公共下拉框样式****************************************/



/* --------------------------------------弹窗选择控件---------------start------------------ */
/*控件最外层DIV*/
.PopupChoose {
}

    .PopupChoose .btnChoose {
        float: left;
    }

    .PopupChoose .divSelected {
        float: left;
    }

.PopupChoose-PopForm {
}

    .PopupChoose-PopForm .PopupChoose-ul {
        float: left;
        padding: 2rem 1rem 1rem 1rem;
    }

    .PopupChoose-PopForm li {
        float: left;
        width: 24.9%;
        padding: 0.3rem 0;
    }

    .PopupChoose-PopForm .PopupChoose-DivButton {
        clear: both;
        margin: 2rem 0 2rem 0;
        float: left;
        width: 100%;
    }

    .PopupChoose-PopForm .PopupChoose-btnOK, .PopupChoose .PopupChoose-btnCancel {
        width: 13.7rem;
        height: 3.5rem;
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        border: 0;
        -webkit-border-radius: 0.6rem;
        background-color: #6A6AA3;
        margin: 1rem 1rem 1rem 1rem;
    }

    .PopupChoose-PopForm .PopupChoose-btnCancel {
    }

    .PopupChoose-PopForm .PopupChoose-btnOK:hover, .PopupChoose .PopupChoose-btnCancel:hover {
        background-color: #7E7EAF;
    }


/* --------------------------------------弹窗选择控件---------------end------------------ */
