.selectArea {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    /*border: 1px solid #e3e3e3;*/
}

.selectArea-bg {
    width: 100%;
    height:100%;
    border-radius: 4px;
    position: absolute;
    /*opacity: 0.2;*/
    background-color: rgba(255, 255, 255, 0.2);
    /*background-color:rgba(255, 255, 255, 0.2);*/
    /*background-image: url(/img/loginIcon.png);*/
    /*background-repeat:no-repeat;*/
    /*background-position: right;*/
}
.selectArea-icon {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.selectArea-con {
    color:rgba(104, 104, 104, 1);
    font-size: 15px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    overflow: hidden
}

.selectArea-con p {
    font-size: 15px;
    /*width: 100%;*/
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    text-align: left;
    /*color:rgba(255, 255, 255, 1);*/
    /*color: #666*/
}

.selectArea-con p i {
    display: inline-block;
    margin-left: 4px
}

.selectArea-select {
    color:rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 40px;
    left: -1px;
    border-radius: 4px;
    display: none;
    width: 100%;
    height: 175px;
    overflow-x: auto;
    z-index: 6;
    background-color: #fff;
    border: 1px solid #e3e3e3
}

.selectArea-select p {
    font-size: 15px;
    /*width: 100%;*/
    height: 25px;
    padding-left: 15px;
    line-height: 25px;
    color: #666;
    text-align: left;
}

.selectArea-select p i {
    display: block;
    float: right;
    margin-right: 15px;
    height: 25px
}

.selectArea-select p:hover {
    background: rgba(0, 0, 0, 0.4);
    /*background: #10c55b;*/
    color: #fff
}

.selectArea-select p:hover i {
    color: #fff
}
