/* 查询部分 */
.query-part{
    margin-top: 10px;
    margin-bottom: 10px;
 }
 .query-bg-skin{
     background-color:#30b3e7;
 } 
 .query-title{
    cursor: pointer;
    border: none;
    height: 31px;
    width: 127px;
    margin-top: 5px;
    margin-bottom: -10px;
    margin-left: 15px;
    color: white;
 }
 .query-icon-div{
     float: left;
     width: 40px;
     height: 31px;
 }
 
 .query-icon{
     background:  url(/wap/nresource/pub-pic/managePlatform/icon-wx13.png) no-repeat 22px -48px;
 }
 
 .query-content{
     float: left;
     width: 80px;
     height: 31px;
     line-height: 31px;
     padding-left: 5px;
 }
 
 .quert-mid-div{
  float: left;
  text-align: center;
  width: 20px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
 }
 
 /* 结果部分 */
 .ued-title {
     border-bottom: 1px #e5e5e5 solid;
     padding-left: 20px;
     margin-bottom: 20px;
 }
 
 .ued-title h4 {
     display: inline-block;
     height: 34px;
     line-height: 34px;
     padding: 0 15px;
     color: #9fc91a;
     font-size: 16px;
     border-bottom: 3px #6ea208 solid;
 }
 
 .balance-pwd{
     margin-left: 20px;
     border-bottom: 3px solid rgb(90, 200, 233);
     color: rgb(90, 200, 233);
 }
 
 /* 操作按钮div */
 .result-opt-btn-part{
     padding-left: 10px !important;
     padding-right: 10px !important;
 }
 .result-opt-btn-part button{
     width: 80px; 
     height: 35px;
     line-height: 30px;
     padding-left: 8px;
     margin-right: -12px;
     border-radius: 3px;
     color: rgb(92, 94, 96);
     border: 1px solid rgb(187, 203, 223);
     background-color:rgb(247, 250, 253);
 }
 .result-opt-btn-part button:hover{
     background-color: #9fc91a;
 }
 
 /* 数据内容 */
 .result-show-data{
     margin-top: 10px;
     margin-bottom: 10px;
     margin-left: 5px;
     margin-right: 5px;
 }
 /* 标题头 */
 .result-data-head{
     height: 50px;
 }
 
 .data-head-part{
     float: left;
     height: 50px;
     text-align: center;
     line-height: 50px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     padding-left:5px;
     padding-right:5px;
 }
 .data-head-part-box {
   box-sizing: border-box;
 }
 .result-data-head .data-head-part{
     height: 52px;
     line-height: 52px;
     font-weight: bold;
     border: 1px solid #ebeef5;
     background-color: #f5f7fa;
     box-sizing: border-box;
 }
 
 .result-data-body .data-head-part{
     height: 50px;
     line-height: 50px;
     border: 1px solid #ebeef5;
     background-color: #fefefe;
     margin-top: 7px;
     box-sizing: border-box;
    border-top:none;
    white-space: pre-wrap;
    line-height: normal;
 }
  .result-data-body .data-head-part ul{
    display: flex;align-items: center;
 }
  .result-data-body .data-head-part:last-child{
     white-space: normal;
 }
 /* 数据内容 */
 .result-data-body{
     margin-bottom: 5px;
 }
 .result-data-one .layui-input-block{
     margin-left: 0px;
 }
 .data-opt-div{
     height: 26px;
     line-height: 26px;
 }
 .opt-1,.opt-1 a{
     color: #ff3c00d0;
 }
 .opt-1 a:hover{
     color: #ff3c00;
     font-size: 16px;
 }
 
 .opt-2,.opt-2 a{
     color: #0047ffed;
 
 }
 .opt-2 a:hover{
     color: #0047ff;
     font-size: 16px;
 }
 
 
 
 /* 分页 */
 #paging{
     text-align: center;
 }
 
 #paging .layui-laypage-em {
     background-color: #9fc91a;
 }
 #paging .layui-laypage a:hover{
     color:#9fc91a;
 }
 #paging .layui-laypage input:focus,.layui-laypage select:focus{
     border-color:#9fc91a!important
 }
 
 /* 弹出层 */
 /* .new-window-pop{
     background: white;
     width: 580px;
     height: 640px;
     position: fixed;
     left: 56%;
     top: 48%;
     z-index: 9999;
     margin: -309px 0 0 -350px;
     border: 1px solid #c2c2c2;
     border-radius: 3px;
 } */
 .new-window-pop {
     background: #fff;
     width: 580px;
     max-height: 93%;
     overflow: hidden;
     overflow-y: auto;
     position: fixed;
     left: 0;
     top: 0;
     right:0;
     bottom:0;
     z-index: 9999;
     margin: auto;
     border-radius: 3px;
     display: none;
 }
 .new-window-pop::-webkit-scrollbar {
     width: 4px;
     /*height: 4px;*/
 }
 
 .new-window-pop::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
     background: rgba(0, 0, 0, 0.2);
 }
 
 .new-window-pop::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
     border-radius: 0;
     background: rgba(0, 0, 0, 0.1);
 
 }
 .new-window-pop .ued-title{
     background: #f6f7fb;
     line-height: 50px;
     height: 50px;
 }
 .new-window-pop .layui-input-block{
     margin-left: 0;
 }
 .new-window-pop .ued-title h4{
     /* font-weight: bold; */
     color: #333;
     border-bottom: none;
     padding-left:0;
 }
 
 .new-window-pop .layui-form-item{
     display: flex;
     justify-content: flex-start;
 }
 .new-window-pop .ued-title .close-div{
         float: right;
         text-align: center;
         line-height: 50px;
         height: 50px;
         margin-right: 15px;
 }
 
 .new-window-pop .layui-form-label{
     width:110px;
 }
 
 .new-window-pop .layui-input-block{
     width: 66%;
 }
 .lay-button {
     margin-top: 26px;
     padding-top: 15px;
     border-top: 1px solid #e5e5e5;
 
 }
 
 .lay-button .layui-form-item {
     justify-content: center;
 }
 
 .lay-button .layui-input-block {
     width: auto;
     /* margin-right: 20px; */
 }
 .new-window-pop .opt-close {
     color: #cccccc;
     font-size: 28px;
 }
 .new-window-pop .opt-close:hover {
     color: #ff7709;
     cursor: pointer;
 }
 /* 遮罩层 */
 .new-window-shadow{
     position: fixed;
     background-color: black;
     top: -10px;
     bottom: -10px;
     height: 105%;
     width: 100%;
     opacity: 0.6;
     /* display: none; */
     z-index: 998;
 }
 
 .btn-demo{
     text-align: center;
     float: left;
     width: 70px;
     height: 36px;
     line-height: 36px;
     /* border: 1px solid #e6e6e6; */
     border-radius: 2px;
     cursor: pointer;
 }
 
 .btn-close{
     margin-left: 15px;
     background-color: white;
         border: 1px solid #e6e6e6;
 }
 .btn-close:hover{
     background-color: #F0F0F0;
 }
 
 .btn-submit{
     background-color: #30b3e7;
     color: white;
 }
 .btn-submit-pwd{
     background-color: #30b3e7;
     color: white;
 }
 .balance-pwd{
         cursor: pointer;
         color: #30b3e7 !important;
         border-bottom: 3px #30b3e7 solid !important;
         margin-left: 20px !important;
 }
 /* .btn-submit:hover{
     background-color: #ff3c00C9;
 } */
 
 /* 一些特别的颜色 */
 
 .money-color{
     color: #fd750e;
 }
 
 .health-money-color{
     color: #2ca6ff;
 }
 
 .font-cl-33{
     color:#333;
 }
 .font-cl-66{
     color: #666;
 }
 .font-cl-99{
     color: #999;
 }
 .color-green{
    color: #35bd00;
 }

 
 
 
 .hide{
     display: none;
 }
 .clearFloat{
     clear: both;
 }
 .data-tips{
     height: 30px;
     line-height: 30px;
     background-color: #f5f7fa;
     margin-top: 10px;
     margin-bottom: -7px;
     color: #999;
     border-radius: 3px 3px 0 0;
     box-sizing: border-box;
 }
 .selectType{
     width: 15px;
     height: 15px;
     background-color: #fff;
     border: 1px solid #b6b6b6;
 }

 .selectTypeFocus{
    width: 15px;
    height: 15px;
    border: 1px solid #b6b6b6;
    background: url('/wap/nresource/pub-pic/selectIcon.png') no-repeat -3px -3px;
    background-size: 150%;
}

