﻿* {
    -webkit-overflow-scrolling:touch;
}
/* show no scroll bar. */
::-webkit-scrollbar {
  display: none;
}
view,span,text,input,div,ul,li{
    box-sizing:border-box;
}
 li {
    list-style: none;
}
.header,.mask {
	left: 0;
	position: absolute
}
.content {
    left: 0;
}
.page {
	background-color: #f7f7f7;
	top: 0;
	z-index: 1;
	bottom: 0

}
.page,body,html {
	/*width: 100%;*/
	overflow: hidden
}
body, html {
    margin:0;
}

.page.outheader {
	top: 50px
}

.page.in {
	z-index: 2
}

.page.out,.page.out .footer,.page.outf {
	display: none
}

.show {
    display:block;
}
.hide {
   display:none;
}
.default .maincontent {
    /*height:600px;*/
    height:100%;
}
.in,.out {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}



.content,.header {
	right: 0
}

.footer, .unRead {
    position: absolute;
}
.footer.out,.header.out {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.loading,.native-scroll {
	/*-webkit-transform: translate3d(0,0,0);*/
	-webkit-backface-visibility: hidden
}

.header {
	top: 0;
	z-index: 3
}
.headbox {
    box-sizing: content-box;
    height: 100%;
    width: .5rem;
    position: relative;
    border-right: .1rem solid transparent;
    float:left;
}
.head-back, .head-classify, .head-minSearch, .head-rightBtn {
    padding-left: .3rem;
}
.headboxmiddle {
    position: relative;
    line-height: .6rem;
    height: .6rem;
    margin: .14rem .76rem;
     float:left;
}
.head-title {
    font-size: .3rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: .12rem 0;
    max-width: 60%;
    color:white;
}

.head-back i {
    font-size: .3rem;
    color:white;
    margin-top:.12rem;
    line-height: .6rem;
    height: .6rem;
    display:block;
}
.device_mobile .head-title {
   margin: .3rem 0;
   font-size:.45rem;
}
.device_mobile .head-back i {
 margin-top:.3rem;
  font-size:.45rem;

}

.content,.pab0 {
	bottom: 0
}

.headerfix {
	line-height: .88rem;
	height: .88rem;
	color: #fff;
	overflow: hidden
}
.content {
    overflow-y:scroll;
    overflow-x:hidden;
	background-color: #eee
}
.device_mobile, .device_mobile body, .device_mobile .tpl, .device_mobile .centercontent, .device_mobile .maincontent {
    height: 100%;
}
.device_mobile .headerfix {
   line-height:1.2rem;
	height: 1.2rem;
}

.device_mobile .content {
    height:100%;
     /*height:600px;*//*临时方案*/
    margin-top: 1.2rem;
}
.device_pc .content {
    height:100%;
    /*margin-top: .88rem;*/
    /*height:500px;*/ /*临时方案*/
}
.device_mobile .hidenavbar .content {
    margin-top:0;
}
.device_pc .hidenavbar .content {
    margin-top:0;
}
.hidenavbar .header {
display:none;
}

.device_pc .page {
    position:inherit;
}

/* components/ctrimage.wxss */

.ctrimage{
    width: 50%;
  display:flex;
   flex-direction: row;
}

.ctrimage .imain{
  width: 75%;
  min-height:100px;
}
.ctrimage .iform{
  width:40px;
  height:40px;
}
.ctrimage .iform .fileToUpload{
  width:40px;
  height:40px;
}

.VLayout {
    display:flex;
    flex-direction:column;
    
}


/* uipage------------------------------------------------------------------------  */
.UiPage .pagePc {
    overflow: hidden;
    display: table;
    margin: 0 auto;
    /*width: 100%;*/
    height: 50px;
}

 .UiPage .pagePc li {
    float: left;
    height: 30px;
    border-radius: 5px;
    margin: 3px;
    color: #666;
}
  .UiPage .pagePc li  a:hover {
    background: #00cbe1;
    color: #fff;
}
 .UiPage .pagePc li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border-radius: 5px;
    text-decoration: none;
}
 /*
.UiPage .pagePc li.active {
    background: #00cbe1;
}
  .UiPage .pagePc li.active a {
    color: #fff;
  }
     */

  
            .leftmenu>ul {
                width:100%;
            }
