@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

ul, li {
  list-style: none; }

html, body, form {
  width: 100%;
  height: 100%; }

.btn {
  border-style: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #888;
  color: #fff; }
  .btn:hover {
    background-color: #555; }
  .btn:active {
    background-color: #333; }
  .btn.btn-black {
    background-color: #666; }
    .btn.btn-black:hover {
      background-color: #444; }
    .btn.btn-black:active {
      background-color: #333; }
  .btn.btn-blue {
    background-color: #277ae2; }
    .btn.btn-blue:hover {
      background-color: #1669d1; }
    .btn.btn-blue:active {
      background-color: #0558c0; }
  .btn.btn-orange {
    background-color: #ffa500; }
    .btn.btn-orange:hover {
      background-color: #ee9400; }
    .btn.btn-orange:active {
      background-color: #dd8300; }
  .btn.btn-red {
    background-color: #ff6666; }
    .btn.btn-red:hover {
      background-color: #ee5555; }
    .btn.btn-red:active {
      background-color: #dd4444; }

.txt {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px; }
  .txt:hover {
    border-color: #66afe9; }
  .txt:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-box > p {
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px; }
  .form-box > p > .txt {
    height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px; }
  .form-box > p > .btn {
    width: 100%;
    height: 40px;
    border-style: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px; }
  .form-box > p:last-child {
    margin-bottom: 0; }
.form-box > .errormsg {
  color: red; }

/*模板页*/
.top {
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(-90deg, #ddd, #222);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(-90deg, #ddd, #222);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(-90deg, #ddd, #222);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(-90deg, #ddd, #222);
  /* 标准的语法 */ }
  .top:after {
    content: '';
    display: block;
    clear: both; }
  .top > .top-left {
    width: 500px;
    height: 60px;
    float: left;
    line-height: 60px;
    text-indent: 10px;
    font-size: 30px; }
    .top > .top-left > div {
      float: left; }
    .top > .top-left > .top-logo {
      width: 50px;
      height: 60px;
      padding: 10px 0;
      color: #fff;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Chrome/Safari/Opera */
      -khtml-user-select: none;
      /* Konqueror */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none; }
      .top > .top-left > .top-logo > a {
        height: 40px; }
        .top > .top-left > .top-logo > a > img {
          height: 40px;
          width: auto; }
    .top > .top-left > .top-sysname {
      line-height: 60px;
      text-indent: 20px;
      font-size: 24px;
      color: #fff;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Chrome/Safari/Opera */
      -khtml-user-select: none;
      /* Konqueror */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none; }
  .top > .top-right {
    width: auto;
    height: 60px;
    float: right;
    font-size: 14px;
    padding-right: 10px; }
    .top > .top-right > .top-right-welcome {
      width: 100%;
      height: 30px;
      line-height: 30px;
      padding: 0 10px; }
    .top > .top-right > .top-right-nav {
      width: 100%;
      height: 30px; }
      .top > .top-right > .top-right-nav > li {
        float: left;
        margin-right: 10px;
        line-height: 30px;
        cursor: pointer;
        padding: 0 10px;
        border-radius: 5px; }
        .top > .top-right > .top-right-nav > li > .btn {
          color: #333; }
        .top > .top-right > .top-right-nav > li:hover {
          background-color: #333;
          color: #fff; }
          .top > .top-right > .top-right-nav > li:hover > .btn {
            color: #fff; }

.main {
  width: 100%;
  height: calc(100% - 60px); }
  .main > .left-menu {
    width: 200px;
    height: 100%;
    float: left;
    background-color: #444;
    color: #fff; }
    .main > .left-menu > .menu-title {
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #222;
      padding-left: 10px; }
      .main > .left-menu > .menu-title i {
        float: right;
        height: 100%;
        line-height: 40px;
        margin-right: 15px;
        font-size: 18px; }
    .main > .left-menu > .menu-content {
      height: calc(100% - 40px);
      overflow-x: scroll;
      overflow-x: hidden; }
  .main > .right-page {
    float: left;
    width: calc(100% - 200px);
    height: 100%; }
    .main > .right-page > .page-nav {
      width: 100%;
      height: 40px;
      background-color: #eee;
      border-bottom: 2px solid #ccc;
      padding-top: 4px;
      padding-left: 35px;
      position: relative; }
      .main > .right-page > .page-nav > .nav-left-arrow {
        width: 20px;
        height: 34px;
        font-size: 26px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #333;
        border-radius: 10px 0px 0 0;
        cursor: pointer;
        position: absolute;
        left: 5px;
        top: 5px; }
      .main > .right-page > .page-nav > .nav-right-arrow {
        width: 20px;
        height: 34px;
        font-size: 26px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #333;
        border-radius: 0 10px 0 0;
        cursor: pointer;
        position: absolute;
        right: 5px;
        top: 5px; }
    .main > .right-page > .page-box {
      width: 100%;
      height: calc(100% - 40px);
      overflow: hidden; }
      .main > .right-page > .page-box > iframe {
        width: 100%;
        height: 100%; }
  .main:after {
    content: '';
    display: block;
    clear: both; }

.main-content {
  width: 100%;
  height: calc(100% - 90px);
  padding: 20px;
  background-color: #ddd; }
  .main-content:after {
    content: '';
    display: block;
    clear: both; }

.treemenu > li {
  line-height: 36px;
  cursor: pointer;
  margin-bottom: 2px;
  font-size: 14px; }
  .treemenu > li > .menuitem {
    text-indent: 5px; }
    .treemenu > li > .menuitem > .menuitem-icon {
      float: right;
      height: 100%;
      line-height: 36px;
      margin-right: 15px;
      font-size: 18px; }
      .treemenu > li > .menuitem > .menuitem-icon:before {
        content: "";
        font-size: inherit;
        font-family: 'FontAwesome';
        font-style: normal; }
    .treemenu > li > .menuitem:hover {
      background-color: #222; }
    .treemenu > li > .menuitem > .fa {
      margin-right: 10px;
      font-size: 18px; }
  .treemenu > li > .childmenu {
    text-indent: 36px;
    display: none; }
    .treemenu > li > .childmenu > li:hover {
      background-color: #222; }
  .treemenu > li.on {
    background-color: #333; }
    .treemenu > li.on > .menuitem > .menuitem-icon:before {
      content: '\f107'; }
    .treemenu > li.on > .childmenu {
      display: block; }

.nav-middle {
  width: calc(100% - 40px);
  overflow: hidden; }

.navul {
  height: 36px;
  color: #333;
  width: 10000%;
  position: relative; }
  .navul > li {
    height: 34px;
    margin-right: 15px;
    line-height: 34px;
    margin-top: 2px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-bottom: 0;
    float: left;
    padding: 0 22px 0 10px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    position: relative; }
    .navul > li > i {
      height: 34px;
      line-height: 34px;
      top: 0;
      position: absolute;
      right: 5px;
      color: #777; }
      .navul > li > i:hover {
        color: #ff4400; }
    .navul > li.on {
      background-color: #277ae2;
      color: #fff;
      border-color: #277ae2; }
      .navul > li.on > i {
        color: #fff; }
        .navul > li.on > i:hover {
          color: #ff4400; }

.dialog-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #333;
  opacity: 0.5;
  display: none; }

.dialog-box {
  width: 1200px;
  height: 700px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  border-radius: 5px;
  overflow: hidden; }
  .dialog-box > .dialog-header {
    width: 100%;
    height: 40px;
    background-color: #333;
    color: #fff;
    line-height: 40px;
    padding-left: 20px;
    cursor: move;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none; }
    .dialog-box > .dialog-header > .dialog-name {
      float: left; }
    .dialog-box > .dialog-header > .dialog-closebtn {
      width: 50px;
      height: 40px;
      text-align: center;
      font-size: 24px;
      cursor: default;
      line-height: 40px;
      float: right; }
      .dialog-box > .dialog-header > .dialog-closebtn > i {
        width: 50px;
        height: 40px;
        display: inline-block;
        line-height: 40px; }
      .dialog-box > .dialog-header > .dialog-closebtn:hover {
        background-color: #ec5d69; }
  .dialog-box > .dialog-body {
    width: 100%;
    height: calc(100% - 40px);
    padding: 10px 0; }
    .dialog-box > .dialog-body > iframe {
      width: 100%;
      height: 100%;
      border: none; }

/*登录页*/
.login-main {
  background-color: #fff;
  padding-top: 200px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(#efefef, #080808);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#efefef, #080808);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#efefef, #080808);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#efefef, #080808);
  /* 标准的语法 */ }

.login-logo {
  width: 400px;
  height: 100px;
  margin: auto;
  font-size: 36px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.login-box {
  width: 400px;
  background-color: #ddd;
  margin: auto;
  border-radius: 10px;
  border: 1px solid	 #ccc;
  padding: 20px; }
  .login-box > .form-box > p > .txt {
    width: 100%;
    border-color: #bbb; }

.login-bottom {
  width: 100%;
  height: 40px;
  color: #ccc;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  position: fixed;
  bottom: 10px; }
  .login-bottom > a {
    text-decoration: none;
    color: inherit; }
    .login-bottom > a:hover {
      color: #fff; }

/*列表页*/
.searchbar {
  width: 100%;
  height: 50px;
  padding: 10px 20px; }
  .searchbar > .txt {
    height: 30px;
    width: 130px;
    border-radius: 5px;
    padding: 0 10px; }
  .searchbar > .btn {
    width: 60px;
    height: 30px; }
  .searchbar > .ddl {
    width: 100px;
    height: 30px; }

.table-box {
  width: 100%;
  padding: 0 20px; }
  .table-box:after {
    content: '';
    display: block;
    clear: both; }

.table-box-left {
  width: 48%;
  float: left;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px; }

.table-box-right {
  width: 48%;
  float: right;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px; }

.table-list {
  border-collapse: collapse;
  border: 1px solid #ccc;
  color: #333;
  width: 100%; }
  .table-list > thead > tr {
    background-color: #eee; }
    .table-list > thead > tr > th {
      border: 1px solid #ccc;
      padding: 5px 5px; }
  .table-list > tbody > tr:nth-child(2n) {
    background-color: #efefef; }
  .table-list > tbody > tr > td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 6px 5px;
    vertical-align: middle;
    font-size: 16px; }
    .table-list > tbody > tr > td.nopadding {
      padding: 2px; }
    .table-list > tbody > tr > td > .btn {
      padding: 2px 6px;
      font-size: 14px; }
      .table-list > tbody > tr > td > .btn.btn-delete:before {
        content: "";
        font-size: inherit;
        font-family: 'FontAwesome';
        font-style: normal;
        margin-right: 3px; }
      .table-list > tbody > tr > td > .btn.btn-edit:before {
        content: "";
        font-size: inherit;
        font-family: 'FontAwesome';
        font-style: normal;
        margin-right: 3px; }
      .table-list > tbody > tr > td > .btn.btn-print:before {
        content: "";
        font-size: inherit;
        font-family: 'FontAwesome';
        font-style: normal;
        margin-right: 3px; }
    .table-list > tbody > tr > td > .ddl {
      height: 30px;
      width: 120px;
      padding: 0 3px; }
    .table-list > tbody > tr > td > img {
      width: 40px;
      height: 40px;
      vertical-align: middle; }

.table-list-noborder {
  border-collapse: collapse;
  border: 0px solid #ccc;
  color: #333;
  width: 100%; }
  .table-list-noborder > thead > tr {
    background-color: #eee; }
    .table-list-noborder > thead > tr > th {
      border: 0px solid #ccc;
      padding: 5px 5px; }
  .table-list-noborder > tbody > tr:nth-child(2n) {
    background-color: #efefef; }
  .table-list-noborder > tbody > tr > td {
    border: 0px solid #ccc;
    text-align: center;
    padding: 6px 5px; }
    .table-list-noborder > tbody > tr > td > .btn {
      padding: 2px 6px;
      font-size: 14px; }
      .table-list-noborder > tbody > tr > td > .btn.btn-delete:before {
        content: "";
        font-size: inherit;
        font-family: 'FontAwesome';
        font-style: normal;
        margin-right: 3px; }
      .table-list-noborder > tbody > tr > td > .btn.btn-edit:before {
        content: "";
        font-size: inherit;
        font-family: 'FontAwesome';
        font-style: normal;
        margin-right: 3px; }
    .table-list-noborder > tbody > tr > td > .ddl {
      height: 30px;
      width: 120px;
      padding: 0 3px; }
    .table-list-noborder > tbody > tr > td > .txt {
      width: 200px;
      height: 30px; }
    .table-list-noborder > tbody > tr > td > img {
      width: 40px;
      height: 40px; }

/*详情页*/
.table-info {
  border-collapse: collapse;
  border: 1px solid #ccc;
  color: #333;
  width: 100%; }
  .table-info > tbody > tr > td {
    border: 1px solid #ccc;
    padding: 6px 5px; }
    .table-info > tbody > tr > td:nth-child(2n+1) {
      width: 15%;
      text-align: right; }
    .table-info > tbody > tr > td:nth-child(2n) {
      width: 35%;
      text-align: left; }
    .table-info > tbody > tr > td .txt {
      height: 30px;
      width: 200px; }
    .table-info > tbody > tr > td > .ddl {
      height: 30px;
      width: 200px;
      padding: 0 3px; }
    .table-info > tbody > tr > td .btn {
      padding: 2px 6px;
      font-size: 14px; }
    .table-info > tbody > tr > td > img {
      width: 200px;
      height: auto; }
    .table-info > tbody > tr > td > div {
      float: left;
      margin-right: 60px; }
    .table-info > tbody > tr > td > .imgbox {
      width: 100%; }
      .table-info > tbody > tr > td > .imgbox > img {
        width: auto;
        height: 200px;
        margin-right: 5px; }
    .table-info > tbody > tr > td > textarea {
      width: 100%;
      height: 100px;
      padding: 5px; }

.btn-clear {
  font-size: 12px;
  cursor: pointer; }
  .btn-clear:hover:after {
    background-color: #ff4400;
    color: #fff; }
  .btn-clear:after {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ccc;
    color: #333;
    content: "";
    font-size: inherit;
    font-family: 'FontAwesome';
    font-style: normal;
    position: relative;
    left: -30px;
    display: inline-block;
    line-height: 20px;
    text-align: center; }

.btn-box {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-top: 20px; }
  .btn-box > .btn {
    width: 100px;
    height: 36px;
    margin: 0 10px; }

/*修改密码*/
.changepwd-box {
  width: 100%;
  height: 100%;
  padding: 0 20px; }

/*选择人员*/
.control-select-txt {
  width: 100%;
  height: 30px;
  position: relative; }
  .control-select-txt > .txt {
    width: 300px;
    height: 30px; }
  .control-select-txt > .btn {
    width: 60px;
    height: 30px; }

.select-box {
  width: 250px;
  height: 500px;
  background-color: #333;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 35px;
  display: none;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
  z-index: 10; }
  .select-box > .searchbox {
    width: 280px; }
    .select-box > .searchbox > .txt {
      width: 150px;
      height: 30px; }
    .select-box > .searchbox > .btn {
      width: 60px;
      height: 30px; }
  .select-box > .deptlist {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    overflow-y: scroll; }
    .select-box > .deptlist > li {
      width: 100%;
      height: 36px;
      margin-bottom: 5px;
      cursor: pointer; }
      .select-box > .deptlist > li.search-result:before {
        color: #f00; }
      .select-box > .deptlist > li.search-result > .deptlistitem {
        color: #f00; }
      .select-box > .deptlist > li:before {
        content: "";
        font-size: inherit;
        font-family: 'FontAwesome';
        font-style: normal;
        float: right;
        display: inline-block;
        height: 36px;
        line-height: 36px;
        margin-right: 10px; }
      .select-box > .deptlist > li > .deptlistitem {
        height: 100%;
        line-height: 36px;
        border-radius: 5px;
        padding: 0 10px; }
        .select-box > .deptlist > li > .deptlistitem:hover {
          background-color: #222; }
      .select-box > .deptlist > li > .userlist-box {
        width: 250px;
        height: 500px;
        display: none;
        position: absolute;
        left: 250px;
        top: 0;
        background-color: #333;
        border-left: 1px solid #252525;
        overflow-Y: auto;
        padding: 10px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7); }
        .select-box > .deptlist > li > .userlist-box > li {
          width: 100%;
          height: 36px;
          margin-bottom: 5px;
          text-indent: 10px;
          line-height: 36px;
          border-radius: 5px; }
          .select-box > .deptlist > li > .userlist-box > li.search-result {
            color: #f00; }
          .select-box > .deptlist > li > .userlist-box > li:hover {
            background-color: #222; }
      .select-box > .deptlist > li.on > .deptlistitem {
        background-color: #222; }
      .select-box > .deptlist > li.on > .userlist-box {
        display: block; }

.main-header {
  width: 100%;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  box-sizing: borde-box; }
  .main-header > .txt {
    height: 30px; }
  .main-header > .btn {
    width: 70px;
    height: 30px; }
  .main-header > .tipbox {
    float: right;
    color: #f00; }
  .main-header > .btnbox {
    float: left; }
    .main-header > .btnbox > .btn {
      width: 70px;
      height: 30px; }

.control-addtxt {
  width: 100%; }
  .control-addtxt > .txt-add {
    width: 200px;
    height: 30px; }
  .control-addtxt > .btn-add {
    width: 60px;
    height: 30px; }
  .control-addtxt > ul {
    width: 100%;
    margin-top: 10px; }
    .control-addtxt > ul > li {
      height: 30px;
      padding: 0 8px;
      background-color: orange;
      color: #fff;
      border-radius: 5px;
      float: left;
      line-height: 30px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .control-addtxt > ul > li > i:hover {
        color: #ff3300; }

.newtimebox {
  display: none; }

.btn-edittime {
  margin-left: 10px; }

.table-header {
  padding: 3px 0px;
  margin-bottom: 6px;
  height: 30px; }
  .table-header > .txt {
    width: 200px;
    height: 30px; }
  .table-header > .btn {
    margin-left: 20px;
    padding: 3px 10px; }

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-no-suggestion {
  padding: 2px 5px; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000; }

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000; }

.main-left {
  width: 45%;
  float: left;
  background-color: #fff;
  height: 100%;
  padding: 0 10px;
  border-radius: 10px; }
  .main-left > .table-box {
    height: calc(100% - 60px);
    overflow-y: scroll; }

.main-middle {
  width: 10%;
  float: left;
  text-align: center;
  padding: 200px 30px; }
  .main-middle > .btn {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    max-width: 80px; }

.main-right {
  width: 45%;
  float: right;
  background-color: #fff;
  height: 100%;
  padding: 0 10px;
  border-radius: 10px; }
  .main-right > .table-box {
    height: calc(100% - 60px);
    overflow-y: scroll; }

.personlist-box {
  width: 100%;
  padding: 10px 20px; }
  .personlist-box > ul:after {
    content: '';
    display: block;
    clear: both; }
  .personlist-box > ul > li {
    float: left;
    width: 170px;
    height: 230px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); }
    .personlist-box > ul > li.on {
      border-color: #f00;
      box-shadow: 3px 3px 5px rgba(255, 0, 0, 0.5); }
    .personlist-box > ul > li > .img-box {
      width: 100%;
      height: 156px;
      overflow: hidden;
      text-align: center; }
      .personlist-box > ul > li > .img-box > img {
        width: 100%;
        height: auto;
        background-position: 50% 50%; }
    .personlist-box > ul > li > .info-box {
      width: 100%; }
      .personlist-box > ul > li > .info-box > p {
        font-size: 14px;
        text-align: center; }

.wait-area {
  width: 60%;
  height: 130px;
  padding: 5px 20px; }
  .wait-area > .wait-areabox {
    width: 100%;
    height: 60px; }
    .wait-area > .wait-areabox > .wait-area-row {
      height: 30px;
      line-height: 30px; }
      .wait-area > .wait-areabox > .wait-area-row > div {
        width: auto;
        float: left;
        margin-right: 40px; }
        .wait-area > .wait-areabox > .wait-area-row > div > .btn {
          padding: 3px 10px; }

.table-record-box {
  width: 100%; }
  .table-record-box > .table-header {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 0;
    line-height: 40px; }
    .table-record-box > .table-header > h2 {
      margin-bottom: 0; }
    .table-record-box > .table-header > .header-left {
      font-size: 16px;
      font-weight: normal;
      position: absolute;
      left: 20px;
      top: 0; }
      .table-record-box > .table-header > .header-left > .txt {
        height: 30px;
        width: 200px; }
      .table-record-box > .table-header > .header-left > .btn {
        height: 30px;
        width: 60px; }
    .table-record-box > .table-header > .header-right {
      font-size: 16px;
      font-weight: normal;
      position: absolute;
      right: 20px;
      top: 0; }

.table-record {
  width: 100%;
  border-collapse: collapse; }
  .table-record > thead > tr > th {
    text-align: center;
    border: 1px solid #ccc; }
  .table-record > tbody > tr > td {
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px; }
    .table-record > tbody > tr > td > .txt {
      width: 100px;
      height: 30px; }
    .table-record > tbody > tr > td > .txt-long {
      width: 200px;
      height: 30px; }
    .table-record > tbody > tr > td > textarea {
      width: 100%;
      height: 60px;
      padding: 5px; }
    .table-record > tbody > tr > td > .btn {
      padding: 2px 6px;
      font-size: 14px; }
      .table-record > tbody > tr > td > .btn.btn-edit:before {
        content: "";
        font-size: inherit;
        font-family: 'FontAwesome';
        font-style: normal;
        margin-right: 3px; }
    .table-record > tbody > tr > td > img {
      height: 40px;
      width: auto;
      margin-right: 10px; }

.hidden-iframe-box {
  width: 0;
  height: 0;
  display: none; }

.reportbox {
  width: 600px;
  border-collapse: collapse;
  margin: auto;
  margin-top: 150px; }
  .reportbox > tbody > tr > td {
    padding: 5px; }
    .reportbox > tbody > tr > td:nth-child(1) {
      text-align: right; }
    .reportbox > tbody > tr > td > select {
      height: 30px;
      width: 200px;
      padding: 0 5px; }
    .reportbox > tbody > tr > td > .txt {
      height: 30px;
      width: 200px; }
    .reportbox > tbody > tr > td > .btn {
      width: 200px;
      height: 30px; }

.showimg {
  width: 100%;
  height: auto; }

.select-PatrolAreaStatue {
  width: 100px;
  border: 1px solid #ccc;
  position: absolute;
  background-color: #fff;
  display: none; }
  .select-PatrolAreaStatue.on {
    display: block; }
  .select-PatrolAreaStatue > li {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    text-align: left;
    padding: 0 5px; }
    .select-PatrolAreaStatue > li:hover {
      background-color: #333;
      color: #fff; }

#img-vcode {
  vertical-align: bottom; }

.upload-btnbar {
  width: 100%;
  height: 30px; }

.upload-imgbox {
  width: 100%; }
  .upload-imgbox:after {
    content: '';
    display: block;
    clear: both; }
  .upload-imgbox > li {
    float: left;
    border: 1px solid #ccc;
    position: relative;
    margin: 5px; }
    .upload-imgbox > li > img {
      width: auto;
      height: 200px; }
    .upload-imgbox > li > .btn-delete {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 0;
      top: 0;
      background-color: red;
      color: #fff;
      text-align: center;
      line-height: 20px; }
      .upload-imgbox > li > .btn-delete:after {
        content: '\f00d';
        font-size: inherit;
        font-family: 'FontAwesome';
        font-style: normal; }

.btn-selectfile {
  width: 100px;
  height: 30px;
  background-color: orange;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  float: left;
  position: relative; }
  .btn-selectfile > .file-upload {
    width: 100px;
    height: 30px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }

.upload-tips {
  line-height: 30px;
  margin-left: 20px;
  float: left; }
