@charset "UTF-8";

/*comment*/

body,
html {
  width: 100%;
  min-width: 1366px;
  font-family: "Arial", "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 16px;
  color: #333;
}

	
a img {border:none;}


input {
  background-color: #fff;
  border: 1px solid #747474;
}

input[type="text"],
input[type="password"] {
  padding: 0 4px;
}

table {
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 36px;
}

table tr {
  border-bottom: 1px solid #e4e4e4;
}

table th+ th {
  border-left: 1px solid #e4e4e4;
}

table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

table .btn1 {
  margin: 0 10px;
}

.select {
  position: relative;
  background: #fff;
}

.select select {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 4px;
  background-color: transparent;
  border: 1px solid #747474;
}

.select:after {
  position: absolute;
  right: 4px;
  top: -4px;
  content: "\e909";
  font-family: "icomoon";
}

.checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border: 1px solid #747474;
  font-size: 18px;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.checkbox.active:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e876";
  line-height: 1;
  font-family: "icomoon";
}

.l {
  float: left;
}

.r {
  float: right;
}

.clearfix {
  overflow: hidden;
}

.flex {
  display: flex;
}

.text-center {
  text-align: center;
}

.inline {
  display: inline-block;
}

.container {
  width: 1366px;
  margin: 0 auto;
  padding: 0 10px;
}

.box {
  margin-top: 10px;
}

.title {
  border-bottom: 2px solid #f45e4d;
  font-size: 18px;
}

.title span {
  position: relative;
  padding: 0 50px 0 10px;
  line-height: 30px;
  background-color: #f45e4d;
  color: #fff;
}

.title span:before {
  margin-right: 4px;
}

.title span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-width: 0 30px 30px 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.content {
  margin-top: 6px;
  padding: 10px 30px;
  background-color: #f5f5f5;
}

.borderBox {
  border: 1px solid #e4e4e4;
}

.btn {
  padding: 0 30px;
  line-height: 36px;
  background-color: #f45e4d;
  border-radius: 4px;
  border: none;
  font-size: 18px;
  color: #fff;
}

.btn.disabled {
  background-color: #bbb;
}

.btn1 {
  padding: 0 10px;
  background-color: #21addb;
  border: none;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
}

.btn1.delete {
  background-color: #f00;
}

.btn1.disabled {
  background-color: #888;
}

label.must span:before {
  content: "*";
  margin-right: 10px;
  color: #ff0202;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
  z-index:1000;
}

.popups {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 300px;
  min-height: 150px;
  background-color: #fff;
  line-height: 30px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0.2px 4px rgba(0, 0, 0, 0.2);
  z-index:1001;
}

.popups .head {
  position: relative;
  padding: 0 4px;
  background-color: #f45e4d;
  line-height: 40px;
  font-size: 18px;
  font-weight: bolder;
  color: #fff;
}

.popups .head .close {
  padding: 0 10px;
  color: #fff;
}

.popups .body {
  padding: 10px;
}

.popups .btnBox {
  margin: 20px 0;
}

.popups .btnBox .btn {
  padding: 0 20px;
  line-height: 30px;
}


/*header*/

#header {
  background-color: #f1f1f1;
  border-bottom: 10px solid #f45e4d;
}

#header .container {
  padding-top: 6px;
  padding-bottom: 6px;
}

#header .logo {
  height: 50px;
}

#header .logo img {
  height: 100%;
}

#header .user {
  position: relative;
  margin-top: -10px;
  padding: 10px 10px 0;
  font-size: 14px;
}

#header .user .info {
  line-height: 50px;
}

#header .user .info [class^="icon-"]:before {
  margin-right: 10px;
}

#header .user .info em {
  color: #f45e4d;
}

#header .user .info i {
  margin-left: 4px;
}

#header .user .btnBox {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
}

#header .user .btnBox a {
  color: #333;
}

#header .user.active {
  background: #fff;
  border: 1px solid #e4e4e4;
}

#header .user.active .btnBox {
  display: block;
  background-color: #fff;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.step {
  padding-top: 20px;
}

.step ul {
  margin: 0;
  padding: 0;
}

.step li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.step li:after {
  position: absolute;
  top: -14px;
  right: 10px;
  display: inline-block;
  content: "";
  width: 2px;
  height: 100px;
  background-color: #e4e4e4;
  transform: rotate(-30deg);
}

.step li .head {
  position: relative;
  width: 110px;
  height: 42px;
  padding-right: 20px;
  line-height: 18px;
  border: 2px solid #81878b;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
}

.step li .line {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 36px 58px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

.step li .line:after {
  position: absolute;
  top: -3px;
  right: -14px;
  display: inline-block;
  content: "";
  width: 2px;
  height: 48px;
  background-color: #81878b;
  transform: rotate(-30deg);
}

.step li .body span {
  font-size: 12px;
}

.step li .body i {
  float: right;
  width: 24px;
  line-height: 24px;
  margin-top: 10px;
  margin-right: 4px;
  background-color: #fff;
  border: 1px solid #f45e4d;
  border-radius: 50%;
  text-align: center;
  color: #f45e4d;
}

.step li+ li {
  margin-left: 28px;
  position: relative;
}

.step li+ li:before {
  position: absolute;
  left: -30px;
  top: 20px;
  content: "\f03e";
  font-family: "icomoon";
  font-size: 20px;
  color: #f45e4d;
}


/*asideNav*/

#asideNav {
  width: 200px;
  min-height: 740px;
  background-color: #f5f5f5;
  float: left;
}

#asideNav ul {
  margin: 0;
  padding: 20px 0 0;
}

#asideNav li {
  line-height: 44px;
  border-top: 1px solid #e4e4e4;
}

#asideNav li a {
  display: block;
  padding-left: 16px;
  color: #333;
}

#asideNav li a:before {
  margin-right: 4px;
  color: #f45e4d;
}

#asideNav li+ li {
  border-bottom: 1px solid #e4e4e4;
}

#asideNav li.active {
  background-color: #fff;
  border-left: 4px solid #f45e4d;
}

#asideNav li.active a {
  color: #ffffff;
  background-color: #f45e4d;
}


/*mainContent*/


#mainContent {
  flex: 1;
  margin-left: 30px;
  width: 1116px;
  float: left;
}

#topNav {
  line-height: 30px;
}

#topNav a {
  color: black;
}

#topNav a:hover {
  color: black;
}


/* footer */

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  background-color: #fff;
  border-top: 1px solid #f45e4d;
}