.selectTypeFocus:hover{
    background: url('/wap/nresource/pub-pic/selectIconHover.png') no-repeat -3px -3px;
    background-size: 150%;
}


 /* 统一div定义宽度 */
 .width-0{width:0%;}
 .width-1{width:1%;}
 .width-2{width:2%;}
 .width-3{width:3%;}
 .width-4{width:4%;}
 .width-5{width:5%;}
 .width-6{width:6%;}
 .width-7{width:7%;}
 .width-8{width:8%;}
 .width-9{width:9%;}
 .width-10{width:10%;}
 .width-11{width:11%;}
 .width-12{width:12%;}
 .width-13{width:13%;}
 .width-14{width:14%;}
 .width-15{width:15%;}
 .width-16{width:16%;}
 .width-17{width:17%;}
 .width-18{width:18%;}
 .width-19{width:19%;}
 .width-20{width:20%;}
 .width-21{width:21%;}
 .width-22{width:22%;}
 .width-23{width:23%;}
 .width-24{width:24%;}
 .width-25{width:25%;}
 .width-26{width:26%;}
 .width-27{width:27%;}
 .width-28{width:28%;}
 .width-29{width:29%;}
 .width-30{width:30%;}
 .width-31{width:31%;}
 .width-32{width:32%;}
 .width-33{width:33%;}
 .width-34{width:34%;}
 .width-35{width:35%;}
 .width-36{width:36%;}
 .width-37{width:37%;}
 .width-38{width:38%;}
 .width-39{width:39%;}
 .width-40{width:40%;}
 .width-41{width:41%;}
 .width-42{width:42%;}
 .width-43{width:43%;}
 .width-44{width:44%;}
 .width-45{width:45%;}
 .width-46{width:46%;}
 .width-47{width:47%;}
 .width-48{width:48%;}
 .width-49{width:49%;}
 .width-50{width:50%;}
 .width-51{width:51%;}
 .width-52{width:52%;}
 .width-53{width:53%;}
 .width-54{width:54%;}
 .width-55{width:55%;}
 .width-56{width:56%;}
 .width-57{width:57%;}
 .width-58{width:58%;}
 .width-59{width:59%;}
 .width-60{width:60%;}
 .width-61{width:61%;}
 .width-62{width:62%;}
 .width-63{width:63%;}
 .width-64{width:64%;}
 .width-65{width:65%;}
 .width-66{width:66%;}
 .width-67{width:67%;}
 .width-68{width:68%;}
 .width-69{width:69%;}
 .width-70{width:70%;}
 .width-71{width:71%;}
 .width-72{width:72%;}
 .width-73{width:73%;}
 .width-74{width:74%;}
 .width-75{width:75%;}
 .width-76{width:76%;}
 .width-77{width:77%;}
 .width-78{width:78%;}
 .width-79{width:79%;}
 .width-80{width:80%;}
 .width-81{width:81%;}
 .width-82{width:82%;}
 .width-83{width:83%;}
 .width-84{width:84%;}
 .width-85{width:85%;}
 .width-86{width:86%;}
 .width-87{width:87%;}
 .width-88{width:88%;}
 .width-89{width:89%;}
 .width-90{width:90%;}
 .width-91{width:91%;}
 .width-92{width:92%;}
 .width-93{width:93%;}
 .width-94{width:94%;}
 .width-95{width:95%;}
 .width-96{width:96%;}
 .width-97{width:97%;}
 .width-98{width:98%;}
 .width-99{width:99%;}
 .width-100{width:100%;}
 
 /* 统一定义div高度 */
 .height-0{height:0%;}
 .height-1{height:1%;}
 .height-2{height:2%;}
 .height-3{height:3%;}
 .height-4{height:4%;}
 .height-5{height:5%;}
 .height-6{height:6%;}
 .height-7{height:7%;}
 .height-8{height:8%;}
 .height-9{height:9%;}
 .height-10{height:10%;}
 .height-11{height:11%;}
 .height-12{height:12%;}
 .height-13{height:13%;}
 .height-14{height:14%;}
 .height-15{height:15%;}
 .height-16{height:16%;}
 .height-17{height:17%;}
 .height-18{height:18%;}
 .height-19{height:19%;}
 .height-20{height:20%;}
 .height-21{height:21%;}
 .height-22{height:22%;}
 .height-23{height:23%;}
 .height-24{height:24%;}
 .height-25{height:25%;}
 .height-26{height:26%;}
 .height-27{height:27%;}
 .height-28{height:28%;}
 .height-29{height:29%;}
 .height-30{height:30%;}
 .height-31{height:31%;}
 .height-32{height:32%;}
 .height-33{height:33%;}
 .height-34{height:34%;}
 .height-35{height:35%;}
 .height-36{height:36%;}
 .height-37{height:37%;}
 .height-38{height:38%;}
 .height-39{height:39%;}
 .height-40{height:40%;}
 .height-41{height:41%;}
 .height-42{height:42%;}
 .height-43{height:43%;}
 .height-44{height:44%;}
 .height-45{height:45%;}
 .height-46{height:46%;}
 .height-47{height:47%;}
 .height-48{height:48%;}
 .height-49{height:49%;}
 .height-50{height:50%;}
 .height-51{height:51%;}
 .height-52{height:52%;}
 .height-53{height:53%;}
 .height-54{height:54%;}
 .height-55{height:55%;}
 .height-56{height:56%;}
 .height-57{height:57%;}
 .height-58{height:58%;}
 .height-59{height:59%;}
 .height-60{height:60%;}
 .height-61{height:61%;}
 .height-62{height:62%;}
 .height-63{height:63%;}
 .height-64{height:64%;}
 .height-65{height:65%;}
 .height-66{height:66%;}
 .height-67{height:67%;}
 .height-68{height:68%;}
 .height-69{height:69%;}
 .height-70{height:70%;}
 .height-71{height:71%;}
 .height-72{height:72%;}
 .height-73{height:73%;}
 .height-74{height:74%;}
 .height-75{height:75%;}
 .height-76{height:76%;}
 .height-77{height:77%;}
 .height-78{height:78%;}
 .height-79{height:79%;}
 .height-80{height:80%;}
 .height-81{height:81%;}
 .height-82{height:82%;}
 .height-83{height:83%;}
 .height-84{height:84%;}
 .height-85{height:85%;}
 .height-86{height:86%;}
 .height-87{height:87%;}
 .height-88{height:88%;}
 .height-89{height:89%;}
 .height-90{height:90%;}
 .height-91{height:91%;}
 .height-92{height:92%;}
 .height-93{height:93%;}
 .height-94{height:94%;}
 .height-95{height:95%;}
 .height-96{height:96%;}
 .height-97{height:97%;}
 .height-98{height:98%;}
 .height-99{height:99%;}
 .height-100{height:100%;}
 /* ruleList */
 .ruleTeamList .new-window-pop {
     width: 680px;
     display: none;
     left: 50%;
     top: 320px;
     height: 690px;
 }
 
 .ruleTeamList .limit-len-160 {
     width: 160px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }
 
 .ruleTeamList .mg-l {
     margin-left: 15px;
 }
 
 .ruleTeamList .pop-rule-area:hover {
     color: #ff7709;
 }
 
 .ruleTeamList .opt-close {
     color: #cccccc;
 }
 
 .ruleTeamList .opt-close:hover {
     color: #ff5709;
 }
 
 .ruleTeamList .pop-message {
     position: absolute;
     left: 18px;
     top: -20px;
     width: 140px;
     padding: 10px;
     font-size: 12px;
     border: 1px solid #eeeeee;
     z-index: 999999;
     background-color: #fdfdfd;
     color: #666;
     border-radius: 5px;
     display: none;
 }
 
 .fl{
     float: left;
 }
 .fr{
    float: right;
}