.menunavlevel0 {
    max-height: 500px;
    overflow-y: scroll;
}

       
.menuli {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
        .menunav {
    border-right: 1px solid #e6e6e6;
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
    background-color: #fff;
    width:100%;
}
        .menutitle {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color .3s,background-color .3s,color .3s;
    box-sizing: border-box;
    white-space: nowrap;
}
            .menutitle .menufont {
                margin-right:1px;
                color: #00cbe1;
            }

            .menutitle:hover {
                background-color:#bbe2e6;
            }

        .sub-icon-arrow {
    position: absolute;
   top: 30%;
    right: 35px;
    margin-top: -7px;
    transition: transform .3s;
     font-size: 32px;
    line-height:1;
    font-weight:400;

}

         .menunavlevel1 {
            margin-left:5px;
        }
         .menunavlevel2 {
            margin-left:5px;
        }

         .menushow {display:inline-block;}
           .menuhide {display:none;}




        .topheader {
            
             width:100%;
            background-color:#00cbe1;
            display:block;
        }
        .device_pc .topheader {
            height:45px;
            margin:0px;
        }
         .device_mobile .topheader {
            display:none;
            height:0px;
        }
         .leftmenu {
            background-color:white;
            overflow-y:auto;
            overflow-x:hidden;

        }
        .device_mobile div.blockshow {
            display:block;
        }
        .device_mobile div.blockhide {
            display: none;
        }

         .device_pc .leftmenu {

        }
         .device_mobile .leftmenu {
             display:none;
        }
           /*滚动条样式*/
        .leftmenu::-webkit-scrollbar {/*滚动条整体样式*/
            width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }
        .leftmenu::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
        }
        .leftmenu::-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);
        }

         .device_pc .leftmenu {
            position:static;
            background-color:white;
             width:240px;
             margin-right:10px;
        }
          .device_mobile .leftmenu {
            z-index:999;
            position: absolute;
            width:50%;
            height:100%;
            background-color:white;
        }
        .centercontent {
            display:flex;
             height:100%;
        }
        .device_pc .centercontent {
            margin:10px;
        }
        .maincontent {
            width:100%;
            /*position:relative;*/
        }

        .html {
            height:100%;
        }
         .body {
            height:100%;
            background-color:#b0c0d0;
        }

        .menutop {
            height:50px;
            background-color:#00cbe1;
            color:white;
            font-weight:bold;
        }
         .menutop span{
            font-size:16px;
            padding-left:20px;
            padding-top:15px;
            display:inline-block;
        }
          .menutop i{
            height:56px;
            font-size:16px;
            float:right;
            padding-right:40px;
            padding-top:15px;
            cursor:pointer;
        }
        .device_pc .menutop i {
            display:none;
        }

        .device_pc .menu_fold {
            display:none;
        }
 .device_mobile .menu_fold {
  width: 50px;
  height: 50px;
  line-height:50px;
  border-radius:25px;
  position: fixed;
  /*box-shadow: 2px 2px 2px #bababa;*/
  top: 0;
  right:25px;
  color: white;
  display: flex;
  z-index: 998;
  justify-content: center;
  align-items: center;
 cursor:pointer;
}
 .device_mobile .menu_fold_fold .image {
  width: auto;
  height: auto;
  font-size: 12px; 
  text-align:center;
   cursor:pointer;
}


 .buttonitem,.CmdButton,.RowCmdButton {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 17px;
    height: 28px;
    position: relative;
    border-width:1px;
    border-style:solid;
}

 .ButtonList .buttonitem {
     width:120px;
}

 .content.top1 {
   background-color:white;
}
        .EditMain {
            margin: 0 20px;
            position:relative;
        }

       

        .QfTable {
            width:100%;
            min-width: 100%;
            table-layout:fixed;
           
            border-radius: 3px 3px 0 0;
            border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
        }
         .device_pc .griddevice {
           width:19.6rem;
           overflow-x:auto;
        }
         .griddevice {

             min-height:350px;
        }
           .griddevice>.QfTable {
            overflow:scroll;
        }

        .QfTable tr.QfTr>th {
    min-width: 40px;
    background: #eef1f9;
    padding: 6px 8px;
    position: relative;
    height: 45px;
}

         .QfTable tr.bodytr >td {
    border-bottom: 1px solid #eef1f9;
    padding: 0 8px;
    height: 45px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

                .QfTable tr.bodytr:hover {
    background-color:#f5f7fc;
}

        .SearchPanel {
            display:flex;
            flex-wrap:wrap;
        }
        .SearchPanel .searchItem {
            display:flex;
        }
        .searchLabel {
            padding:10px;
        }
         .SearchPanel  .buttonitem {
     width:100px;margin:10px;
}

          .searchItem .CtrTextbox {
                width: 200px;
                border-radius: 5px;
                 line-height:35px;
            height:35px;
             border: 1px solid #dedede;
            }
            
            .searchItem .CtrNumber {
                width: 200px;
                border-radius: 5px;
                line-height: 35px;
                height: 35px;
                border: 1px solid #dedede;
            }

        .searchItem .CtrPickList{
            width:200px;
            border-radius:5px;
            line-height:35px;
            height:35px;
             border: 1px solid #dedede;
        }
            .searchItem .CtrPickList .pickertext {
                width:inherit;
            }
             .searchItem .CtrPickList .pickertext .pickertexticon {
               display:none;
            }
        .searchItem .CtrDatetime,.searchItem .CtrDate{
            width:200px;
            display:flex;
        }
         .searchItem .CtrDatetime .dateinput,.searchItem .CtrDate .dateinput{
            width:170px;
            border-radius:5px;
            line-height:35px;
            height:35px;
             border: 1px solid #dedede;
        }
          .searchItem .CtrDatetime .pick,.searchItem .CtrDate .pick{
            width:30px;
            height:35px;
        }

        



        .FitGrid {
            margin-top:10px;
        }
         .device_pc .FitGrid {
              clear:both;
          }



        .popup-container {
            width:360px;
            left:500px;
        }


       .ctrimage .iform .filea {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.ctrimage .iform .filea  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.ctrimage .iform .filea :hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}


        .topheader .rightnav {
            list-style: none;
            color:white;
            margin: 0 10px;
        }

        .topheader .rightnav li {
    float: right;
    cursor: pointer;
    padding: 0 20px;
    line-height: 44px;
    height: 44px;
    color: #fff;
}
        .topheader .rightnav li:hover {
	background-color: #03a1b3
}

               .topheader .rightnav li a {
    color: #fff;
}
.fwk-tab-barimg-pc {
    width:16px;
    height:16px;
    vertical-align: middle;
}
        .topheader .systitle {
             color: #fff;
    padding: 5px 0;
    margin: 5px 35px 0 30px;
    float: left;
    transition: .5s;
    overflow: hidden;
    width: 126px;
    font-weight:bold;
    font-size:16px;

        }

          .topheader .imgtitle {
             color: #fff;
              float: left;
              display:none;

        }
           .topheader .imgtitle img{
             width:20px;
             height:20px;

        }

           /*----components-----------------------------------------------------------------*/

.qfoverlay {
    width: 750px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index:1201;
  }

.device_pc .qfoverlay {
    width:100%;

  }
 
 .container {
    position: fixed;
    width: 750px;
    /*兼容H5异常*/
    z-index: 1200;


  }

  .qfwindow {
    position: fixed;
   
    left: 60px;
    width: 702px;
    height: 500px;
     z-index:1208;

      top: 300px;

  }
.device_pc {
   
    margin:0;
    padding:0;
}
body {
     font-size:16px;
}

.qfwindow {
    background-color: white;
    margin-top: 0.5rem;
}
  .device_pc 
  .qfwindow {
   width:100%;
  }

.qfwinhead {
    height: 1.2rem;
    flex-direction: row;
    background-color: transparent;
    justify-content:space-between;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    display:flex;
  }
  .wintitletext{
      color:#fff;
      font-weight: bold;
          display: block;
    padding-top: 0.2rem;
  }
  .device_pc .qfwinhead {
    height: 0.8rem;
}
  .device_pc .wintitletext {
     padding-top: 0.1rem;
}

  .qfwinclose {
     color:#fff;
      font-weight: bold;
          display: block;
    padding-top: 0.2rem;
  }
    .device_pc .qfwinclose {
     padding-top: 0.1rem;
}





.qflistheader {
    position:static;
}

.device_pc .maincontent {
    position:static;
}
.device_pc .header {
    position:static;
}
.device_mobile .maincontent {
    position:static;
}
/*.device_mobile .header {
    position:static;
}*/
/*.device_pc .content {
      position:static;
      overflow:inherit;
      overflow-x:inherit;
      overflow-y:inherit;
}*/


/*.device_pc .refreshMoudle {
      position:absolute;
    top:0;
    left:0;
    height:600px;
    background-color:blue;
    z-index:200;
        border: red solid 2px;
}*/

.device_pc .qflistheader {
    position:static;
    /*top:0;
    left:0;
    height:600px;
    background-color:yellow;
    z-index:200;*/

}
            
/*-----------------------qflist begin---------------------------*/
.refreshMoudle {
  width: 100%;
  margin-top: -100px;
  -webkit-overflow-scrolling: touch; /* ios5+ */
 
}
.device_mobile .refreshMoudle {
     background-color: #f3f4f5;
}
.pull-refresh {
  width: 100%;
  color: #999;
  transition-duration: 200ms;
}
.refreshMoudle .down-tip,
.up-tip,
.refresh-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.refreshMoudle .down-tip-img,
.up-tip-img,
.refresh-tip-img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}



