body {
  background-color: #eff3f5;
  color: #142333;
  min-width: 1240px;
  overflow-x: auto;
}

ul,
ul li,
p,
tr th,
em,
i,
h1,
h2,
h3,
h4,
input,
label {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}

a,
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none;
}

input {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #cacaca;
}

button,
button:focus {
  outline: none;
  border: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.clear {
  clear: both;
}

.dropdown-menu {
  width: 200px;
}
.dropdown-menu > li > a {
  word-wrap: break-word;
  word-break: normal;
  white-space: normal;
}

/* 头部 */
.hear-nav-bar {
  height: 60px;
  line-height: 60px;
  background-color: #2d79f7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.hear-nav-bar > div {
  width: 1240px;
  margin: 0 auto;
}

.hear-nav-bar .logo {
  float: left;
  margin-top: 19px;
  width: 130px;
}

.hear-nav-bar .navbar-nav {
  font-size: 16px;
  font-weight: bold;
  margin-left: 80px;
}

.hear-nav-bar .navbar-nav li {
  margin-right: 50px;
}

.hear-nav-bar .navbar-nav li a {
  color: #142333;
}

.hear-nav-bar .setting {
  float: right;
  line-height: 60px;
  font-size: 12px;
}

.hear-nav-bar .navbar-nav li a:hover,
.hear-nav-bar .navbar-nav li.active a,
.hear-nav-bar .setting a,
.hear-nav-bar .setting em {
  color: #ffffff;
}

.hear-nav-bar .setting em {
  padding: 0 5px;
}

.hear-nav-bar .user-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 25px;
}

/* 主体内容 */
.main-content {
  width: 1240px;
  background-color: #ffffff;
  margin: 100px auto 20px;
  padding: 45px 58px 0;
  position: relative;
}

.main-content .tab-nav {
  height: 40px;
}

.main-content .tab-nav li {
  float: left;
  font-size: 18px;
  padding: 0 14px 10px;
  margin-right: 60px;
  cursor: pointer;
}

.main-content .tab-nav li a {
  color: #142333;
}

.main-content .tab-nav li em {
  width: 20px;
  height: 20px;
  background: #f24730;
  display: block;
  float: right;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.main-content .tab-nav li.active {
  border-bottom: 4px solid #2d79f7;
}

.main-content .tab-nav li.active a {
  color: #2d79f7;
}

.child-tab-nav {
  height: 36px;
  margin-top: 20px;
}
.child-tab-nav li {
  float: left;
}
.child-tab-nav li a {
  color: #a9a9a9;
  width: 96px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #d4dbdf;
  border-radius: 3px;
  margin-right: 10px;
  display: block;
}

.child-tab-nav li.active a {
  background-color: #2d79f7;
  border: 1px solid #2d79f7;
  color: #ffffff;
}

/* 分页 */
.pagination-box {
  float: right;
  margin: 10px 0 40px 0;
  height: 40px;
}
.pagination-box .page {
  display: inline-block;
  text-align: center;
  color: #6d767f;
  font-size: 12px;
}
.pagination-box .pagination a {
  width: 40px;
  height: 24px;
  background: #f2f2f2;
  border: 1px solid #dadada;
  display: inline-block;
  text-align: center;
  color: #6d767f;
  line-height: 22px;
}
.pagination-box .jump {
  padding-left: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #6d767f;
}
.pagination-box .jump input {
  width: 54px;
  height: 24px;
  background: #f2f2f2;
  border: 1px solid #dadada;
  outline: none;
}
.pagination-box button {
  width: 28px;
  height: 28px;
  line-height: 24px;
  background: #f2f2f2;
  border: 1px solid #dadada;
  color: #6d767f;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
}
.label-btn {
  margin-top: 20px;
}
.label-btn .btn-group {
  margin: 0;
  background-color: #ffffff;
  width: 152px;
  margin-right: 15px;
}
.label-btn .btn {
  margin: 0;
  border: 0;
}
.label-btn .btn-group button {
  background-color: #fff;
  border: 1px solid #dadada;
  text-align: left;
  color: #899199;
  border-radius: 0;
}
.label-btn .btn-group button .name {
  width: 85%;
  display: block;
  float: left;
  overflow: hidden;
}
.label-btn .btn-group button .caret {
  margin-top: 9px;
  float: right;
}
.btn-group > .btn:first-child {
  width: 100%;
}
.label-btn button[type="submit"] {
  padding: 0 20px;
  height: 36px;
  background-color: #f2f2f2;
  margin-right: 15px;
  border-radius: 3px;
}
.label-btn button[type="submit"].reset {
  border-radius: 20px;
}
.tabel-list thead tr th {
  background: #eff3f5;
  height: 40px;
}
.tabel-list {
  width: 100%;
}
.tabel-list tr {
  border: 1px solid #e0e4e6;
}
.tabel-list thead tr th,
.tabel-list tr td {
  text-align: center;
}
.tabel-list tr td {
  border: 1px solid #e0e4e6;
  word-break: break-all;
}
.v-model {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: 999;
}

/*  公用的弹框提示
 *  <div class="show-toast">
        <div class="v-model"></div>
        <div class="con">
            <div>
                公用的弹框提示占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符。
            </div>
            <div class="btn">
                <button type="button">知道了</button>
            </div>
            <div class="btn">
                <button class="cancel" type="button">取消</button>
                <button type="button">确定</button>
            </div>
        </div>
    </div>
*/
.show-toast .con {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 430px;
  background-color: #ffffff;
  padding: 45px 40px 30px;
  z-index: 1000;
}
.show-toast .con .btn {
  text-align: center;
  width: 100%;
}
.show-toast .con button {
  width: 150px;
  height: 38px;
  background: #2d79f7;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  margin: 40px 10px 0;
}
.show-toast .con button.cancel {
  background: #c5c5c5;
}

.ErrorText {
  font-size: 20px;
  font-family: AlibabaPuHuiTiR;
  color: #142333;

  margin-top: 2em;
  /*margin-bottom: 1em;*/
  margin-left: 1em;
  margin-right: 1em;
  /*line-height: 100%;*/
  text-align: center;
}

.modal-head {
  padding: 15px;
  border-bottom: 1px solid transparent;
}
.modal-title {
  height: 27px;
  font-size: 20px;
  color: #142333;
  font-weight: 900;
}

.modal-footer {
  padding: 35px !important;
  text-align: center;
  border-top: none !important;
}
.modal-popup {
  width: 45%;
  margin: 10% auto;
  background-color: white;
}

.modal-container {
  height: 100%;
  width: 90%;
  display: table;
  box-sizing: border-box;
  border: 1px solid #dbdee0;
  margin-top: 0em;
  margin-bottom: 50px;
  margin-left: 40px;
  margin-right: 40px;
}

.modal-row .no-float {
  display: table-cell;
  float: none;
  height: 100%;
}

.modal-row .no-float .preview {
  display: inline-block;
  padding-right: 3px;
  width: 15px;
  vertical-align: top;
  margin-top: 4px;
}
.modal-list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  margin-left: 3em;
  border: 0px;
}

.modal-row {
  height: 100%;
  display: table-row;
  border: 1px solid #dbdee0;
}
.common-btn {
  border-radius: 2px;
  padding: 5px 8px;
  cursor: pointer;
  background-color: #bbd3fb;
  display: inline-block;
  width: 100px;
  text-align: center;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
