
body {
    overflow: unset;
    background-repeat: repeat-y;
}

/*左侧*/
.im_left {
    overflow: hidden;
    position: absolute;
    top: 10%;
    left: 2.5%;
    width: 30%;
    min-height: 87%;
}

/*任务列表*/
.task_check_wrapper {
    overflow: hidden;
    padding: 15px;
    position: unset;
    border: 0px solid #1e8cea;
    background-image: url(../img/box_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    width: 100%;
    height: 280px;
    left: 0;
    top: 0;
}

.item_list::-webkit-scrollbar {
    display: none
}

.task_check_wrapper .title {
    color: #fff;
    font-weight: bolder;
    float: inherit;
}

.task_check_wrapper .title .number {
    color: #fff;
    font-weight: bolder;
    color: #019dd3;
}

.task_check_wrapper .item_list {
    margin-top: 10px;
    overflow-y: auto;
    height: 85%;
}

.task_check_wrapper .item_list .item {
    width: 100%;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    overflow: hidden;
}

.task_check_wrapper .item_list .item.odd {
    background-color: #004c81;
    color: #fff;
}

.task_check_wrapper .item_list .item.even {
    background-color: rgba(0, 0, 0, 0);
    color: #00c6ff;
}

.task_check_wrapper .item_list .item span {
    display: block;
    float: left;
    text-align: center;
    /*margin: 0 2%;*/
    width: 38%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.task_check_wrapper .item_list .item span:nth-child(2) {
    padding: 0 2%;
}

.task_check_wrapper .item_list .item .left {
    width: 30%;
}

.task_check_wrapper .item_list .item .right {
    width: 30%;
    float: right;
}

/*号码列表*/
.search_condition_wrapper {
    overflow: hidden;
    padding: 15px;
    position: unset;
    border: 0px solid #1e8cea;
    background-image: url(../img/box_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    margin-top: 17px;
}

.search_condition_wrapper .title {
    color: #fff;
    font-weight: bolder;
    width: 100%;
    position: relative;
}

.search_condition_wrapper .title span {
    float: left;
    width: 90px;
}

.search_condition_wrapper .filter_list {
    margin-top: 30px;
}

.search_condition_wrapper .filter_list .item {
    margin-top: 10px;
    overflow: hidden;
    height: 25px;
}

.search_condition_wrapper .filter_list span {
    color: #fff;
    margin-right: 25px;
}

.search_condition_wrapper .filter_list a {
    margin-right: 10px;
    color: #00c6ff;
}

.search_condition_wrapper .filter_list .search_customer {
    margin-top: 10px;
}

.search_condition_wrapper .filter_list .item .active {
    color: #fff;
}

.search_condition_wrapper .item_list {
    margin-top: 10px;
    overflow-y: auto;
    height: calc(100% - 250px);
}

.search_condition_wrapper .item_list .item {
    font-size: 17px;
    width: 100%;
    height: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.search_condition_wrapper .item_list .item.odd {
    background-color: #004c81;
    color: #fff;
}

.search_condition_wrapper .item_list .item.even {
    background-color: rgba(0, 0, 0, 0);
    color: #00c6ff;
    cursor: pointer;
}

.search_condition_wrapper .item_list .item span {
    display: block;
    float: left;
    cursor: pointer;
}

.search_condition_wrapper .item_list .item span {
    width: 25%;
    text-align: center;
}

.search_condition_wrapper .page_menu {
    width: 220px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}

.search_condition_wrapper .page_menu div {
    width: 100px;
    float: left;
    height: 25px;
    margin-right: 5px;
    line-height: 15px;
}

.im_down {
    float: right;
    width: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.im_down img {
    width: 20px;
}

/*右边栏*/
.im_right {
    overflow: auto;
    padding: 30px;
    position: absolute;
    top: 10%;
    left: 33.5%;
    width: 64%;
    border: 0px solid #1e8cea;
    background-image: url(../img/box_bg_big.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.im_top {
    text-align: center;
    overflow: hidden;
    height: 60px;
    position: relative;
}

.im_top span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.im_top div {
    float: right;
    width: 83px;
    height: 33px;
    background: rgba(15, 135, 238, 1);
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 33px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.im_jindu {
    width: 100%;
    height: 10px;
    border: 1px solid rgba(0, 160, 233, 1);
    border-radius: 6px;
    margin-top: 10px;
    transition: all 1s;
    position: relative;
}

.im_jin {
    width: 0%;
    height: 10px;
    background: linear-gradient(90deg, rgba(0, 148, 203, 1), rgba(0, 255, 240, 1));
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.im_person {
    width: 100%;
    margin: 0 auto;
}

.im_personbox {
    width: 75%;
    min-width: 600px;
    min-height: 420px;
    margin: 0 auto;
    background-image: url(../img/tracker_portrait_bg.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
    -moz-background-size: 80% auto;
    background-position: center top;
    position: relative;
    margin-top: -30px;
}

/*id*/
.attribute_wrapper {
    position: absolute;
    border: 0px solid #1e8cea;
    background-image: url(../img/box_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.attribute_wrapID {
    top: 13%;
    left: -15%;
    width: 36%;
    height: 11%;
    line-height: 50px;
    padding-left: 20px;
}

.attribute_wrapID span:nth-child(1) {
    color: #00bbf1;
    margin-right: 10px;
}

.attribute_wrapID span:nth-child(2) {
    color: #fff;
}

/*危险指数*/
.attribute_wrapdanger {
    top: 25%;
    left: -15%;
    width: 36%;
    height: 11%;
    line-height: 50px;
    padding-left: 20px;
}

.attribute_wrapdanger span:nth-child(1) {
    color: #00bbf1;
    margin-right: 10px;
}

.attribute_wrapdanger span:nth-child(2) {
    color: #ff9000;
    font-size: 25px;
    font-weight: bolder;
}

/*注册痕迹*/
.register_mark {
    top: 37%;
    left: -15%;
    width: 36%;
    height: 55%;
}

.register_mark .register_marktitle{
    color: #00bbf1;
    margin-right: 10px;
    padding-left: 20px;
    margin-top: 10px;
    display: block;
}
.register_mark i{
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 150%;
    top: 0;
}

.register_markdiv{
    display: inline-block;
    width: calc(100% - 80px);
    position: relative;
    float: left;
    margin-top: 3%;
    margin-left: 10px;
}

.register_mark .register_markkey .scale_key {
    color: yellow;
    padding-left: 20px;
    float: left;
    margin-top: 3%;
}

.register_mark .scale_process {
    height: 60%;
    display: block;
    float: left;
    border-radius: 10px;
    background: -webkit-linear-gradient(left, #d6e805, #04c2d0);
    background: -o-linear-gradient(right, #d6e805, #04c2d0);
    background: -moz-linear-gradient(right, #d6e805, #04c2d0);
    background: linear-gradient(to right, #d6e805, #04c2d0);
}

.scale_process{
    text-align: right;font-size: 14px;line-height: 20px;color: #fff;
}
.register_markkey{
    overflow: hidden;
    display: none;
}
.register_markkey{
    height: 100%;
    padding: 10% 0;
}
.register_markkeyli{
    height: 12%;
    min-height: 25px;
    overflow: hidden;
}
/*痕迹占比*/
.attribute_wrazahnbi {
    top: 13%;
    right: -15%;
    width: 36%;
    height: 33%;
}

.attribute_wrazahnbi div:nth-child(1) {
    color: #00bbf1;
    margin-right: 10px;
    display: block;
    padding-left: 10px;
    margin-top: 10px;
}

.attribute_wrazahnbi div:nth-child(2) {
    width: 100%;
    height: 95%;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*虚拟身份信息*/
.virtual_id {
    top: 47.5%;
    right: -15%;
    width: 36%;
    height: 44%;
}

.virtual_id span:nth-child(1) {
    color: #00bbf1;
    margin-right: 10px;
    display: block;
    padding-left: 10px;
    margin-top: 10px;
}
.item_list{
    height: calc(100% - 30px);
}


/*导航条*/
.im_nav{
    width:100%;
    height:34px;
    position: relative;
    background:rgba(15,135,238,0.65);
    border-radius:8px;
}
.im_navbox{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    width:100%;
    height:34px;
    border-radius:8px;
}
.im_navbox li{
    padding: 0 20px;
    height:34px;
    border-radius:7px;
    float: left;
    line-height: 34px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
}
.im_navbox .im_active{
    background:rgba(15,135,238,1);
    opacity:1;
    color: #fff;
}
/*虚拟身份信息*/
.im_title{
    width:100%;
    height:34px;
    background:rgba(14,37,57,0.7);
    border-radius:8px;
    margin-top: 15px;
    line-height: 34px;
    color: #fff;
}
.im_title span{
    float: left;
    padding: 0 10px;
    margin: 0 10px;
}
.im_title i{
    float: right;
    padding: 0 10px;
    margin: 0 10px;
    cursor: pointer;
}
.im_title a{
    float: right;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 10px;
}
.im_box{
    overflow: hidden;
    display: none;
}
.im_li{
    min-height:34px;
    background:rgba(14,37,57,0.7);
    border-radius:8px;
    padding: 20px;
    margin-top: 10px;
}
.im_lititle{
    height: 52px;
    padding: 5px auto;
    line-height: 52px;
}
.im_lititle img{
    width: 52px;
}
.im_lititle span{
    color: #fff;
    margin-left: 10px;
}
.im_lititle i {
    float: right;
    cursor: pointer;
    color: #fff;
}

.text_tj{
    display: none;
}
.im_libox{
    overflow: hidden;
    color: #fff;
    margin-top: 10px;
}

/*忘带查询*/
.chaxunList{
    color: #fff;
}
.xdli_lef h2{
    font-size: 20px;
}
.xdli_lef h3{
    font-size: 16px;
}
body .xd_li{
    padding: 0 0;
    clear: both;
    overflow: hidden;
}
body .xdli_rig {
    width: 84%;
}
body .xdli_lef {
    width: calc(17% - 20px);
    padding-right: 10px;
}

/*位置信息*/
#container{
    /*height: 500px;*/
}

.newinfo {
    background: #363F49;
    color: #A0A7B4;
    max-width: 360px;
    min-width: 200px;
    font-size: 12px;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

.newinfo li{
    color: #D3D8E0;
    overflow: hidden;
    line-height: 20px;
    padding: 2px 0;
}

.newinfo li .label{
    float: left;
    width: 26%;
}

.newinfo li .content{
    float: left;
    width: 70%;
    margin-left: 4%;
}

.newinfo .info_photo{
    border-radius: 5px;
}

.info_a{
    position: absolute;
    right: 10px;
    top: 10px;
}

.info_a img{
    width: 20px;
}

/*app信息*/
.im_appbox{
    color: #ffffff;
    overflow: hidden;
}

.im_tit{
    height: 33px;
    line-height: 33px;
    color: #04C7FF;
}

.im_applibox{
    overflow: hidden;
}

.im_applibox li{
    float: left;
    width: 45%;
    margin-right: 5%;
    border:1px solid rgba(0,160,233,1);
    border-radius:10px;
    min-height: 60px;
    overflow: hidden;
    padding: 1.5%;
    margin-top: 20px;
    min-height: 108px;
}

.im_appleft{
    float: left;
    width: 60px;
}
.im_appleft img{
    width: 52px;
    margin: 0 auto;
    display: block;
}
.im_appright{
    float: left;
    width: calc(95% - 60px);
    margin-left: 2%;
    font-size: 14px;
}
.im_appright p{

}
.im_appright div{
    margin-top: 5px;
}

.im_appliboxnew{

}

body .im_appliboxnew li{
    width: 90px;
}

.im_appliboxnew li img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}

.im_appliboxnew li p{
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}
/*盆友圈*/
.im_quan_box{
    overflow: hidden;
    color: #fff;
}
.im_quan_box li{
    overflow: hidden;
    margin-top: 10px;
}
.im_qun_lef{
    width: 60px;
    float: left;
}
.im_qun_lef img{
    width: 52px;
    display: block;
    margin: 0 auto;
}
.im_qun_rig{
    float: left;
    width: calc(98% - 60px);
    margin-left: 1%;
    font-size: 14px;
}

.im_qun_rig p{
    margin-bottom: 10px;
}
.nickname{
    height: 30px;
    font-size: 18px;
    line-height: 44px;
}

.im_qun_imgbox{
    overflow: hidden;
}

.im_qun_imgbox img{
    float: left;
    width: 21.5%;
    border-radius: 6px;
    margin-right: 3%;
    margin-bottom: 15px;
}

.btn_refresh{
    display: none;
}

.im_baifen{
    width: 100px;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: -28px;
    color: rgba(15, 135, 238, 1);
    text-align: right;
    line-height: 25px;
}

/*右键弹窗*/
.ri_proppo{
    height: 30px;
    cursor: pointer;
    background: red;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    background: -webkit-linear-gradient(left, #d6e805, #04c2d0);
    background: -o-linear-gradient(right, #d6e805, #04c2d0);
    background: -moz-linear-gradient(right, #d6e805, #04c2d0);
    background: linear-gradient(to right, #d6e805, #04c2d0);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}