/*选择小区*/
.smart .choice-plot-desc .head{
    background:#eee;
    padding:15px;
}

.smart .input-container{
    margin-bottom:0;
}

.smart .input-container input {
    height:35px;
    line-height: 35px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius:25px;
    outline: 0;
    font-size:13px;
}

.smart .input-container .input-icon.search {
    background-image: url(../images/search_icon.png);
}

.smart .input-container .input-icon {
    padding-left: 40px;
    background-size: 17px 17px;
    background-position: 11px center;
    background-repeat: no-repeat;
}

.smart .choice-plot-desc .column-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding:20px 15px;
    position: relative;
}

.smart .choice-plot-desc .column-section:last-of-type {
    border-bottom-color:#eee;
}

.smart .choice-plot-desc .link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
}

.smart .choice-plot-desc .column-section span{
    text-align:left;
    font-size:12px;
}

.smart .choice-plot-desc .column-section span.sp1{
    font-size:14px;
    margin-bottom:5px;
}

/*当前选择*/
body.bg-gray,html.bg-gray{
    background:#eee;
}

.smart .choice-plot-desc.now .head{
    color:#666;
    padding:20px 15px;
    font-size:15px;
}

.smart .choice-plot-desc.now .column-section{
    background:#fff;
}

/*授权管理*/
.smart .empower-manage .column-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: inherit;
}

.smart .empower-manage .column-section>div,.smart .open-record .column-section>div.infor{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.smart .empower-manage .column-section .sp2{
    color:#999;
}

.smart .empower-manage .column-section .time{
    font-size:13px;
    line-height:18px;
    color:#999;
}

/*暂无钥匙*/
.smart .key-empty {
    text-align: center;
    margin-top: 50px;
    color: #999;
    font-size: 16px;
}  

.smart .key-empty img {
    height: 75px;
} 

.smart .key-empty p {
    margin-top: 15px;
}

/*开门记录*/
.smart .open-record .pic{
    width: 120px;
    height: 75px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit
}

.smart .open-record .pic img{
    width:100%;
    height:100%;
}

.smart .open-record .column-section{
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

.smart .open-record .column-section>div.infor{
    justify-content: center;
}

.smart .open-record .column-section span{
    margin-bottom:5px;
}

.smart .open-record .column-section span.sp1{
    font-size:16px;
    margin-bottom:10px;
}

.smart .open-record .column-section span.sp3{
    color:#999;
    font-size:13px;
}

.smart .open-record .label-act{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 12px;
    border-bottom: 1px solid #efefef;
    height: 20px;
    line-height: 20px;
    background: #eee;
    color:#999;
    font-size:14px;
}

.smart .open-record .label-act .title {
    margin-left: 0;
}

.smart .open-record .label-act .right {
    text-align: right;
    max-width: 250px;
}

.smart .open-record .label-act .option {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 26px;
}