

/** common CSS **/
.wk-selector-fl{float:left;}
.wk-selector-fr{float:right;}
.wk-selector-clearfix{zoom:1;}
.wk-selector-clearfix:after{content:".wk-selector-";display:block;height:0;clear:both;visibility:hidden;}
.wk-selector-tl {text-align: left;}
.wk-selector-tc {text-align: center;}
.wk-selector-tr {text-align: right;}
.wk-selector-ellipsis {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.wk-selector-inblock {display: inline-block;*display:inline;*zoom:1;}
.wk-selector-dis-b {display: block;}
.wk-selector-dis-n {display: none;}
.wk-selector-focus:focus{border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}


.wk-selector-con-wrap {
    width: 1000px;
    margin: 0 auto;
}

.wk-selector-border-n {
    border: none !important;
}

.wk-selector-mgt20 {
    margin-top: 20px !important;
}

.wk-selector-mg0 {
    margin: 0 !important;
}
.wk-selector-mgl0 {
    margin-left: 0 !important;
}
/*mask*/
.wk-selector-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity = .5);
}
.wk-selector-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 600px;
    margin: -300px 0 0 -400px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
.wk-selector-popup .btn {
    display: block;
    position: absolute;
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #ddd;
    color: #fff;
    border-radius: 4px;
}
.wk-selector-popup .btn.confirm {
    top: 62px;
    right: 70px;
    background-color: #0086B3;
}
.wk-selector-popup .btn.cancel {
    top: 62px;
    right: 10px;
}
.wk-selector-popup .btn.empty {
    top: 62px;
    right: 140px;
    background-color: #fff;
    color: #666;
}
.wk-selector-popup .title {
    width: 780px;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #f8f8f8;
    float: none;
    text-align: left;
}
.wk-selector-popup .title .close {
    position: absolute;
    top: -3px;
    right: 10px;
    font-size: 26px;
    color: #888;
}
.wk-selector-popup .title .close:hover,.wk-selector-popup .select .select-item:hover {
    cursor: pointer;
    color: #333;
}
.wk-selector-popup .select {
    width: 575px;
    height: 59px;
    padding: 2px 10px 5px 20px;
}
.wk-selector-popup .select .select-item {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    margin: 5px 10px 0 0;
    border: 1px solid #ddd;
    color: #888;
}
.wk-selector-popup .select .select-item:hover {
    border-color: #FF0000;
}
.wk-selector-popup .select .select-item .close {
    font-size: 16px;
}
.wk-selector-popup .con {
    width: 800px;
    height: 493px;
    border-top: 1px solid #DDDDDD;
    overflow: auto;
}
.wk-selector-popup .con .item {
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
}
.wk-selector-popup .con .item-l {
    width: 205px;
}
.wk-selector-popup .con .item-l p {
    text-align: right;
    margin: 2px 10px 0 0 ;
    font-size: 16px;
}
.wk-selector-popup .con .item-r {
    width: 569px;
    border-left: 1px solid #ddd;
    background-color: #FFF;
    padding: 6px 0;
}
.wk-selector-popup .con .item-r li {
    float: left;
    margin-left: 12px;
    width: 255px;
    height: 26px;
    padding-left: 10px;
    line-height: 26px;
    border: 1px solid transparent;
    position: relative;
    overflow: visible;
}
.wk-selector-popup .con .item-r li .child {
    position: absolute;
    top: 26px;
    left: -178px;
    width: 625px;
    border: 1px solid #0086B3;
    z-index: 99;
    background-color: #fff;
}
.wk-selector-popup .con .item-r li .child2 {
    left: -361px;
}
.wk-selector-popup .con .item-r li .child li {
    float: left;
    margin-left: 12px;
    width: 185px;
    height: 28px;
    padding-left: 10px;
    line-height: 28px;
    border: none;
    overflow: hidden;
}
.wk-selector-popup .con .item-r li .line {
    width: 265px;
    height: 1px;
    line-height:1px;
    background-color: #fff;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 100;
}
.wk-selector-popup .con .item-r li.selected {
    border-color: #0086B3;
}