/*首页－未开通*/
.page-status-bar-main.smart-no{
    background:#fff;
    color:#000;
    font-size:20px;
}

.smart .img-prev-gray{
    display: block;
    width: 40px;
    height: 100%;
    background-position: center center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-image:url(../images/back_icon.png);
} 

.smart .list-status-bar{
    position:static;
    left:0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 24px;
}

.smart .list-status-bar ul li{
    line-height:36px;
    font-size:26px;
    border-bottom:none;
}

.smart .list-status-bar ul{
    padding:0 30px;
}

.smart .list-status-bar ul li .font14{
    font-size:13px;
    line-height:19px;
    color:#000;
    font-weight:600;
    margin-top:-10px;
}

.smart .list-status-bar ul li.d-icon{
    font-size:32px;
    letter-spacing:3px;
}

.smart .boxF,.smart .boxS,.smart .boxT,.smart .overlay{
    width: 45px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 8px;
}

.smart .boxF,.smart .boxS{
    visibility: hidden;
}

.smart .boxF{
    transform: rotate(120deg);
    float: left;
    margin-left: 10px;
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
}

.smart .boxS{
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.smart .boxT{
    transform: rotate(-60deg);
    background: no-repeat 50% center;
    background-size: 125% auto;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
    text-align: center;
    line-height: 50px;
    color:#fff;
}

.smart .submit-container a{
    margin: 15px 0;
    height: 48px;
    line-height: 48px;
}

.smart .submit-container button.f90,.smart .submit-container a.f90{
    background:#f90;
}

.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;
}

.smart .submit-container button.yellow,.smart .submit-container a.yellow{
    background:#fbc717;
}

.smart .bottom-fixed .wrap.no{
    width:95%;
}

/*首页－已开通*/
.smart .smart-header{
    position: relative;
    background-color: #fff;
    padding:10px 15px;
}

.smart .smart-header .wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:22px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 14px;
}

.smart .smart-header .wrap>div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.smart .smart-header .user-mobile {
    margin-top: 7px;
}

.smart .smart-header .edit {
    margin: 6px auto 16px;
    color: #fff;
    font-size: 32px;
}

.smart .smart-header .time{
    position: absolute;
    right: 25px;
    bottom: 23px;
    z-index: 3;
    color:#fbd090;
    font-size:13px;
}

.smart .smart-header .message {
    position: absolute;
    right: 25px;
    top: 23px;
    width: 24px;
    height: 24px;
    background: url(/public/mobile_assets/images/inte/message_icon.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 3;
}

.smart .smart-header .message .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    overflow: hidden;
    background-color: red;
    position: absolute;
    right: 20%;
    top: 25%;
}

.smart .smart-header .background {
    width: 100%;
    height: 0;
    padding-top: 37%;
}

.smart .quick-nav .nav-box{
    width:33.33%;
    text-align: center;
    font-size: 12px;
    color: #555;
    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: 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.smart .quick-nav .nav-box .nav-icon{
    height:55px;
}

.smart .quick-nav .nav-box .nav-icon.key{
    height:60px;
}

.smart .service-section .h2,.smart .key-section .h2{
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    padding: 0 20px;
}

.smart .service-section{
    margin-top:15px;
}

.smart .service-desc{
    overflow: hidden;
    background:#f6f6f6;
}

.smart .service-desc>div{
    margin: 0 10px;
    font-size: 14px;
    padding:5px 0;
}

.smart .service-desc .icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.smart .service-desc .icon.address{
    background-image:url(../images/address_icon.png);
} 

/*暂无钥匙*/
.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 .shadow{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    position: fixed;
    top:0;
    left:0;
    z-index:1111;
    display: none;
}

.smart .shadow .selectkey-cont{
    min-width: 320px;
    max-width: 650px;
    width:85%;
    height:50%;
    position: fixed;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background:#fff;
    border-radius:10px;
    padding-top:5px;
}

.smart .shadow .selectkey-cont .close-btn{
    width:100%;
    height:40px;
    border-top:1px solid #ccc;
    line-height:40px;
    text-align:center;
    font-size:18px;
    position: absolute;
    bottom:0;
    left:0;
}

.smart .shadow .selectkey-cont .column-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*.column-section>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}*/

.smart .selectkey-cont h3{
    padding-left:23px;
}

.smart .selectkey-cont .key-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.smart .selectkey-cont .selectkey-box{
    padding:0 23px;
    max-height:190px;
    overflow-y:auto;
}

.smart .selectkey-cont .selectkey-box>div{
    overflow: auto;
}

.smart .check-icon{
    display: inline-block;
    width:18px;
    height:18px;
    margin-right:8px;
    border:1px solid #a1a1a1;
    border-radius:50%;
}

/*橘色勾*/
.smart .myicon-tick-checked{
    display: inline-block;
    position: relative;
    width: 20px;
    height:20px;
    border-radius: 50%;
    background-color: #f90;
    border:none;
}

.myicon-tick-checked:before, .myicon-tick-checked:after,.myicon-tick-uncheck:before,.myicon-tick-uncheck:after {
    content: '';
    pointer-events: none;
    position: absolute;
    color: white;
    border: 1px solid;
    background-color: white;
}

.myicon-tick-checked:before,.myicon-tick-uncheck:before {
    width: 1px;
    height: 1px;
    left: 20%;
    top: 53%;
    transform: skew(0deg,50deg);
}

.myicon-tick-checked:after,.myicon-tick-uncheck:after {
    width: 7px;
    height: 1px;
    left: 39%;
    top: 43%;
    transform: skew(0deg,-40deg);
}

/*我的钥匙*/
.smart .my-key .column-section{
    padding:10px 0;
    font-size:13px;
    color:#999;
}

.smart .my-key .quick-nav{
    padding:15px 0;
}

.smart .my-key .nav-icon .del{
    position: absolute;
    right: 20px;
    top:5px;
    text-align: center;
    font-size: 10px;
    background-color: #f00;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    font-weight: bold;
    z-index: 22;
    display: none;
}

.smart .fail-cont{
    min-width: 320px;
    max-width: 650px;
    width: 85%;
    height: 40%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.smart .fail-cont .f90{
    height: 55%;
    background: #f90;
    border-radius: 10px 10px 0 0;
    padding-top: 18px;
    box-sizing: border-box;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}

.smart .fail-cont .fail-icon{
    display: inline-block;
    width:155px;
    height:133px;
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-image:url(/mobile_assets/images/inte/fail_icon.png);
    position: absolute;
    top:120px;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.smart .fail-cont .bottom span{
    display: inline-block;
    font-size:13px;
}

.smart .fail-cont .bottom span.sp1{
    margin: 45px 0 5px;
}

.smart .fail-cont .bottom span.sp2{
    font-size:30px;
    font-weight:bold;
}

.smart .fail-cont .close-btn{
    width:40px;
    height:40px;
    line-height:40px;
    border-radius: 50%;
    background:#fff;
    font-weight:bold;
    color:#666;
    position: absolute;
    bottom:-85px;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-image:url(/public/mobile_assets/images/inte/fail_close_btn.png);
}

/*上传人脸照片*/
.smart .upload-cont{
    margin:15px;
    background:#dcdcdc;
    padding:0 45px;
    height:345px;
}

.smart .upload-cont .upload-box{
    width:100%;
    height:345px;
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-image:url(/public/mobile_assets/images/inte/upload_bg.jpg);
}

.smart .upload-cont .notes{
    font-size:14px;
    color:#999;
    text-align:center;
    margin-top:20px;
}