@charset "utf-8";

/*企业监控*/
.comsearch{margin:15px 0; padding-bottom:15px; border-bottom:1px solid #f1f1f1}
.comsearch input[type="text"]{border-top-left-radius: 5px; border-bottom-left-radius:5px; border:1px solid #dedede; width:75%; line-height:40px; padding-left:6px; float:left; border-right:0;}
.comsearch input[type="submit"]{background-color: #ffa200; line-height:42px; float:left; width:22.9%; color:#fff;}
/*没有监控企业*/
.nocom{border: 1px solid #eaeaea;border-radius: 8px;width:92%;margin: 0 auto;}
.nocom .tit{text-align: center;line-height: 53px;font-size: 18px;font-weight: 700;border-bottom: 1px solid #eaeaea; color:#333;}
.nocom ul{padding:15px;}
.nocom ul li{margin-bottom:15px;}
.nocom ul .tit-1{font-size:16px; color:#333; font-weight:600; padding-left:18px; margin-bottom:10px; background: url("https://img.in-en.com/resfile/mobile/ztb/img/nocom-li-bg.gif") no-repeat left center; background-size:10px;}
.nocom ul p{padding-left:18px; font-size:15px;}
.addBtn a{display: block; background: #0072ff; color:#fff; font-size: 16px; text-align: center; width: 92%; margin: 15px auto; border-radius: 5px; line-height: 42px;}
/*搜索结果*/
.searchlist .list{position: relative;}
.jk{position: absolute;right:0;top:10px;background: #0072ff url("https://img.in-en.com/resfile/mobile/ztb/img/wjk.png") no-repeat 18px center;color:#fff;font-size: 13px;border-top-left-radius: 30px;border-bottom-left-radius: 26px;line-height: 26px;width: 39px;/* text-align: center; */background-size: 10px;padding-left: 34px;}
.on{background-color: #ececec;background-image:url("https://img.in-en.com/resfile/mobile/ztb/img/yjk.png");color: #848484;background-position: 14px;padding-left: 28px;width: 46px;}
.list-tit{width: 80%;}
.sl-tit{margin-left:4%; font-size:15px; margin-bottom:10px; border-left:4px solid #0072ff; line-height:15px; padding-left:6px; color:#666;}
/*取消监控弹窗*/
.tan{position: fixed; width:100%; height: 100%; background-color: rgba(0,0,0,.3); top:0; left:0;}
.tanbox{width: 70%;background-color: #fff;left: 15%;/* margin-left: -35%; */top:30%;border-radius: 20px; position:absolute;}
.tanbox p{line-height: 100px; text-align:center; font-size:16px; color:#333;}
.tanbtn{border-top:1px solid #e4e4e4;}
.tanbtn a{line-height: 50px;display: inline-block;width: 49%;text-align: center;font-size: 15px;color:#333;}
.confirm{border-right:1px solid #e4e4e4;}
.tanbtn .cancel{color:#3a92ff;}