/*load more */
.load-more {
  width: 100%;
  color: #c0c0c0;
  background: #f7f7f7;
}
.device_pc .load-more {
    display:none;
}
.moreData-tip,
.loadingMoreData-tip,
.noMoreData-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.loadMoudle .icon-loading {
  display: inline-flex;
  width: 35px;
  height: 35px;
  background: url(/dist/image/icons/loading.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
  animation: rotating 2s linear infinite;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
.connectingLine {
  display: inline-flex;
  width: 2rem;
  height: 2px;
  background: #ddd;
  margin-left: 20px;
  margin-right: 20px;
}

/*-----------------------qflist end---------------------------*/


/* components/pickerlist.wxss */
.pickerlistcontent{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  align-items: center;
}

.pickerlistbuttons{
   display: flex;
  flex-direction: row;
  background-color: #fff;
  justify-content:space-between;
  align-items: center;
  width:92%;
    margin-left:4%;
    margin-right:4%;
  height: 60px;
}
.pickerlistbuttonsearchs {
   display: flex;
  flex-direction: row;
  width:9.5rem;
}

.pickerlistbitem{
     width: 60px;
   text-align: center;
}
.pickerlistbitemselect {
     width: 120px;
    color: #fff;
    background-color: #00cbe1;
    border-color: #00cbe1;

}
.pickertextitem {
    color:#666;
}
.device_mobile .pickertextitem {
     text-align:right;
}
.device_pc .pickertexticon {
   display:none;
}
.pickertext {
    display:flex;
     width:6.66rem;
    flex-direction:row;
    justify-content:space-between;

}
.device_mobile .pickertext{
     justify-content:flex-end;
}
.plsearchtext {
   
   
  margin-left:0.5rem;
      height: 28px;
    border-radius: 0.2rem;
    border-width: 1px;
    border-style: solid;
    border-color: #E5E5E5;
    background-color: white;
     margin-right:10px;
    margin-top:10px;
   
    
}

.pickerView{
    width:92%;
    margin-left:4%;
    margin-right:4%;
    border-bottom:1px solid #eee;
}

.pickeritem{
    text-align:center;
    padding-top:10px;
    cursor:pointer;
     height:40px;
    border-top:1px solid #eee;

}
.pickeruipage {
    margin-top:10px;
}

/*----------------------------------rieditor------------------------------*/

     .w-e-text *[style*="font-size: xx-large"],.w-e-text *[style*="font-size:xx-large"],
         .rich_article_wrap *[style*="font-size: xx-large"],.rich_article_wrap *[style*="font-size:xx-large"] {
             line-height:72px!important;
             font-size:32px!important;
         }
         .w-e-text *[style*="font-size: x-large"],.w-e-text *[style*="font-size:x-large"],
          .rich_article_wrap *[style*="font-size: x-large"],.rich_article_wrap *[style*="font-size:x-large"] {
             line-height:54px!important;
             font-size:24px!important;
         }
         .w-e-text *[style*="font-size: large"],.w-e-text *[style*="font-size:large"],
         .rich_article_wrap *[style*="font-size: large"],.rich_article_wrap *[style*="font-size:large"] {
             line-height:40px!important;
             font-size:18px!important;
         }
         .w-e-text *[style*="font-size: medium"],.w-e-text *[style*="font-size:medium"],
         .rich_article_wrap *[style*="font-size: medium"],.rich_article_wrap *[style*="font-size:medium"] {
             line-height:36px!important;
             font-size:16px!important;
         }
         .w-e-text *[style*="font-size:small"],.w-e-text *[style*="font-size:small"],
         .rich_article_wrap *[style*="font-size: small"],.rich_article_wrap *[style*="font-size:small"] {
             line-height:30px!important;
             font-size:13px!important;
         }
          .w-e-text *[style*="font-size: x-small"],.w-e-text *[style*="font-size:x-small"],
          .rich_article_wrap *[style*="font-size: x-small"],.rich_article_wrap *[style*="font-size:x-small"] {
             line-height:27px!important;
             font-size:12px!important;
         }
/*----------------------------------rieditor------------------------------*/

                    
