body.bg-gray,html.bg-gray{
    background:#eee;
}

.smart .apply-infor-desc{
    font-size: 13px;
}

.smart .apply-infor-desc .column-section{
    padding: 10px;
    color: #000;
    line-height: 32px;
    background-color: #fff;
}

.smart .apply-infor-desc .column-section>div:first-of-type{
    color:#000;
}

.smart .apply-infor-desc .column-section>div:last-of-type {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-indent: 10px;
    text-align: left;
    ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #999;
}

.smart .apply-infor-desc .input-container {
    margin-bottom: 0;
}

.input-container {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
}

.smart .apply-infor-desc .input-container input {
    border: none;
}

.smart .apply-infor-desc .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:#fff;
}

.smart .apply-infor-desc .label-act .title{
    margin-left:0;
}

.smart .apply-infor-desc .label-act .option{
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    /*font-size:12px;*/
    margin-left: 26px;
}

.smart .apply-infor-desc .label-act .option.tr{
    text-align: right;
}

.smart .apply-infor-desc .label-act .option .photo{
    display: inline-block;
    padding:2px 10px;
    background:#cecece;
    border-radius:15px;
    color:#fff;
    margin: -5px 10px 0 0;
}

.smart .apply-infor-desc .label-act .option .photo.f90{
    background:#f90;
}


.smart .apply-infor-desc .tips{
    padding:15px 10px;
    color:#666;
    font-size:13px;
    line-height:16px;
}

.smart .submit-container a{
    margin: 15px 0;
    height: 48px;
    line-height: 48px;
}

.smart .submit-container.submit-higher{
    margin-left:10px;
    margin-right:10px;
    margin-top:0;
}

.smart .submit-container button.f90,.smart .submit-container a.f90{
    background:#f90;
}

.smart .submit-container button.yellow,.smart .submit-container a.yellow{
    background:#fbc717;
}

.smart .bottom-fixed .wrap{
    position:static;
    max-width: 750px;
    min-width: 320px;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0); 
}

.smart .submit-container button.gray,.smart .submit-container a.gray{
    background:#cecece;
    color:#fff;
}

.smart .submit-container a.gray button{
    background: none;
}

/*申请纪录*/
.smart .apply-infor-desc .label-act .right{
    text-align: right;
    max-width:250px;
}

.smart .apply-infor-desc .label-act.no{
    border-bottom:none;
}

.smart .apply-infor-desc .label-act .color9{
    color:#999;
}

.smart .apply-infor-desc .label-act.bz-box{
    height:auto;
}

.smart .apply-infor-desc .infor-cont{
    margin-bottom:10px;
}

/*添加授权*/
.smart .apply-infor-desc .label-act.add-empower .option{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left:0;
}

.smart .apply-infor-desc .label-act.add-empower .title{
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

/*编辑授权*/
.smart .apply-infor-desc.edit-empower .column-section>div:last-of-type{
    color:#000;
}

.smart .submit-container a.f90-bor{
    background:#fff;
    border:1px solid #f90;
    color:#f90;
}

.smart .submit-container a.f90-bor button{
    background:none;
    color:#f90;
}

/*layer*/
body .smart-class .layui-layer-dialog{
    border-radius:7px;
}

body .smart-class .layui-layer{
    border-radius:7px;
}

body .smart-class .layui-layer-title{
    padding: 33px 10px 0;
    height: 20px;
    line-height: 20px;
    background: none;
    font-size: 20px;
    text-align: center;
    border-bottom: none;
}
body .smart-class .layui-layer-btn{
    text-align: center;
    padding:0;
}
body .smart-class .layui-layer-btn a {
    height: 45px;
    line-height: 45px;
    margin:0; 
    padding:0; 
    border-top: 1px solid #dedede;
    border-left:none;
    border-right:none;
    border-bottom:none;
    background-color: #fff;
    color: #333;
    border-radius:0; 
    width: 49.3%;
}
body .smart-class .layui-layer-btn .layui-layer-btn0 {
    border-color:#fff;
    border-right:1px solid #dedede;
    background-color:#fff; 
    color: #000; 
    border-top: 1px solid #dedede;
    border-radius: 0 0 0 7px;
}

body .smart-class .layui-layer-btn .layui-layer-btn1{

}

body .smart-class .layui-layer-content{
    padding: 15px 72px 30px;
    line-height: 22px;
    text-align: center;
    color:#999;
}