/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
*{
  touch-action: auto;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* custom */
a {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
li {
  list-style: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="text"]::-ms-clear{
  display:none;
}
input, select, textarea {
  outline-style: none;
  resize: none;
  border: none;
  outline: none;
  font: 400 13.3333px Arial;
}
::-webkit-input-placeholder{
  color: #999;
  font-size: 14px;
}
:-moz-placeholder{
  color: #999;
  font-size: 14px;
}                  
::-moz-placeholder{
  color: #999;
  font-size: 14px;
}
:-ms-input-placeholder{
  color: #999;
  font-size: 14px;
}
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*** �߶�����  ****/
.fn-clear{
  zoom: 1; 
}
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*********************/
.visible {
  display: block;
}
.hide {
  display: none;
}
.word-break{
  word-break:break-all;
}

/**** header ****/
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background-color: #01aaed;
  color: #ffffff;
}
.header a {
  color: #ffffff;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #666;
  border-top: 1px solid #f1f1f1;
}
/******main******/
.main {
  height: 100%;
  width: 100%;
  padding-top: 50px;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
}
/***********index**********/
.m-page {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.m-index {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.m-nav-link {
  width: 33.33%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.m-result {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
/**************/
.m-sett-application {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  box-sizing: border-box;
  font-size: 12px;
  overflow: hidden;
}
.m-sett-application .m-search{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  z-index: 1;
}
.m-sett-application .m-search .m-form {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}
.m-sett-application .m-search .m-search-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
  z-index: 1;
}
.m-sett-application .m-result {
  padding-top: 64px;
}
.m-sett-application .m-cp-name {
  line-height: 40px;
  font-weight: 600;
}
.m-sett-application .m-weekly {
  background-color: #5fb878;
  color: #ffffff;
  border-radius: 3px;
  padding: 0 5px;
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
}
.m-sett-application .m-status {
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: #5a5ace;
}
.m-sett-application .m-table tbody > .m-tr:nth-child(odd) {
  background-color: #e2e2e2;
}
.m-sett-application .m-tr .m-tr .m-td:nth-of-type(1) {
  align-items: flex-start;
}
.m-sett-application .m-tr .m-tr .m-td {
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
/****************/
.m-prepay-application .m-form-label {
  flex-basis: 50px;
  flex-grow: 1;
}
.m-prepay-application .m-input-block, .m-prepay-application .m-select-block {
  flex-basis: 50px;
  flex-grow: 11;
}
.m-prepay-application .m-form-footer {
  text-align: center;
  margin-top: 40px;
}
/***************/
.m-sett-approval {
  font-size: 12px;
}
.m-sett-approval .m-th,
.m-sett-approval .m-td,
.m-sett-approval .m-thead-th{
  width: 16.5%;
  justify-content: center;
  align-items: center;
}
.m-sett-approval .m-th:nth-last-of-type(2),
.m-sett-approval .m-td:nth-last-of-type(2),
.m-sett-approval .m-thead-th:nth-last-of-type(2) {
  width: 19%;
}
.m-sett-approval .m-tbody {
  height: auto;
  max-height: 100%;
  padding-top: 26px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.m-sett-approval .m-table tbody > .m-tr:nth-child(odd) {
  background-color: #e2e2e2;
}
/********************/
.m-sett-audit {
  font-size: 12px;
}
.m-sett-audit .m-result {
  padding-bottom: 50px;
}
.m-sett-audit .m-base-info {
  border-top: 1px solid #f1f1f1;
}
.m-sett-audit .m-base-info .m-td:nth-of-type(1) {
  width: 20%;
  align-items: flex-start;
}
.m-sett-audit .m-base-info .m-td:nth-of-type(2) {
  width: 80%;
}
.m-sett-audit .m-advert, .m-sett-audit .m-amount {
  margin-top: 20px;
  border-top: 1px solid #f1f1f1;
}
.m-sett-audit .m-advert .m-th, .m-sett-audit .m-advert .m-td {
  width: 20%;
  align-items: center;
}
.m-sett-audit .m-amount .m-th, .m-sett-audit .m-amount .m-td {
  width: 33.3%;
  align-items: center;
}
/*******************/
.m-prepayments {
  padding-bottom: 50px;
  font-size: 12px;
}
.m-prepayments .m-result {
  padding-top: 50px;
}
.m-prepayments .m-tr .m-tr .m-td {
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.m-prepayments .m-statue {
  color: #ffffff;
  border-radius: 3px;
  padding: 0 5px;
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
}
.m-prepayments .m-public {
  background-color: #3b3bce;
}
.m-prepayments .m-private {
  background-color: #16e857;
}
.m-prepayments .m-thead .m-thead-tr {
  height: 50px;
}
.m-prepayments .m-table tbody > .m-tr:nth-child(odd) {
  background-color: #e2e2e2;
}
/******************/
.m-login {
  width: 100%;
  height: 100%;
  padding-top: 20%;
  box-sizing: border-box;
}
.m-login .m-form-item {
  margin-top: 15px;
}
.m-login .m-input-block {
  width: 80%;
}
.m-login .m-form-footer {
  margin-top: 20px;
  text-align: center;
}
.m-login .m-button {
  width: 80%;
}
/*******************/
.m-tbody {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.m-thead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 5px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.m-thead .m-thead-tr {
  line-height: 24px;
  border-top: 1px solid #f1f1f1;
}
.m-thead .m-thead-th {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  vertical-align: middle;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  align-items: center;
  justify-content: center;
}
.m-thead .m-thead-th:nth-last-of-type(1) {
  border-right: none;
}
.m-tr .m-tr:nth-last-of-type(1) .m-td{
  border-bottom: none;
}
/*************/
.m-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.m-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.m-button {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #01aaed;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.m-button.m-warn {
  background-color: #ff0000;
}
.m-form {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.m-form-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 4px;
  border-radius: 3px;
}
.m-form-label {
  padding: 5px;
  font-weight: 400;
  line-height: 20px;
  color: #999;
}
.m-input-block {
  min-width: 100px;
  border: 1px solid #f1f1f1;
}
.m-input, .m-select, .m-textarea {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 2px;
  padding: 0 5px;
  box-sizing: border-box;
  color: #666;
}
.m-textarea {
  height: 72px;
}
.m-select-block {
  position: relative;
  min-width: 100px;
  border: 1px solid #f1f1f1;
}
.m-select-block .m-input {
  padding-right: 20px;
}
.m-select-block i {
  position: absolute;
  right: 10px;
  top: 12px;
}
.m-select-block ul {
  position: absolute;
  left: -1px;
  top: 36px;
  width: 100%;
  min-height: 32px;
  background-color: #f1f1f1;
  box-shadow: 0 -1px 0 #eee;
  z-index: 9;
  border: 1px solid #f1f1f1;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.m-select-block ul:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "没有符合条件的查询";
  color: #999;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  width: 100%;
  z-index: 8;
}
.m-select-block ul li {
  position: relative;
  padding: 0 10px;
  line-height: 32px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #666;
  background-color: #f1f1f1;
  z-index: 9;
}
.m-select-block ul li:nth-last-of-type(1) {
  border: none;
}
/********/
.m-table {
  width: 100%;
}
.m-tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.m-td, .m-th {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  line-height: 26px;
}
.m-td:nth-of-type(1), .m-th:nth-of-type(1) {
  border-left: none;
  justify-content: center;
  align-items: center;
}
.m-td:nth-of-type(3), .m-th:nth-of-type(3) {
  justify-content: center;
  align-items: center;
}
.m-td .m-tr {
  border-top: none;
}
.m-border-bottom-none {
  border-bottom: none;
}
/*******/
.m-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.m-pagination-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.m-pagination-nav li {
  padding: 10px;
  border: 1px solid #f1f1f1;
  margin: 0 3px;
}
.m-i-arrow {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.m-i-arrow.m-i-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.m-i-arrow.m-i-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/********/
.m-width-8 {
  width: 8%;
}
.m-width-19 {
  width: 19% !important;
}
.m-width-12 {
  width: 12%;
}
.m-width-20 {
  width: 20%;
}
.m-width-24 {
  width: 24%;
}
.m-width-76 {
  width: 76%;
}
.m-width-80 {
  width: 80%;
}
.m-margin-top-10 {
  margin-top: 10px;
}
/***********/
.m-anim {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.m-anim-upbit {
  -webkit-animation-name: m-upbit;
  animation-name: m-upbit;
}
@keyframes m-upbit {
  0% {
    transform: translate3d(0,5px,0);
    opacity: .3;
  }
  100% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}