.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  width: 0;
  clear: both;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  color: #2D3544;
}
li {
  list-style-type: none;
}
ul,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
input[type="text"],
input[type="password"] {
  margin: 0;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  height: 36px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
input[type="text"].warning,
input[type="password"].warning {
  border: 1px solid #ff6f38;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #2D3544;
  outline: none;
}
select {
  margin: 0;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  height: 36px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0;
}
select:focus {
  border: 1px solid #2D3544;
  outline: none;
}
a:link {
  color: #616161;
  text-decoration: none;
}
a:visited {
  color: #616161;
  text-decoration: none;
}
a:hover {
  color: #2a56c6;
  text-decoration: none;
}
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
div,
form {
  margin: 0;
  padding: 0;
}
/* h1,h2,h3,h4,h5,h6{
	font-weight: normal;
} */
.m-10 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}
.m-40 {
  margin: 40px;
}
.m-50 {
  margin: 50px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.ta-r {
  text-align: right;
}
.sk-int {
  font-size: 0;
}
.sk-int > div {
  display: inline-block;
  width: 40px;
  height: 38px;
  vertical-align: top;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
}
.sk-int .reduce {
  cursor: pointer;
}
.sk-int .showInt {
  width: 80px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffffff;
}
.sk-int .increase {
  cursor: pointer;
}
.sk-dateTime {
  z-index: 880;
  color: #2D3544;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sk-dateTime .dateTime {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 2px 2px 8px #bdb8b8;
  z-index: 999;
}
.sk-dateTime .dateTime .ymd {
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 0;
  position: relative;
  border-bottom: 1px dashed #dddddd;
}
.sk-dateTime .dateTime .ymd > div {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.sk-dateTime .dateTime .ymd .left,
.sk-dateTime .dateTime .ymd .right {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  display: inline-block;
  background-size: cover;
  background-image: url('/img/icon/i-jiantou.svg');
}
.sk-dateTime .dateTime .ymd .left {
  left: 10px;
}
.sk-dateTime .dateTime .ymd .right {
  right: 10px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
.sk-dateTime .dateTime .selectType {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.sk-dateTime .dateTime .selectType > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.sk-dateTime .dateTime .selectType > div:hover {
  background-color: #2D3544;
  color: #f5f5f5;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
}
.sk-select {
  z-index: 880;
  color: #2D3544;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sk-select .select-list {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 2px 2px 8px #bdb8b8;
  z-index: 999;
}
.sk-select .select-list > ul {
  overflow: auto;
}
.sk-select .select-list > ul > li {
  line-height: 36px;
  height: 36px;
  font-size: 14px;
  padding: 0 20px;
  text-align: left;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
  border-top: 1px dashed #dddddd;
}
.sk-select .select-list > ul > li:first-child {
  border-top: 0 dashed #dddddd;
}
.sk-select .select-list > ul > li:hover {
  background-color: #dddddd;
}
.sk-select .select-list > ul > li:before {
  content: '';
  width: 20px;
  height: 20px;
  margin: 8px;
  background-image: url('/img/icon/i-select.svg');
  background-size: 100%;
  float: right;
  opacity: 0;
}
.sk-select .select-list > ul > li.active:before {
  opacity: 1;
}
.sk-nav {
  width: 100%;
  height: 60px;
  background-color: #2D3544;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.sk-nav > a {
  color: #ffffff;
  line-height: 60px;
  font-size: 20px;
  width: 230px;
  padding: 0 20px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  cursor: pointer;
}
.sk-nav .exit {
  font-size: 14px;
  float: right;
  width: 80px;
  text-align: center;
}
.sk-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  padding-top: 60px;
  height: 100%;
  width: 230px;
  display: block;
  color: #616161;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sk-left > div {
  padding-top: 15px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sk-left .menu {
  font-size: 14px;
  line-height: 44px;
  height: 44px;
}
.sk-left .menu > li,
.sk-left .menu > a {
  padding: 0 20px;
  cursor: pointer;
  display: block;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
}
.sk-left .menu > li.active,
.sk-left .menu > a.active {
  color: #2D3544;
  background-color: #dddddd;
}
.sk-left .menu > li:hover,
.sk-left .menu > a:hover {
  color: #2D3544;
  background-color: #dddddd;
}
.sk-left .menu > hr {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 7px 0;
}
.sk-right {
  padding-top: 60px;
  z-index: 800;
  margin-left: 230px;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background-color: #dddddd;
}
.sk-right > div {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sk-lp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  height: 100%;
  width: 220px;
  display: block;
  color: #2d353c;
  background-color: #2D3544;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sk-lp .logo {
  width: 100%;
  height: 100px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 100px;
}
.sk-lp .logout {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  text-align: center;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
  cursor: pointer;
  color: #a8acb1;
  border-top: 1px dashed #e2e2e2;
}
.sk-lp .logout:hover {
  background-color: #232a2f;
}
.sk-lp .menu {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}
.sk-lp .menu > a {
  padding: 0;
}
.sk-lp .menu > li {
  cursor: pointer;
  display: block;
  color: #a8acb1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
  height: 40px;
  overflow: hidden;
}
.sk-lp .menu > li > a > div {
  padding: 0 20px;
  color: #a8acb1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
}
.sk-lp .menu > li:hover {
  background-color: #232a2f;
}
.sk-lp .menu > li:hover > a > div {
  padding-left: 30px;
}
.sk-lp .menu > li.active {
  background-color: #232a2f;
  height: auto;
}
.sk-lp .menu > li.active > a > div {
  padding-left: 30px;
}
.sk-lp .menu > li > ul > li {
  padding-left: 50px;
  color: #a8acb1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
}
.sk-lp .menu > li > ul > li:hover {
  background-color: #dddddd;
  color: #2D3544;
}
.sk-lp .menu > li > ul > li.active {
  background-color: #dddddd;
  color: #2D3544;
}
.sk-lp .menu > hr {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 7px 0;
}
.sk-rp {
  z-index: 800;
  margin-left: 220px;
  height: 100%;
  overflow: auto;
  background-color: #dddddd;
}
.sk-rp > div {
  padding: 20px;
}
.sk-rp .sk-title {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
}
.sk-rp .sk-title:before {
  content: '';
  height: 30px;
  width: 6px;
  background-color: #2D3544;
  position: absolute;
  top: 0;
  left: 0;
}
.sk-container {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sk-page {
  padding-top: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.sk-page > div {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sk-p {
  width: 100%;
  height: 100%;
}
.sk-loadding {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition-property: ease;
  transition-duration: all;
  transition-timing-function: 0.5s;
  transition-delay: 0;
  -moz-transition-property: ease;
  -moz-transition-duration: all;
  -moz-transition-timing-function: 0.5s;
  -moz-transition-delay: 0;
  -o-transition-property: ease;
  -o-transition-duration: all;
  -o-transition-timing-function: 0.5s;
  -o-transition-delay: 0;
  -webkit-transition-property: ease;
  -webkit-transition-duration: all;
  -webkit-transition-timing-function: 0.5s;
  -webkit-transition-delay: 0;
  -ms-transition-property: ease;
  -ms-transition-duration: all;
  -ms-transition-timing-function: 0.5s;
  -ms-transition-delay: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.sk-loadding > div {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: url('/img/icon/loading.svg') center center no-repeat;
  background-size: cover;
  -moz-animation: rotate 3s infinite linear;
  -webkit-animation: rotate 3s infinite linear;
  animation: rotate 3s infinite linear;
}
.piece-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.piece-loading > div {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.piece-loading > div > div {
  background: url('/img/icon/loading.svg') center center no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  -moz-animation: rotate 3s infinite linear;
  -webkit-animation: rotate 3s infinite linear;
  animation: rotate 3s infinite linear;
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sk-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.sk-modal > div {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 500px;
  background-color: #f5f5f5;
}
.sk-modal > div .title {
  background-color: #2D3544;
  line-height: 60px;
  padding-top: 20px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.sk-modal > div .body {
  padding: 0 20px;
}
.sk-modal > div .body .row {
  position: relative;
  margin-bottom: 10px;
}
.sk-modal > div .body .row > div {
  height: 40px;
  padding-left: 75px;
}
.sk-modal > div .body .row > div:first-child {
  width: 70px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0;
}
.sk-modal > div .body .row > div input {
  height: 40px;
  line-height: 40px;
}
.sk-modal > div .post-btn {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  padding: 5px 0 10px;
}
.sk-modal > div .post-btn > div {
  width: 100px;
  text-align: center;
  line-height: 36px;
  height: 36px;
  background-color: #2D3544;
  color: #dddddd;
  margin: 7px 5px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
body {
  background-color: #2D3544;
}
.login-page {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 300px;
  text-align: center;
}
.login-page .yun {
  background-image: url('/img/icon/yun.svg');
  height: 120px;
  width: 180px;
  text-align: center;
  background-size: 100%;
  display: inline-block;
  background-position: center;
}
.login-page .title {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
  color: #dddddd;
}
.login-page .row {
  position: relative;
  height: 74px;
  text-align: left;
}
.login-page .row .my-error-tips {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #ff6f38;
}
.login-page .row input {
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  color: #2D3544;
  background-color: #dddddd;
}
.login-page .row .bt-login {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 7px 10px;
  background-image: url('/img/icon/bt-login.svg');
  background-size: 30px 30px;
  top: 1px;
  right: 0;
  cursor: pointer;
  background-clip: content-box;
  background-origin: content-box;
}
