﻿.select {
    position: relative;
    border: 1px solid #cccccc;
    behavior: url(PIE.htc);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url(../images/newDropDown.png) no-repeat center right #fff;
    background-size: contain;
    text-align: left;
}

.select.man {
    width: 101px;
    height: 33px;
    border: 1px solid #fff;
    background: url(../images/select_man.png) no-repeat center right #fff;
    background-size: 100%;
}
.select.young {
    width: 101px;
    height: 33px;
    border: 1px solid #fff;
    background: url(../images/select_young.png) no-repeat center right #fff;
    background-size: 100%;
}

.select.manW186 {
    width: 186px;
    height: 33px;
    background: url(../images/select_man_w186.png) no-repeat center right #fff;
    background-size: 100%;
}

.select.children {
    width: 101px;
    height: 33px;
    border: 1px solid #fff;
    background: url(../images/select_children.png) no-repeat center right #fff;
    background-size: 100%;
}

.select.baby {
    width: 101px;
    height: 33px;
    border: 1px solid #fff;
    background: url(../images/select_baby.png) no-repeat center right #fff;
    background-size: 100%;
}

.select.business {
    width: 150px;
    height: 33px;
    border: 1px solid #fff;
    background: url(../images/select_business.png) no-repeat left center #fff;
    background-size: cover;
}

.select-show {
    overflow: hidden;
    display: block;
    height: 33px;
    line-height: 33px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.select-show:hover {
    color: #666666;
}

.select-show.padL10 {
    padding-left: 10px;
}

.select-show.padL14 {
    padding-left: 14px;
}

.select-show.padL34 {
    padding-left: 34px;
}

.select-list {
    overflow-x: hidden;
    position: absolute;
    top: 34px;
    z-index: 99999;
    left: -1px;
    width: 100%;
    max-height: 330px;
    overflow: auto;
    border: 1px solid #e7eaee;
    behavior: url(PIE.htc);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.select-option {
    height: 33px;
    line-height: 33px;
    padding-left: 34px;
    background-color: #fff;
    white-space: nowrap;
    color: #666666;
    cursor: pointer;
}

.select-option.padL10 {
    padding-left: 10px;
}

.select-option:hover {
    background-color: #f2f2f2;
}

.select-disable {
    cursor: not-allowed;
    background-color: #f1f1f1;
}

.select-disable .select-show {
    cursor: not-allowed;
    color: #666666;
}

.select-show:active, .select-show:focus {
    background: none;
    outline: none 0;
}

.select-focus {
    z-index: 999;
}

.select.h33 .select-show {
    height: 33px;
    line-height: 33px;
    color: #a4a4a4;
}

.select.h33 .select-option {
    height: 33px;
    line-height: 33px;
    color: #a4a4a4;
}

.select.h33 .select-list {
    top: 41px;
}

.selectboxscrol {
    height: 200px;
    overflow-y: scroll;
}

.select.w195 {
    width: 195px;
}


.select-group{
    position: relative;
    background: url(../images/dropDown.png) no-repeat center right #fff;
    background-size: contain;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 10px;
    border: 1px solid #d9dcdd;
}
.select-group-show{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.select-group-title{
    font-size: 14px;
    margin-right: 12px;
    background: #f2f2f2;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;
    padding: 0 12px;
}
.select-group-title>.close{
    width: 12px;
    height: 12px;
    background: url(../images/closefilght.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 12px;
}
.select-group-list{
    position: absolute;
    top: 33px;
    z-index: 99999;
    left: 0;
    width: 100%;
    max-height: 350px;
    overflow: auto;
    border: 1px solid #d9dcdd;
    border-radius: 2px;
}
.select-group-option{
    min-height: 36px;
    padding-left: 8px;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.select-group-option .select-group-option-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 36px;
}
.select-group-option .select-group-option-item.padL20{
    padding-left: 20px;
}
.select-group-option .select-group-option-item.padL85{
    padding-left: 85px;
}
.select-group-option .select-group-option-item:hover{
    background-color: #f2f2f2;
}
.select-group-option-item p{
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.select-group-option-item input{
    margin-right: 10px;
}
.select-group-option-item .select-group-close{
    background: url(../images/arrow_right.png) no-repeat center center;
    background-size: 100% 100%;
}
.select-group-option-item .select-group-open{
    background: url(../images/optionDown.png) no-repeat center center;
    background-size: 100% 100%;
}
