/*creat by wxf 2016-06-16*/

/*门锁列表---蓝牙门锁标识*/
.lock-logo{
    position: absolute;
    right:80px;
    top:17px;
    width:18px;
    height: 25px;
    background: url("../images/blue-logo.png") no-repeat 0 0;
}

/*公共头部设置最小宽度 防止缩小窗口 页面变形*/
.toper{
    right:0;
    min-width: 1270px;
}
.container{
    min-width: 960px;
}

/*去掉选中后产生的外边框 和 虚框*/
input,select,textarea,button{
    outline: none;
}
a,img,#tlb_search{
    outline: none;
    border: none;
}
.sig-slt,#sadr_1,#sadr_2,#sadr_3,.addtarea{/*保留外边框的元素*/
    outline: none;
}

/*门锁列表 安装地址样式*/
.bsd-ki-1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bsd-ki-2 span,.bsd-ki-2 i{
    float: left;
}
.bsd-ki-2 i{
    word-break: break-all;
    word-wrap: break-word;
    width:13em;
}
.txt-p em.bsd-ki-2 span{
    background-color: #fff;
}

/*门锁详情 门锁地址样式*/
.nodedt .bb_a .bb-info{
    text-overflow:ellipsis;
}

/*选择运营商样式*/
#add_opr_longafter{
    width:252px;
    height: 29px;
    line-height: 29px;
}

/*网关图标更改*/
.bb-ico-cmt-bt,.part_1 .state-base dt{
    background: url("../images/gateway-big-logo.png") no-repeat 0 0;
}
.sidebar .menu li .m-base{
    width:29px;
    height: 34px;
    background: url("../images/gateway-small-logo.png") no-repeat center 0;
}
.sidebar .menu li.active .m-base{
    background-position: center -34px;
}

/*上传头像 提示文案*/
.applytop-sub {
    margin: 0 auto;
    position: relative;
}
.sug_hong {
    left: 50%;
    display: block;
    width: 350px;
    top: 106px;
    margin-left: 100px;
}

/*头像的 border-radius*/
.applytop-sub .applytop-div,.sidebar .user-pic .user-picn,.user-picn img,.applytop-sub .applytop-div img{
    border-radius:100%;
}

/*门锁列表 添加  已安装未移交 标识*/
.listss-2 li{
    height: 150px;
}
.addsico-yellow-2{
    position: absolute;
    bottom:5px;
    left:21px;
}

/*门锁详情、网关详情的云服务器样式更改 只显示云服务器标识文字*/
#rea_top_server{
    position: relative;
}
#rea_top_server .bb-ip{
    height: 98px;
}
.bb-info-top{
    position: absolute;
    top: 90px;
    left: 52px;
}

/*433门锁  被授权用户权限  不可点击*/
#authorized-user.wifi433 .myswitch_c_c{
    cursor: default;
}

/*授权用户  权限按钮距离*/
.addfme.addfme2{
    position: relative;
    padding-top: 6px;
    min-width: 200px;
    margin-left: -50px;
}
.addfme.addfme2 .status{
    position: absolute;
    right: -50px;
    top: 7px;
    font-size: 13px;
    color: red;
}
.addfme.addfme2 .status.gray{
    color: #bbb;
}

/*编辑被授权用户 弹窗里的  按钮提示文字样式*/
.qx-notice{
    color: #bbb;
}
.qx-notice.red{
    color: red;
}

/*加载动画*/
.ldings{
    z-index: 10000;
}

/*添加授权用户 样式*/
.bjjj_s2.bjjj_s th,.bjjj_s2.bjjj_s td{
    height: 35px;
    line-height: 35px;
}

/*头像*/
.applytop-div-wrap{
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    overflow: hidden;
    display: block;
    position: absolute;
    width: 142px;
    height: 142px;
    left: 6px;
    top: 6px;
}

#editpics_o_photo{
    position: absolute;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    overflow: hidden;
}
#uploadinput{
    width:0;
    height: 0;
    position: absolute;
    top:0;
    left: 0;
    opacity:0;
}

/*統計分析默認不顯示   防止點擊閃現*/
#menu>li[data-body='index']{
    display: none;
}

/*刪除操作、移交操作、收回操作默認隱藏---網關*/
#link_mvlock,#link_dellock,#cannel_lock,#link_mvnode,#link_delnode,#cannel_node{
    display: none;
}

/*加载动画*/
.ldings {
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,.3) url(../images/s_s.gif) no-repeat center;
    background-size: 66px 66px;
    margin: -40px 0 0 -40px;
    border-radius: 6px;
}

#forSelect1 .ani{
    transition: all 1s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    opacity: 0;
}

#forSelect1 .animov{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
}


#forSelect1 li:nth-child(1){
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
}
#forSelect1 li:nth-child(2){
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
}
#forSelect1 li:nth-child(3){
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
}
#forSelect1 li:nth-child(4){
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
}
#forSelect1 li:nth-child(5){
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
}
#forSelect1 li:nth-child(6){
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
}
#forSelect1 li:nth-child(7){
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
}
#forSelect1 li:nth-child(8){
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
}
#forSelect1 li:nth-child(9){
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
}
#forSelect1 li:nth-child(10){
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
}
#forSelect1 li:nth-child(11){
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
}
#forSelect1 li:nth-child(12){
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
}

#over,#msg{
    display: block;
    overflow: hidden;
    visibility: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    opacity: 0;
}
#over{
    background-color: rgba(0,0,0,.8);
}
#msg{
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
}

#over.ani,#msg.ani{
    opacity: 1;
    visibility: visible;
}

#msg.ani{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
}

/* 添加动态码 */
.loginmid .login_s3 .bjis_03 input {
    background: url(../images/s_58.png) 12px 8px no-repeat;
}
.ver_code{
    display: none;
}
.ver_code_img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.ver_code_img img{
    width:80px;
}
.ver_code span {
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 82px;
    bottom: 0;
    height: 32px;
    line-height: 36px;
}

/* 添加 跳转到某页面 */
.pages span.jump1{
    padding-left: 10px;
    height: 38px;
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
    zoom:1;
}
.pages input{
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 10px;
    color: #000;
    width: 3em;
}
.pages .jumpbtn{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    zoom: 1;
    margin-left: 10px;
}

/* 门锁统计 查询 导出 */
.locks_list table{}
.locks_list table th{
    font-size: 12px;
    background-color: #dcdcdc;
    height: 36px;
    line-height: 36px;
    border: 1px #000 solid;
}
.locks_list table td{
    text-align: center;
    font-size: 12px;
    color: #1f2f3e;
    height: 38px;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px #000 solid;
    line-height: 20px;
}






